Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:50:04 UTC Now

2016-09-04 12:39:40 UTC MAIN commitmail json YAML

2016-09-04 12:36:59 UTC MAIN commitmail json YAML

2016-09-04 10:41:48 UTC MAIN commitmail json YAML

Add GITHUB_PROJECT so fetching works for py-tlsh.

(wiz)

2016-09-04 10:41:05 UTC MAIN commitmail json YAML

Converted variable-match (:M) to plain equality with OPSYS, thanks joerg@

(mef)

2016-09-04 09:46:05 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.66.0

(wiz)

2016-09-04 09:45:54 UTC MAIN commitmail json YAML

Updated calibre to 2.66.0.

- version: 2.66.0
  date: 2016-09-02

  new features:
    - title: "A simplified calibre logo"

    - title: "Edit Book: Allow restricting a search to the files currently open for editing"

    - title: "Driver for the PocketBook Touch HD"
      tickets: [1618962]

    - title: "Kobo driver: Add support for firmware version 3.20"

  bug fixes:
    - title: "DOCX Input: Fix right-to-left alignment not working for footnotes."
      tickets: [1617254]

    - title: "Sending email: Allow setting up a mail relay that uses encryption without a username and password."
      tickets: [1618528]

    - title: "Linux: Fix calibre not working when the username is non-ASCII."
      tickets: [1619056]

    - title: "DOCX Output: Ignore invalid text-indent values in the input document instead of erroring out."
      tickets: [1618869]

    - title: "Portable Installer: Auto-create the installation folder specified on the command line if it does not exist"

    - title: "Kobo driver: Fix the ignore collections in option not working"

    - title: "More user interface fixes for high DPI screens"

    - title: "DOCX Input: Fix a regression in the previous release that could cause invalid values to be output for the text-align CSS property"

  new recipes:
    - title: Contropiano
      author: michele

- version: 2.65.1
  date: 2016-08-26

  new features:
    - title: "Driver for Kobo Aura One and Aura Edition 2"

    - title: "Kobo driver: Add an option to ignore some collections on the device. The specified collections will not be touched by the driver."

    - title: "Add an option in Preferences->Searching to make searching case-sensitive"

    - title: "DOCX Input: Add support for right-to-left text/tables"
      tickets: [1569771]

  bug fixes:
    - title: "Fix some icons/images in the user interface looking blurred in environments with High DPI scaling enabled, such as OS X retina screens"

    - title: "DOCX Input: Fix images that have the # character in their filenames not being converted correctly."
      tickets: [1616482]

    - title: "ToC wizard: Fix generating toc from headings/xpath yielding unexpected results when tags are present out of sequence"

    - title: "Edit Book: Fix drag and drop of text replacing non-breaking spaces with normal spaces"

    - title: "E-book viewer: Fix duplicate names in hyphenation dictionary chooser."
      tickets: [1615040]

    - title: "Fix a regression in the previous release that caused the completion popups for some custom column types in the book list to stop working."
      tickets: [1612640]

    - title: "Version 2.65.1 contains a quick-fix for a typo in 2.65.0 that caused calibre to crash when a device is connected and the cover grid is enabled"

  improved recipes:
    - Le Scienze
    - New Yorker

(wiz)

2016-09-04 09:39:19 UTC MAIN commitmail json YAML

Updated devel/py-test to 3.0.2

(wiz)

2016-09-04 09:39:09 UTC MAIN commitmail json YAML

Updated py-test to 3.0.2.

3.0.2
=====

* Improve error message when passing non-string ids to ``pytest.mark.parametrize`` (`#1857`_).
  Thanks `@okken`_ for the report and `@nicoddemus`_ for the PR.

* Add ``buffer`` attribute to stdin stub class ``pytest.capture.DontReadFromInput``
  Thanks `@joguSD`_ for the PR.

* Fix ``UnicodeEncodeError`` when string comparison with unicode has failed. (`#1864`_)
  Thanks `@AiOO`_ for the PR.

* ``pytest_plugins`` is now handled correctly if defined as a string (as opposed as
  a sequence of strings) when modules are considered for assertion rewriting.
  Due to this bug, much more modules were being rewritten than necessary
  if a test suite uses ``pytest_plugins`` to load internal plugins (`#1888`_).
  Thanks `@jaraco`_ for the report and `@nicoddemus`_ for the PR (`#1891`_).

* Do not call tearDown and cleanups when running tests from
  ``unittest.TestCase`` subclasses with ``--pdb``
  enabled. This allows proper post mortem debugging for all applications
  which have significant logic in their tearDown machinery (`#1890`_). Thanks
  `@mbyt`_ for the PR.

* Fix use of deprecated ``getfuncargvalue`` method in the internal doctest plugin.
  Thanks `@ViviCoder`_ for the report (`#1898`_).

(wiz)

2016-09-04 09:33:38 UTC MAIN commitmail json YAML

Updated security/py-oauthlib to 2.0.0

(wiz)

2016-09-04 09:33:28 UTC MAIN commitmail json YAML

Updated py-oauthlib to 2.0.0.

2.0.0 (2016-09-03)
------------------
* (New Feature) **OpenID** support.
* Documentation improvements and fixes.

(wiz)

2016-09-04 09:28:28 UTC MAIN commitmail json YAML

Updated net/py-foolscap to 0.12.3

(wiz)

2016-09-04 09:28:18 UTC MAIN commitmail json YAML

Updated py-foolscap to 0.12.3.

* Release 0.12.3 (01-Sep-2016)

** Improvements

The `tor.socks_port()` handler was replaced by `tor.socks_endpoint()`, which
takes an Endpoint object (just like `tor.control_endpoint()` does). This
enables applications to speak SOCKS to the Tor daemon over e.g. a Unix-domain
socket. The `tor.socks_port()` API was removed, so applications using it must
upgrade. #265

The `allocate_tcp_port()` utility function would occasionally return ports
that were in use by other applications, when those applications bound their
own port to the loopback interface (127.0.0.1). allocate_tcp_port should no
longer do this.

(wiz)

2016-09-04 09:27:30 UTC MAIN commitmail json YAML

2016-09-04 09:27:18 UTC MAIN commitmail json YAML

Updated gsl to 2.2.1.

* What is new in gsl-2.2.1:

** reverted gsl_linalg_cholesky_decomp to its previous behavior
  so it is backward compatible; new cholesky routine is
  gsl_linalg_cholesky_decomp1

(wiz)

2016-09-04 09:21:40 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.7.0

(ryoon)

2016-09-04 09:21:04 UTC MAIN commitmail json YAML

Update to 2.7.0

Changelog:
System emulation
Incompatible changes

    SPI flash devices "160s33b", "320s33b", "640s33b", "at25df041a", "at25df321a", "at25df641", "at25fs010", "at25fs040", "at26df081a", "at26df161a", "at26df321", "at26f004", "at45db081d", "en25f32", "en25p32", "en25p64", "en25q32b", "en25q64", "gd25q32", "gd25q64", "m25p05", "m25p10", "m25p128", "m25p16", "m25p20", "m25p32", "m25p40", "m25p64", "m25p80", "m25pe16", "m25pe20", "m25pe80", "m25px32", "m25px32-s0", "m25px32-s1", "m25px64", "m45pe10", "m45pe16", "m45pe80", "mx25l12805d", "mx25l12855e", "mx25l1606e", "mx25l2005a", "mx25l25635e", "mx25l25655e", "mx25l3205d", "mx25l4005a", "mx25l6405d", "mx25l8005", "n25q032", "n25q032a11", "n25q032a13", "n25q064", "n25q064a11", "n25q064a13", "n25q128", "n25q128a11", "n25q128a13", "n25q256a11", "n25q256a13", "s25fl016k", "s25fl064k", "s25fl129p0", "s25fl129p1", "s25fl256s0", "s25fl256s1", "s25fl512s", "s25sl004a", "s25sl008a", "s25sl016a", "s25sl032a", "s25sl032p", "s25sl064a", "s25sl064p", "s25sl12800", "s25sl12801", "s70fl01gs", "
sst25vf016b", "sst25vf032b", "sst25vf040b", "sst25vf080b", "sst25wf010", "sst25wf020", "sst25wf040", "sst25wf512", "w25q256", "w25q32", "w25q32dw", "w25q64", "w25q80", "w25q80bl", "w25x10", "w25x16", "w25x20", "w25x32", "w25x40", "w25x64", "w25x80" connect to a backend explicitly named by a "drive" property instead of an implicit -drive if=mtd. This only affect devices created explicitly with -device; "-drive if=mtd" still works for SPI flash devices created by boards, so this should affect almost no one.
    Support for the original qcow2 image encryption has been disabled entirely from the system emulators. While QEMU 2.3 attempted to keep it available in system emulators, a bug in the code has actually broken it since 2.4, and no one complained. Supported for the format remains available only in command line tools qemu-img, qemu-io, qemu-nbd to facilitate data liberation. It is recommended to use 'qemu-img convert' to convert qcow2 encrypted images to uncrypted ones. The new LUKS encryption driver can provide a secure replacement, and a future release may integrate luks into qcow2 natively.
    Autoconverge is not considered experimental anymore; autoconverge-related commands do not have the "x-" prefix anymore.
    The MIPS64R6-generic CPU model was renamed to I6400.
    On Q35 machines, IOMMU are now enabled with "-device iommu" instead of "-machine iommu=on".

Future incompatible changes

    Three options are using different names on the command line and in configuration file. In particular:
        The "acpi" configuration file section matches command-line option "acpitable";
        The "boot-opts" configuration file section matches command-line option "boot";
        The "smp-opts" configuration file section matches command-line option "smp".

    -readconfig will standardize on the name for the command line option.

    Behavior of automatic calculation of SMP topology when some SMP topology options for -smp are omitted (sockets, cores, threads) will change in the future. If guest ABI needs to be preserved on upgrades while using the SMP topology options, users should either set set all options explicitly (sockets, cores, threads), or omit all of them.
    Devices "allwinner-a10", "pc87312", "ssi-sd" will be configured with explicit properties instead of implicitly. This is unlikely to affect users.
    QMP command blockdev-add is still a work in progress. It doesn't support all block drivers, it lacks a matching blockdev-del, and more. It might change incompatibly.

ARM

    The "virt" machine type has support for NUMA.
    We now implement an emulated GICv3 interrupt controller, which is supported by the "virt" board and can be enabled with "-machine gic-version=3". Note that many guest OSes do not correctly support a GICv3 without security extensions; if your guest is Linux it must include commit 7c9b973061 "irqchip/gic-v3: Configure all interrupts as non-secure Group-1" or a backport of that patch to one of the stable branches. UEFI and FreeBSD are also known to need similar bug fixes.With a GICv3 the "virt" board now supports TCG (emulated CPU) configurations with more than 8 vCPUs.
    New Xilinx Zynq ZCU102 board (-M xlnx-zcu102).
    Xilinx Zynq boards have experimental support for ARM Security Extensions.
    Xilinx Zynq MP supports DisplayPort (graphics and audio) and DDC (used for EDID info).
    i.MX6?

KVM

    Xilinx Zynq boards support KVM on AArch64 hosts.

MIPS

    Support for 10-bit ASIDs
    The MIPS64R6-generic CPU model was renamed to I6400.
    Initial GIC support
    Support for IEE 754-2008

PowerPC

    Many TCG fixes.
    mac99 machine can now boot MacOS >= 9.1

pSeries

    Significant performance improvements for the spapr-llan device.
    Support for CPU hotplug.
    Performance improvements for VFIO through dynamic DMA windows.

s390

    Support for runtime instrumentation
    The IPL firmware can boot from devices in subchannel sets > 0
    Major refactoring and improvements of the s390x-specific PCI code
        Optionally, zPCI specific 'uid' and 'fid' attributes may be provided
        Guest-acknowledged hotunplug (rather than 'surprise removal' only)
    bootindex support for IPL from SCSI devices

SPARC

    Fix for sun4m Solaris 9 "Segmentation fault" regression (see bug #1588328)

x86

    CPU hot-remove support based on generic device_add/device_del interface
        support arbitrary CPU adding/removal
        Limitation: 1st (boot) CPU isn't removable

KVM

    Support for LMCE (local MCE) virtualization, which will require Linux 4.8. LMCE can be enabled through "-cpu model,lmce" on all CPUs as long as the kernel supports it.

Device emulation and assignment
ACPI

    NVDIMM devices are now described in the ACPI tables and support labels.
    new ACPI CPU hotplug MMIO interface since 2.7 machine types for PC/Q35
        more than 255 CPUs support
        CPU hot-remove support
        Guest side CPU hotplug status notification via _OST events

Block devices

    Removed dataplane blockers? (Fam)
    New -device properties replacing -drive properties?
    virtio-blk now supports multiqueue through a "num-queues" device property.

Network devices

    New device e1000e for Intel 82574 NIC.
    QEMU now includes iPXE ROMs for vmxnet3 devices.

SCSI

    scsi-block now passes sense data correctly to the guest, so that it can support for example persistent reservations.
    Support for passthrough of SCSI scanner.

PCI/PCIe

    On Q35 machines, IOMMU are now enabled with "-device iommu" instead of "-machine iommu=on".

USB

    Support for Xen paravirtualized USB
    usb-bot and usb-uas now support hotplug.

VFIO

    Support for device assignment of Intel integrated graphics devices.
    The SR-IOV capability is now hidden to guests when passing through a physical function.

virtio

    Initial reconnect support for vhost-user.
    Support for busy polling on vhost-net devices ("-netdev tap,...,poll-us=n").
    virtio-gpu multi-monitor fixes
    virtio-gpu 2d live migration support

Character devices

    QEMU for Windows: Fixed handling of files used for character devices – they are now truncated by default like on Linux.

TLS support

    Support for overriding the TLS property, for example "-object tls-creds-x509,...,priority=NORMAL:-VERS-SSL3.0" disables SSL 3.0. This can be used both to use a non-standard weaker set of prioririties, or to enforce a stronger default for QEMU. The default priority can also be specified through "--tls-priority=VALUE" at configure time.

GUI

    A new option "-machine graphics=on|off" lets you disable graphics in the VM like "-nographic" (e.g. OpenBIOS will use the serial port for boot messages) but without an implicit "-display none".

Monitor

    new 'info hotpluggable-cpus' and corresponding 'query-hotpluggable-cpus' QMP commands
    to list present/possible CPUs with properties necessary to add a CPU instance using device_add for a given '-smp ...' layout
        supported by x86 and SPAPR softmmu targets

Migration

    Autoconverge is not considered experimental anymore. Autoconverge-related commands do not have the "x-" prefix.
    TODO: TLS support

Network

    User-mode networking supports DHCPv6, RDNSS, DNS6 and link-local DNS addresses.
    Socket networking in TCP mode can now run over IPv6. UDP and multicast modes do not support IPv6 yet.

Block devices and tools

    New "bench" command in qemu-img .
    The "write" command in qemu-io grew "-f" and "-z -u" options.
    TODO: Block job ids?

TCG

    Speed improvements around 20%.
    Fixes for self-modifying code.

Tracing

    TODO: dfilter
    TODO: tracing for qemu-io, qemu-img and qemu-nbd

CLI options

    '-cpu cpu-model,feat1=foo,...' acts as a set of '-global cpu-model-type.feat1=foo' options, which affects initial CPUs as well as all CPUs created with help of -device/device_add/cpu-add for a given cpu-model
        doesn't apply to SPARC target which uses legacy -cpu semantics as its features haven't been converted to properties.

(ryoon)

2016-09-04 08:53:06 UTC MAIN commitmail json YAML

+ calibre-2.66.0, git-base-2.10.0, gsl-2.2.1, llvm-3.9.0,
  py-foolscap-0.12.3, py-oauthlib-2.0.0, py-test-3.0.2, qemu-2.7.0,
  rspamd-1.3.5, x264-devel-20160903.

(wiz)

2016-09-04 08:52:23 UTC MAIN commitmail json YAML

Updated audio/libopenmpt to 0.2.7025

(wiz)

2016-09-04 08:52:13 UTC MAIN commitmail json YAML

Updated libopenmpt to 0.2.7025.

libopenmpt 0.2-beta20.1

    [Bug] The test suite could fail on MacOSX or FreeBSD in non-fatal ways when no locale was active.
    [Bug] Possible crashes with malformed IT, MED, MPTM, PSM and Startrekker files.
    'Makefile' has now explicit support for FreeBSD with no special option or configuration required.

(wiz)

2016-09-04 08:48:11 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.55

(wiz)

2016-09-04 08:48:01 UTC MAIN commitmail json YAML

Updated p5-Date-Manip to 6.55.

6.55

      Fixed bug where $::TZ wasn't used
          The $::TZ variable was not getting interpreted correctly when
          searching for a timezone.  RT 114949.

      Fixed bug where recurrences were not parsed correctly
          Passing in incorrect values for a field was not trapped in all
          cases and it led to problems.  All values passed in to a recurrence
          are now correctly checked.  Albert Hilazo

      Fixed a bug in some methods of creating new objects
          Some methods of creating new objects based on existing objects did
          not correctly use the existing object.  Bug has never been
          reported, but was discovered when adding tests to get 100%
          coverage.

      Time zone fixes
          Newest zoneinfo data (tzdata 2016f)

      Test fixes
          Added a number of new tests based on Devel::Cover.

(wiz)

2016-09-04 07:33:40 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup tickets #5088 and #5089.

(bsiegert)

2016-09-03 20:28:39 UTC MAIN commitmail json YAML

2016-09-03 18:20:29 UTC MAIN commitmail json YAML

2016-09-03 18:19:59 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.42

(wiz)

2016-09-03 18:19:40 UTC MAIN commitmail json YAML

OpenBSD does not support zaurus any longer.
Bump version.

>From jmc@OpenBSD.org.

(wiz)

2016-09-03 18:17:10 UTC MAIN commitmail json YAML

Updated mail/claws-mail to 3.14.0

(nros)

2016-09-03 18:13:39 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5089 - requested by jym
security/stunnel: security fix

Revisions pulled up:
- security/stunnel/Makefile                                    1.104
- security/stunnel/distinfo                                    1.51
- security/stunnel/patches/patch-stunnel.conf-sample.in        1.1

---
  Module Name:    pkgsrc
  Committed By:  jym
  Date:          Mon Aug 29 19:21:25 UTC 2016

  Modified Files:
          pkgsrc/security/stunnel: Makefile distinfo
  Added Files:
          pkgsrc/security/stunnel/patches: patch-stunnel.conf-sample.in

  Log Message:
  PR pkg/51449

  Update stunnel to 5.35.

  - Add patch to provide an explicit chroot option to the default
    configuration sample (option is documented but not found within
    the default conf file). While here, enable setuid/setgid as
    stunnel user/group creations are handled by package.
  - Rework SUBSTs so that they apply to the correct sample
    config file.

  Changelog:

  Version 5.35, 2016.07.18, urgency: HIGH
  * Bugfixes
    - Fixed incorrectly enforced client certificate requests.
    - Only default to SO_EXCLUSIVEADDRUSE on Vista and later.
    - Fixed thread safety of the configuration file reopening.

  Version 5.34, 2016.07.05, urgency: HIGH
  * Security bugfixes
    - Fixed malfunctioning "verify = 4".
  * New features
    - Bind sockets with SO_EXCLUSIVEADDRUSE on WIN32.
    - Added three new service-level options: requireCert, verifyChain,
      and verifyPeer for fine-grained certificate verification control.
    - Improved compatibility with the current OpenSSL 1.1.0-dev tree.

  Version 5.33, 2016.06.23, urgency: HIGH
  * New features
    - Improved memory leak detection performance and accuracy.
    - Improved compatibility with the current OpenSSL 1.1.0-dev tree.
    - SNI support also enabled on OpenSSL 0.9.8f and later (thx to
      Guillermo Rodriguez Garcia).
    - Added support for PKCS #12 (.p12/.pfx) certificates (thx to
      Dmitry Bakshaev).
  * Bugfixes
    - Fixed a TLS session caching memory leak (thx to Richard Kraemer).
      Before stunnel 5.27 this leak only emerged with sessiond enabled.
    - Yet another WinCE socket fix (thx to Richard Kraemer).
    - Fixed passphrase/pin dialogs in tstunnel.exe.
    - Fixed a FORK threading build regression bug.
    - OPENSSL_NO_DH compilation fix (thx to Brian Lin).
    - Fixed a TLS session caching memory leak (thx to Richard Kraemer).
      Before stunnel 5.27 this leak only emerged with sessiond enabled.
    - Yet another WinCE socket fix (thx to Richard Kraemer).
    - Fixed passphrase/pin dialogs in tstunnel.exe.
    - Fixed a FORK threading build regression bug.
    - OPENSSL_NO_DH compilation fix (thx to Brian Lin).

(bsiegert)

2016-09-03 18:09:32 UTC MAIN commitmail json YAML

Update Claws-mail and its plugins to version 3.14.0.

New in this release:
~~~~~~~~~~~~~~~~~~~~

* Passwords can now be secured with a Master Passphrase.
  (/Configuration/Preferences/Other/Miscellaneous/)

* Passwords: The password storage method has changed. All passwords
  are now stored in a separate file, (~/.claws-mail/passwordstorerc),
  and use a stronger encryption than previously. Existing passwords
  are moved to the new file automatically, in the old format. The
  new format will be used whenever old passwords are changed or when
  a Master Passphrase is used. All new passwords are saved using the
  new format, irrespective of whether a Master Passphrase is used or
  not. Further information can be found here:
  http://www.claws-mail.org/doc/password_encryption.txt

* Compose window: Removed the outer scrollbar from header area.

* Message view: The HTML to plain text converter now indicates list
  items with a hyphen (-), adds a line break after
    , and indents
      text within blockquotes.

    * Main window: Changed default /View/Show or hide/Menubar shortcut to
      Ctrl+F12.

    * SSL certificates list: Added automatic scrollbar.

    * Address book: Double-clicking datasources now opens the edit
      dialogue.

    * Forwarding: The external editor is now automatically used when
      forwarding as attachment, if the preference is set.

    * Preferences: Automatic mail checking can now be configured in
      hours, minutes and seconds.
      (/Configuration/Preferences/Mail Handling/Receiving)

    * Preferences: The 'next_on_delete' hidden preference now applies to
      trashing or moving, in addition to deleting, a message.

    * Command line: Added -geometry to set geometry for main window.

    * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
      accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.

    * IMAP: The acccount preference, 'Move deleted mails to trash and
      expunge immediately' has been removed.

    * Notification plugin: Added 'Get mail from account...' to the
      SysTray module's menu.

    * Notification plugin: Focus the widget between iconify/deiconify
      events.

    * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
      parenting for two or more messages.

    * Documentation: Updated man page and manual.

    * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
    Finnish, French, German, Hungarian, Italian,
    Slovak, Spanish, Swedish, Traditional
    Chinese.
    Added: Danish, Indonesian, Turkish.
    Dropped: Lithuanian (unmaintained)

    * Bug fixes:
    o bug 2518, '"Reply-All" message from NNTP-account does not
        contain CC'ed correspondents'
    o bug 2781, 'Unsanitised Folder Creation'
    o bug 3028, 'Claws doesn't select html part if attachments
        present'
    o bug 3213, 'Line break in subject of message'
    o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
        in codeconv.c'
    o bug 3581, 'sys:1: Warning: Source ID # was not found when
        attempting to remove it'
    o bug 3603, 'Feeds from Reddit are empty'
    o bug 3610, 'Heap use after free in
        privacy_mimeinfo_check_signature()'
    o bug 3616, 'segfault setting up new CM in new userid'
    o bug 3623, 'Client crash on importing duplicated feed'
    o bug 3629, 'Invalid subject can distort message list view'
    o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
        pointer with integer zero [-Wextra]'
    o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
        3.13.2git tries to load 3.11.1 plugins'
    o bug 3658, 'Passphrase ignored during keypair generation
        with gpg2'
    o include Reply-To value when using 'reply to all'
    o inputdialog modality and focus issue
    o fix Compose account selection when imap folder is selected.
    o set correct rcdir on Win32
    o Fix behavior in selecting PGP MIME signature on Windows.
    o RSSyl: typo in handling feed name ending with a period on
      Win32
    o vCalendar: Handle ical lines longer than 256 bytes

(nros)

2016-09-03 18:06:27 UTC MAIN commitmail json YAML

revbump because of libetpan update

(nros)

2016-09-03 18:00:23 UTC MAIN commitmail json YAML

Updated mail/libetpan to 1.7.2

(nros)

2016-09-03 17:56:37 UTC MAIN commitmail json YAML

Update libetpan to version 1.7.2.
patch-src_low-level_smtp_mailsmtp.c has been
removed this change is included in this release.

Changelog:
1.7.2:
    Fixed so name for Linux

1.7:
Build
    Fixed expat / curl detection
    Fix build on OpenIndiana
    Support for Berkeley DB 6.0
    Support for Bitcode (Apple)
    Build for Android
    Improved build for Windows

General
    Support for socks proxy
    API for partial base64 parsing

SMTP
    Ability to cancel SMTP operations
    Fixed logging privacy with OAuth2 on smtp

IMAP
    Broken date parsing
    Improved latest TLS/SSL support
    IMAP MOVE implemented
    workaround for XLIST on cyon.ch
    Added ability to send custom IMAP command support
    Workaround for qq.com IMAP server
    Workaround for 163 IMAP server
    Improved SEARCH compatibility

(nros)

2016-09-03 14:25:16 UTC MAIN commitmail json YAML

foomatic-filters was updated 4.0.17 in 2013

(mef)

2016-09-03 14:21:25 UTC MAIN commitmail json YAML

MASTER_SITES moved to www.openprinting.org (and oldstuff directory) .

(mef)

2016-09-03 11:58:02 UTC MAIN commitmail json YAML

2016-09-03 08:00:33 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 1.25

(wen)

2016-09-03 07:59:32 UTC MAIN commitmail json YAML

Update to 1.25

Upstream changes:
1.25 - 2016-08-28, H.Merijn Brand
    * Allow lc, uc, and coderef for csv () headers attribute
    * Document for eof when the last line has an error (RT#115954)
    * Allow csv () to call header () with all supported arguments
    * Add some docs for bind_columns

(wen)

2016-09-03 07:56:16 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Create to 1.34

(wen)

2016-09-03 07:55:05 UTC MAIN commitmail json YAML

Update to 1.34

Upstream changes:
1.34  2016-08-26 08:40:00 MANWAR
      - Corrected HelveticaBold font width.

(wen)

2016-09-03 07:13:46 UTC MAIN commitmail json YAML

-lexecinfo only with NetBSD or FreeBSD, (DragonFly too ?). Thanks wiz@

(mef)

2016-09-02 16:58:22 UTC MAIN commitmail json YAML

Updated math/eigen3 to 3.2.7nb1

(wiz)

2016-09-02 16:58:13 UTC MAIN commitmail json YAML

Bump PKGREVISION for pc file fix.

(wiz)

2016-09-02 16:46:31 UTC MAIN commitmail json YAML

Added games/arx-libertatis version 1.1.2

(wiz)

2016-09-02 16:46:22 UTC MAIN commitmail json YAML

+ arx-libertatis.

(wiz)

2016-09-02 16:46:04 UTC MAIN commitmail json YAML

2016-09-02 16:43:48 UTC MAIN commitmail json YAML

Added security/py-slowaes version 0.1a1

(wiz)

2016-09-02 16:43:32 UTC MAIN commitmail json YAML

Added security/py-pbkdf2 version 1.3

(wiz)

2016-09-02 16:43:20 UTC MAIN commitmail json YAML

+ py-pbkdf2, py-slowaes

(wiz)

2016-09-02 16:30:20 UTC MAIN commitmail json YAML

Import py-pbkdf2-1.3 as security/py-pbkdf2.

Packaged for wip by Jonathan Schleifer.

PKCS#5 v2.0 PBKDF2 Module

This module implements the password-based key derivation function, PBKDF2,
specified in RSA PKCS#5 v2.0.

(wiz)

2016-09-02 16:29:10 UTC MAIN commitmail json YAML

Import py-slowaes-0.1a1 as security/py-slowaes.

Packaged for wip by Neil Booth.

Implementation of AES in pure Python.

As such it will be slow (hence the project name) but still useful when
faster ones are not available (for example, for JavaScript clients in
browsers, and Python servers on Google App Engine).

(wiz)

2016-09-02 16:27:13 UTC MAIN commitmail json YAML

Added textproc/py-jsonrpclib version 0.1.7

(wiz)

2016-09-02 16:27:01 UTC MAIN commitmail json YAML

+ py-jsonrpclib

(wiz)

2016-09-02 16:26:32 UTC MAIN commitmail json YAML

Import py-jsonrpclib-0.1.7 as textproc/py-jsonrpclib.

Packaged for wip by Jonathan Schleifer, with improvements by
K.I.A.Derouiche and myself.

This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.

(wiz)

2016-09-02 14:42:43 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.9.1

(wiz)

2016-09-02 14:42:32 UTC MAIN commitmail json YAML

Updated py-mercurial to 3.9.1.

Mercurial 3.9.1 (2016-9-1)

This is a regularly-scheduled bugfix release.

    bundle2: fail faster when interrupted
    bundle2: localize handleoutput remote prompts
    convert: move svn config initializer out of the module level
    debian: update source URL in copyright file
    exchange: correctly specify url to unbundle (issue5145)
    help: add example of '[templates]' usage
    help: update link to wiki/CommandServer
    osx: update bugzilla link in readme
    revset: fix keyword arguments to go through optimization process
    win32: update link to mailing list in readme
    win32: update wiki link in mercurial.ini

(wiz)

2016-09-02 14:30:34 UTC MAIN commitmail json YAML

Oops, and the checksum for the patch changed.

(maya)

2016-09-02 14:30:17 UTC MAIN commitmail json YAML

Updated print/py-PDF2 to 1.26.0

(mef)

2016-09-02 14:30:06 UTC MAIN commitmail json YAML

2016-09-02 14:29:56 UTC MAIN commitmail json YAML

Updated print/py-PDF2 to 1.26.0
-------------------------------
Version 1.26.0, 2016-05-18
--------------------------

- NOTE: Active maintenance on PyPDF2 is resuming after a hiatus

- Fixed a bug where image resources where incorrectly
  overwritten when merging pages

- Added dictionary for JavaScript actions to the root (louib)

- Added unit tests for the JS functionality (louib)

- Add more Python 3 compatibility when reading inline images (im2703
  and (VyacheslavHashov)

- Return NullObject instead of raising error when failing to resolve
  object (ctate)

- Don't output warning for non-zeroed xref table when strict=False
  (BenRussert)

- Remove extraneous zeroes from output formatting (speedplane)

- Fix bug where reading an inline image would cut off prematurely
  in certain cases (speedplane)

(pkgsrc changes)
- Githubify

(mef)

2016-09-02 14:16:35 UTC MAIN commitmail json YAML

Update MASTER_SITES and HOMEPAGE

(mef)

2016-09-02 14:07:43 UTC MAIN commitmail json YAML

Use a compile test at configure to check for SSE, not just the existence
of a header.
Default compiler setup in netbsd disables SSE, we cannot compile stuff
that uses it - but we do have the headers for it.

Allows us to get rid of SSE disabling for sunpro compiler, it should
fail the compile test as well.

Patch from FreeBSD (pointed out by John D. Baker)

Fixes PR pkg/51209: audio/lame build fails on i386-7.99.30

(maya)

2016-09-02 14:05:13 UTC MAIN commitmail json YAML

MASTER_SITES moved.

(mef)

2016-09-02 14:01:49 UTC MAIN commitmail json YAML

2016-09-02 12:22:57 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.177

(wiz)

2016-09-02 12:22:46 UTC MAIN commitmail json YAML

Updated mame to 0.177.

Today marks the end of the southern winter/northern summer, and
time for the hotly anticipated August MAME release. Possibly most
importantly, we've fixed the issues that were causing menus to
display off the edge of the screen on Windows (MT06335). We've
integrated a fix for Aimtrack Dual Lightguns on windows from new
contributor Pitou, and the behaviour of XAudio2 sound output should
be much improved when adjusting game speed to match monitor refresh
rate. Mouse behaviour on SDL builds (Linux/Mac) is also improved.
Thanks very much to all the users who reported issues and helped
out testing fixes.

We have lots of newly working computer systems to show off: Xerox
Alto-II, TeleNova Compis (a 16-bit educational computer from Sweden),
Victor 9000, Wang Professional Computer (DOS-based but not IBM
compatible), Atari Portfolio (of Terminator 2 fame), and Vector-06C
(a mass-produced Soviet home computer). Newly working games include
Namco Techno Drive, the original Japanese release of Orca's River
Patrol, Korean puzzle game Intergirl, and gambling game Magical
Butterfly. Speaking of gambling games, this release is a huge update
for BFM, JPM and Maygay fruit machines. John Parker has created a
tool that converts MFME layouts to MAME layouts and contributed
layouts for hundreds of games. This should make it far easier and
more rewarding to work on these drivers.

MAME now includes a driver for a VGM music file player virtual
machine (VGM is a popular video game music file format). This
feature is primarily intended as a way for developers to test sound
cores and do A/B comparisons, as it's a lot easier to just load a
VGM test case than to play a game until it uses the sound chip
feature you want to test, but it's also a convenient way to enjoy
a wide variety of video game music. You can try it out by running
mame vgmplay -bitb file.vgm or choosing "VGM player" from the list
of systems and loading a VGM file in the appropriate media slot
through the internal file manager.

The generic serial terminal and keyboard devices have been greatly
improved. This should make computers controlled via serial port
far more usable. (Keyboard layout, key repeat, simultaneous
keypresses, local echo, auto CR/LF and audible bell have all been
improved and/or made configurable.)

There are a number of improvements for MAME developers and
contributors. We now allow Unicode characters in C++ and Lua source
comments. This can make documentation clearer when referring to
original machine labels. Source files must be encoded in UTF-8 with
no initial byte order mark. Non-ASCII characters are allowed in
comments, but not in most other parts of source files. Source and
comments must still be written in English. We've improved build
times a little, and migrated a lot of MAME-specific constructs to
standard C++14 library features. A number of MAME APIs have been
streamlined and modernised. The palette viewer now shows some
details about the colour swatch under the mouse pointer (press F4
during gameplay to show, this may be interesting to regular users
as well).

Of course, this release also comes with more alternate versions of
games supported (including The NewZealand Story, Metamorphic Force,
Super Hang-On, Terminator 2, Golden Tee '98, Gulf Storm, and Teenage
Mutant Ninja Turtles), and other fixes and improvements for machines
already emulated by MAME (including Midway V-Unit outputs/layouts
from Risugami and input/output improvements for gambling/medal
games from AJR).

(wiz)

2016-09-02 09:51:07 UTC MAIN commitmail json YAML

don't need to specify EIGENDIR since eigen3 pkg-config is fixed

(plunky)

2016-09-02 09:37:25 UTC MAIN commitmail json YAML

patch pkgconfig file

cflags was "-Iinclude/eigen3" which was clearly wrong, so add prefix

(plunky)

2016-09-02 06:35:04 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5088 - requested by prlw1
graphics/eog3: security fix

Revisions pulled up:
- graphics/eog3/Makefile                                        1.28
- graphics/eog3/PLIST                                          1.7
- graphics/eog3/distinfo                                        1.10

---
  Module Name:    pkgsrc
  Committed By:  prlw1
  Date:          Tue Aug 30 14:37:43 UTC 2016

  Modified Files:
          pkgsrc/graphics/eog3: Makefile PLIST distinfo

  Log Message:
  Update eog3 to 3.20.4

  Version 3.20.4
  --------------

  Bug fixes:

    #770143, CVE-2016-6855 out-of-bounds write in eog 3.10.2
    #770197, eog leaks error message if loading an SVG fails

  New and updated translations:

  - gogo [hr]
  - Muhammet Kara [tr]

  New and updated manual translations

  - Sebastian Rasmussen [sv]

  Version 3.20.3
  --------------

  Bug fixes:

    #767003, Eye Of Gnome should refresh automatically the image when it is edited

  New and updated translations:

  - Fr?d?ric P?ters [fr]
  - Sveinn ? Felli [is]
  - Kjartan Maraas [nb]
  - C?dric Valmary (totenoc.eu) [oc]
  - Daniel ?erb?nescu [ro]
  - Theppitak Karoonboonyanan [th]

(bsiegert)

2016-09-01 19:55:49 UTC MAIN commitmail json YAML

LibreCAD is at version 2.1.1 - I tried to package this but it fails
because of lacking log1pl() function

(plunky)

2016-09-01 19:54:29 UTC MAIN commitmail json YAML

Updated cad/openscad to 2015.03p2

(plunky)

2016-09-01 19:53:36 UTC MAIN commitmail json YAML

Update OpenSCAD to 2015.03p2

from the release notes:

  # OpenSCAD 2015.03

    **Language Features:**
    * Added text() module for 2D text
    * Added offset() module for 2D offsets
    * Added list comprehensions and let()
    * Added concat() function
    * Added chr() function
    * surface() can now take PNG images as input
    * min() and max() can now take a vector argument
    * 2D minkowski can now handle polygons with holes
    * Variables can now be assigned in local blocks without using assign()

    **Program Features:**
    * Added Toolbar icons
    * New code editor based on QScintilla
    * Added Splash screen
    * Added SVG export
    * Added AMF export
    * Added --viewall and --autocenter cmd-line parameters
    * GUI is now translated into German, Czech, Spanish, French and Russian
    * MDI (Multiple Document Interface) is now available on all platforms
    * Color schemes for viewer and editor can be user-edited using JSON files
    * GUI components are now dockable
    * Added Tickmarks on axes

    **Bugfixes/improvements:**
    * Performance improvement: 2D (clipper), preview, hull, minkowski, surface
    * Performance improvement: Reduce duplicate evaluation of identical expressions
    * Better recursion behavior
    * STL export and import is now more robust
    * Internal cavities are better supported
    * New examples
    * Windows cmd-line behaves better
    * Better mirror() and scale() behavior when using negative factors

    **Deprecations:**
    * polyhedron() now takes a faces= argument rather than triangles=
    * assign() is no longer needed. Local variables can be created in any scope

  # OpenSCAD 2014.03

    **Language Features:**
    * Added diameter argument: circle(d), cylinder(d, d1, d2) and sphere(d)
    * Added parent_module() and $parent_modules
    * Added children() as a replacement for child()
    * Unicode strings (using UTF-8) are now correctly handled
    * Ranges can have a negative step value
    * Added norm() and cross() functions

    **Program Features:**
    * Cmd-line: --info parameter prints system/library info
    * Cmd-line: --csglimit parameter to change CSG rendering limit
    * Cmd-line: Better handling of cmd-line arguments under Windows
    * GUI: Added Reset View
    * GUI: Added Search&Replace in editor
    * GUI: Syntax highlighting now has a dark background theme
    * GUI: We now create a backup file before rendering to allow for recovery if OpenSCAD crashes/freezes
    * GUI: Accessibility features enabled (e.g. screenreading)

    **Bugfixes/improvements:**
    * Reading empty STL files sometimes caused a crash
    * OPENSCADPATH now uses semicolon as path separator under Windows
    * polyhedron() is now much more robust handling almost planar polygons
    * Automatic reloads of large designs are more robust
    * Boolean logic in if() statements are now correctly short-circuited
    * rands() with zero range caused an infinite loop
    * resize(, auto=true) didn't work when shrinking objects
    * The $children variable sometimes misbehaved due to dynamic scoping
    * The --camera cmd-line option behaved differently then the corresponding GUI function
    * PNG export now doesn't leak transparency settings into the target image
    * Improved performance of 3D hull() operations
    * Some editor misbehaviors were fixed
    * Stability fixes of CGAL-related crashes
    * Windows cmd-line can now handle spaces in filenames
    * Default CSG rendering limit is now 100K elements
    * Fixed a crash reading DXF files using comma as decimal separator
    * Fixed a crash running the cmd-line without a HOME env. variable
    * Intersecting something with nothing now correctly results in an empty object

    **Deprecations:**
    * child() is no longer supported. Use children() instead.
    * polyhedron(triangles=[...]): Use polyhedron(faces=[...]) instead.

    **Misc:**
    * Test framework now shares more code with the GUI app
    * Test report can now be automatically uploaded to dinkypage.com
    * Better compatibility with BSD systems
    * Qt5 support

  # OpenSCAD 2013.06

    **Language Features:**
    * linear_extrude now takes a scale parameter:
      linear_extrude(height=a, slices=b, twist=c, scale=[x,y])
    * Recursive use of modules is now supported (including cascading child() operations):
      https://github.com/openscad/openscad/blob/master/examples/example024.scad
    * Parameter list values can now depend on earlier values, e.g. for (i=[0:2], j=[0:i]) ..
    * value assignments in parameters can now depend on already declared parameters
    * Added resize() module:
      http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#resize

    **Program Features:**
    * Added basic syntax highlighting in the editor
    * There is now a built-in library path in user-space:
      http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Library_Locations
    * Commandline output to PNG, with various camera and rendering settings.
      Run openscad -h to see usage info or see the OpenSCAD wiki user manual.
    * Attempting to open dxf, off or stl files in the GUI will now create an import statement.
    * The preview operator (%) will now preserve any manually set color
    * The highlight operator (#) will now color the object in transparent red
    * Mac: Added document icon
    * Mac: Added auto-update check
    * Windows: Better cmd-line support using the openscad.com executable

    **Bugfixes:**
    * Importing files is now always relative to the importing script, also for libraries
    * We didn't always print a warning when CSG normalization created too many elements
    * Binary STLs can now be read on big endian architectures
    * Some binary STLs couldn't be read
    * Fixed some issues related to ARM builds
    * CGAL triangulation more lenient- enables partial rendering of 'bad' DXF data
    * The Automatic Reload feature is now more robust
    * If a file couldn't be saved it no longer fails silently
    * Fixed a number of crashes related to CGAL and OpenCSG rendering or complex models
    * The lookup() function had bad boundary condition behavior
    * The surface() module failed when the .dat file lacked a trailing newline
    * The hull() module could crash if any of the children were empty objects
    * Some problems using unicode filenames have been fixed

    **Misc:**
    * Build scripts have been further improved
    * Regression test now creates single monolithic .html file for easier uploading
    * Regression test auto-starts & stops Xvfb / Xvnc if on headless unix machine
    * The backend is finally independent of Qt
    * Windows: We now have a 64-bit version

    **Known Bugs:**
    * Linux: command-line png rendering on Gallium is flaky.
      Workaround: use CGAL --render or hardware rendering.

  # OpenSCAD 2013.01

    **Features:**
    * Snappier GUI while performing CGAL computations (computations running in separate thread)
    * The size of the misc. caches can now be adjusted from Preferences
    * The limit for when to disable OpenCSG can now be adjusted from Preferences
    * Added Dot product operator: vec * vec
    * Added Matrix multiplication operator: vec * mat, mat * mat
    * Added search() function
    * Dependencies are now tracked - any changes in uses/included files will be detected and cause a recompile
    * The OPENSCADPATH environment variable is now implemented will have precedence when searching for libraries
    * .csg files can now be opened from the GUI
    * linear_extrude() will now assume that the first parameter means 'height' if it's a number

    **Bugfixes:**
    * use'ing an non-existing file sometimes crashed under Windows
    * Better font handling: Ensure a monospace font is chosen as default
    * Division by zero caused hang in some cases (e.g. sin(1/0))
    * Larger minkowski operations sometimes caused a crash after a CGAL assert was thrown
    * Fixed crashes in shared_ptr.hpp (or similar places) due bugs in cache management and CSG normalization
    * scale() with a scale factor of zero could cause a crash
    * Fixed a number of issues related to use/include
    * Providing an unknown parameter on the cmd-line caused a crash
    * cmd-line overrides using -D now also work for USEd modules
    * Modifier characters can now be used in front of if statements
    * rotate() with a vector argument with less that 3 elements used uninitialized variables, ending up being non-deterministic.
    * .csg files will now have relative filenames whenever possible
    * Don't just ignore geometric nodes having zero volume/area - when doing difference/intersection, they tend to turn negative objects into positive ones.
    * Always use utf-8 file encoding, also under Windows
    * A lot of build script fixes
    * Some other crash bugs fixes

    **Deprecations:**
    * The old include syntax "<filename.scad>" without the include keyword is no
      longer supported and will cause a syntax error.

(plunky)

2016-09-01 17:33:28 UTC MAIN commitmail json YAML

Add dependency to databases/py-sqlite3.

(nonaka)

2016-09-01 17:32:25 UTC MAIN commitmail json YAML

Remove duplicate.

(wiz)

2016-09-01 17:30:44 UTC MAIN commitmail json YAML

Updated net/syncthing-gtk to 0.9.2.1

(wiz)

2016-09-01 17:30:31 UTC MAIN commitmail json YAML

Updated net/syncthing-gtk to 0.9.2.1

(wiz)

2016-09-01 17:30:21 UTC MAIN commitmail json YAML

Updated syncthing-gtk to 0.9.2.1.

0.9.2.1

This release fixes crash-on-statup problem on Windows.

0.9.2

New:

    Added black and white icons theme, selectable in UI settings.
    Added Spanish translation (thanks to @buttle)
    New folder ID is pre-filled with auto-generated ID
    Added man page
    Added list of both 5€ patrons to About dialog.

Fixes:

    Error message about incompatible nodes is repeated infinitely
    File Pull Order defaults to nothing
    "Override remote changes" option not doing anything
    'tcp://' is prepended to dynamic address in folder editor.
    Added more error details when '404/Not Found' error is generated.

0.9.1

New:

    Compatible with Syncthing v0.14.0
    Display notification when .sync-conflict file is created.
    Handle error message about outdated syncthing on remote device

Fixes:

    Renamed Chinese localisation directory

0.9.0.3

Fixes:

    Better cookie handling when no username nor API key is set
    About dialog updated with link to my Patreon page.

0.9.0.2

More fixes:

    UI Settings crashing on small screen
    Daemon Settings crashing always

0.9.0.1

Quick fix for left half of window missing.

For Syncthing 0.13 and above

Changes:

    Added support for folder labels
    Added support for Identification of Connections from Unknown Devices
    Added label that notifies user when changed setting needs ST-GTK restart
    Added 'File Pull Order' and 'Minimum Free Disk Space' fields to folder editor
    Changed formatting in speed limit fields
    Added Chinese, Russian and Lithuanian localization (thanks to @wsxy162, @midyukov-anton and @Moo)

Fixes:

    Fixed updater extracting systemd units.

0.9

never existed

(wiz)

2016-09-01 17:04:31 UTC MAIN commitmail json YAML

Updated devel/py-tlsh to 3.4.5

(wiz)

2016-09-01 17:04:20 UTC MAIN commitmail json YAML

Updated devel/tlsh to 3.4.5

(wiz)

2016-09-01 17:04:08 UTC MAIN commitmail json YAML

2016-09-01 17:01:56 UTC MAIN commitmail json YAML

Updated textproc/py-yaml to 3.12

(wiz)

2016-09-01 17:01:46 UTC MAIN commitmail json YAML

Updated py-yaml to 3.12.

* Wheel packages for Windows binaries.
* Adding an implicit resolver to a derived loader should not affect
  the base loader (fixes issue #57).
* Uniform representation for OrderedDict across different versions
  of Python (fixes issue #61).
* Fixed comparison to None warning (closes issue #64).

(wiz)

2016-09-01 16:59:31 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 26.1.1

(wiz)

2016-09-01 16:59:21 UTC MAIN commitmail json YAML

Updated py-setuptools to 26.1.1.

v26.1.1
-------

* Re-release of 26.1.0 with pytest pinned to allow for automated
  deployement and thus proper packaging environment variables,
  fixing issues with missing executable launchers.

v26.1.0
-------

* #763: ``pkg_resources.get_default_cache`` now defers to the
  `appdirs project <https://pypi.org/project/appdirs>`_ to
  resolve the cache directory. Adds a vendored dependency on
  appdirs to pkg_resources.

(wiz)

2016-09-01 16:56:46 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client to 1.5.3

(wiz)

2016-09-01 16:56:36 UTC MAIN commitmail json YAML

Updated py-google-api-python-client to 1.5.3.

v1.5.3
  Version 1.5.3

  Bugfix release

  - Fixed import error with oauth2client >= 3.0.0. (#270)

v1.5.2
  Version 1.5.2

  Bugfix release

  - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
  - Fix project_id argument description. (#257)
  - Retry chunk uploaded on rate limit exceeded errors. (#255)
  - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
  - Warn when running tests using HttpMock without having a cache. (#261)

(wiz)

2016-09-01 16:54:42 UTC MAIN commitmail json YAML

Updated net/py-foolscap to 0.12.2

(wiz)

2016-09-01 16:54:32 UTC MAIN commitmail json YAML

Updated py-foolscap to 0.12.2.

* Release 0.12.2 (28-Aug-2016)

** Improved Tor Connection Handler

The `tor.control_endpoint` connection handler now properly handles the
config.SocksPort response provided by the debian Tor daemon (and possibly
others), which included a confusing unix-domain socket in its response.

The `tor.socks_port` handler was changed to accept both hostname and port
number. Using anything but "localhost" or "127.0.0.1" is highly discouraged,
as it would reveal your IP address to (possibly hostile) external hosts. This
change was made to support applications (e.g. Tahoe-LAFS) which accept
endpoint strings to configure socks_port, but then parse them and reject
anything but TCP endpoints (to match Foolscap's current limitations). Such
applications ought to warn their users to use only localhost.

* Release 0.12.1 (20-Aug-2016)

** Connection Handlers for SOCKS, Tor, I2P

Foolscap now includes importable connection handlers for SOCKS(5a), Tor, and
I2P. #242, #246, #261

These handlers require additional supporting libraries, so they must be
imported separately, and a setuptools "extra feature" declaration must be
used to ask for the supporting libs. For example, applications which want to
use `tor:` hints (on a host with a Tor daemon running) should have a setup.py
with:

  install_requires=["foolscap[tor]"],

and the Tub setup code should do:

  from foolscap.connections import tor
  tub.addConnectionHintHandler("tor", tor.default_socks())

Full examples and docs are available in docs/connection-handlers.rst.

The default connection-negotiation timeout was increased from 60s to 120s, to
accomodate tor/i2p daemon startup times.

* Release 0.12.0 (20-Jul-2016)

** API changes: no more automatic configuration

Foolscap has moved from automatic listener configuration (randomly-allocated
TCP ports, automatically-determined IP address) to using more predictable
manual configuration. In our experience, the automatic configuration only
worked on hosts which had external IP addresses, which (sadly) is not the
case for most computers attached to the modern internet. #252

Applications must now explicitly provide Foolscap with port numbers (for
Tub.listenOn) and hostnames (for Tub.setLocation). Applications are
encouraged to give users configuration controls to teach Foolscap what
hostname and port number it should advertise to external hosts in the FURLs
it creates. See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2773 for ideas.

The specific API changes were:

- Tub.setLocationAutomatically() has been deprecated
- Listener.getPortnum() has been deprecated
- calling Tub.listenOn("tcp:0") is also deprecated: callers should allocate a
  port themselves (the foolscap.util.allocate_tcp_port utility function,
  which does not block, has been added for this purpose).

Foolscap tools like "flappserver create" and "flogtool create-gatherer" will
no longer try to deduce their external IP address in an attempt to build
externally-reachable FURLs, and will no longer accept "tcp:0" as a listening
port (they now default to specific port numbers). Instead, they have
--location= and --port arguments. The user must provide '--location' with a
connection-hint string like 'tcp:hostname.example.org:3117' (which is put
into the server's FURLs). This must match the corresponding '--port'
argument, if provided.

- for all tools, if '--port' is provided, it must not be tcp:0
- 'flappserver create' now requires --location, and '--port' defaults to
  tcp:3116
- 'flogtool create-gatherer' requires --location, default port is tcp:3117
- 'flogtool create-incident-gatherer' does too, default is tcp:3118

For backwards-compatibility, old flappservers will have "tcp:0" written into
their "BASEDIR/port" file, and an empty string in "BASEDIR/location": these
must then be edited to allow the flappserver to start. For example, write
"tcp:12345" into "BASEDIR/port" to assign a portnumber, and
"tcp:HOSTNAME:12345" into "BASEDIR/location" to expose it in the generated
FURL.

** Other API changes

Tub.listenOn() now takes a string or an Endpoint (something that implements
twisted.internet.interfaces.IStreamServerEndpoint). This makes it possible to
listen on non-IPv4 sockets (e.g. IPv6-only sockets, or unix-domain sockets,
or more exotic endpoints), as long as Tub.setLocation() is set to something
which the other end's connection handlers can deal with. #203 #243

The "DefaultTCP" handler (which manages normal "tcp:HOST:PORT" connection
hints) has been moved to foolscap.connections.tcp . This makes room for new
Tor/I2P/SOCKS handlers to live in e.g. foolscap.connections.tor . #260

Connection handlers are now allowed to return a Deferred from
hint_to_endpoint(), which should make some handlers easier to write. #262

Note that RemoteReference.notifyOnDisconnect() will be deprecated in the next
release (once all internal uses have been removed from Foolscap).
Applications should stop using it as soon as possible. #42 #140 #207

** Compatibility Changes

This release removes support for the old (py2.4) "sets" module. This was
retained to support applications which were trying to maintain py2.4
compatibility, but it's been so long since this was necessary, it's time to
remove it.

** Other Changes

The internal `allocate_tcp_port()` function was fixed: unexpected kernel
behavior meant that sometimes it would return a port that was actually in
use. This caused unit tests to fail randomly about 5% of the time. #258

IPv6 support is nearly complete: listening on a plain TCP port will typically
accept connections via both IPv4 and IPv6, and the DefaultTCP handler will do
a hostname lookup that can use both A and AAAA records. So as long as your
server has a DNS entry that points at its IPv6 address, and you provide the
hostname to Tub.setLocation(), Foolscap will connect over IPv6. There is one
piece missing for complete support: the DefaultTCP connection handler must be
modified to accept square-bracketed numeric IPv6 addresses, for rare
situations where the host has a known (stable) IPv6 address, but no DNS name.

(wiz)

2016-09-01 16:52:21 UTC MAIN commitmail json YAML

Updated net/py-bitmessage to 0.6.1

(wiz)

2016-09-01 16:52:10 UTC MAIN commitmail json YAML

Updated py-bitmessage to 0.6.1.

pybitmessage (0.6.0-1) trusty; urgency=low

  * Bugfixes
  * UI improvements
  * performance and security improvements
  * integration with email gateway (mailchuck.com)

-- Peter Surda <dev@mailchuck.com>  Mon, 2 May 2016 16:25:00 +0200

(wiz)

2016-09-01 16:40:26 UTC MAIN commitmail json YAML

Updated devel/py-ZopeEvent to 4.2.0

(wiz)

2016-09-01 16:40:14 UTC MAIN commitmail json YAML

Updated py-ZopeEvent to 4.2.0.

4.2.0 (2016-02-17)
------------------

- Add support for Python 3.5.

- Drop support for Python 2.6 and 3.2.

(wiz)

2016-09-01 16:37:44 UTC MAIN commitmail json YAML

Updated devel/py-ZopeInterface to 4.3.1

(wiz)

2016-09-01 16:37:33 UTC MAIN commitmail json YAML

Updated py-ZopeInterface to 4.3.1.

Add missing dependency.

4.3.1 (2016-08-31)
------------------

- Support Components subclasses that are not hashable.
  (https://github.com/zopefoundation/zope.interface/issues/53)

4.3.0 (2016-08-31)
------------------

- Add the ability to sort the objects returned by ``implementedBy``.
  This is compatible with the way interface classes sort so they can
  be used together in ordered containers like BTrees.
  (https://github.com/zopefoundation/zope.interface/issues/42)

- Make ``setuptools`` a hard dependency of ``setup.py``.
  (https://github.com/zopefoundation/zope.interface/issues/13)

- Change a linear algorithm (O(n)) in ``Components.registerUtility`` and
  ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for
  hashable components. This substantially improves the time taken to
  manipulate utilities in large registries at the cost of some
  additional memory usage. (https://github.com/zopefoundation/zope.interface/issues/46)

(wiz)

2016-09-01 16:33:54 UTC MAIN commitmail json YAML

Updated archivers/par2 to 0.6.14

(wiz)

2016-09-01 16:33:43 UTC MAIN commitmail json YAML

Updated par2 to 0.6.14.

Fix issue #53 / Correct fix for issue #49
par2creator: use proper buffer size for volume file name generation
bump 0.6.13
Merge pull request #51 from jcfp/master
Update commandline.cpp
add -N / -S options to manpage
Add test19
Fix issue #50 (scan failure) / Correct fix for issue #31 (slow scan)
Fixes to enable "make distcheck" to work:
Fix for #49 (Scanning extra files messes up verification)
create test for #49
Merge pull request #48 from jcfp/patch-1
add missing argument for the block-count option

(wiz)

2016-09-01 16:29:07 UTC MAIN commitmail json YAML

Updated devel/ocaml-cppo to 1.4.0

(wiz)

2016-09-01 16:28:57 UTC MAIN commitmail json YAML

Updated ocaml-cppo to 1.4.0.

Rename insert_cppo_rules to cppo_rules
Export Ocamlbuild rule generator, add mlpack to default extensions

(wiz)

2016-09-01 16:26:00 UTC MAIN commitmail json YAML

Updated textproc/miller to 4.5.0

(wiz)

2016-09-01 16:25:51 UTC MAIN commitmail json YAML

Updated miller to 4.5.0.

4.5.0

Customizable output format for redirected output

In a natural follow-on to the 4.4.0 redirected-output feature, the
4.5.0 release allows your tap-files to be in a different output
format from the main program output.

For example, using

mlr --icsv --opprint ... then put --ojson 'tee > "mytap-".$a.".dat",
$*' then ...

the input is CSV, the output is pretty-print tabular, but the
tee-files output is written in JSON format. Likewise --ofs, --ors,
--ops, --jvstack, and all other output-formatting options from the
main help at mlr -h and/or man mlr default to the main command-line
options, and may be overridden with flags supplied to mlr put and
mlr tee.

4.4.0

Redirected output, row-value shift, and other features

The principal feature of Miller 4.4.0 is redirected output. Inspired
by awk, Miller lets you tap/tee your data as it's processed, run
output through subordinate processes such as gzip and jq, split a
single file into multiple files per an account-ID column, and so
on.

Details:
http://johnkerl.org/miller/doc/reference.html#Redirected-output_statements_for_put

Other features:

    mlr step -a shift allows you to place the previous record's
    values alongside the current record's values:
    http://johnkerl.org/miller/doc/reference.html#step

    mlr head, when used without the group-by flag (-g), stops after
    the specified number of records has been output. For example,
    even with a multi-gigabyte data file, mlr head -n 10 hugefile.dat
    will complete quickly after producing the first ten records
    from the file.

    The sec2gmtdate verb, and sec2gmtdate function for filter/put,
    is new: please see
    http://johnkerl.org/miller/doc/reference.html#sec2gmtdate and
    http://johnkerl.org/miller/doc/reference.html#Functions_for_filter_and_put.

    sec2gmt and sec2gmtdate both leave non-numbers as-is, rather
    than formatting them as (error). This is particularly relevant
    for formatting nullable epoch-seconds columns in SQL-table
    output: if a column value is NULL then after sec2gmt or
    sec2gmtdate it will still be NULL.

    The dot operator has been universalized to work with any data
    type and produce a string. For example, if the field n has
    integers, then instead of typing mlr put '$name = "value:".string($n)'
    you can now simply domlr put '$name = "value:".$n'. This is
    particularly timely for creating filenames for redirected
    print/dump/tee/emit output.

    The online documents now have a copy of the Miller manpage:
    http://johnkerl.org/miller/doc/manpage.html

    Bugfix: inside filter/put, $x=="" was distinct from isempty($x).
    This was nonsensical; now both are the same.

(wiz)

2016-09-01 16:22:12 UTC MAIN commitmail json YAML

Updated textproc/libyaml to 0.1.7

(wiz)

2016-09-01 16:22:02 UTC MAIN commitmail json YAML

2016-09-01 16:20:10 UTC MAIN commitmail json YAML

Remove obsolete patches after 2.0 update.

(wiz)

2016-09-01 16:19:08 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.41

(wiz)

2016-09-01 16:18:59 UTC MAIN commitmail json YAML

No more sparc on OpenBSD.

>From jmc@OpenBSD.

Bump version.

(wiz)

2016-09-01 16:18:08 UTC MAIN commitmail json YAML

2016-09-01 16:17:05 UTC MAIN commitmail json YAML

Updated net/librsync to 2.0.0

(wiz)

2016-09-01 16:16:55 UTC MAIN commitmail json YAML

Updated librsync to 2.0.0.

Note: despite the major version bump, this release has few changes
and should be binary and API compatible with the previous version.

* Bump librsync version number to 2.0, to match the library
  soname/dylib version. (Martin Pool, #48)

(wiz)

2016-09-01 16:09:42 UTC MAIN commitmail json YAML

Updated print/latexmk to 445

(wiz)

2016-09-01 16:09:32 UTC MAIN commitmail json YAML

Updated latexmk to 445.

>From v. 4.39 to 4.39 documentation update of 2 Dec 2013
  Correct two errors in documentation and in the file COPYING.

>From v. 4.39 to 4.40
  Fix failure to clean up correctly when root filename contains [,
    which is a glob metacharacter.

>From v. 4.40 to 4.41
  -c also deletes $deps_file if it is used
  Quote jobname when needed.
  Change maintainer's preferred e-mail
  Attempt to improve handling of errors from (pdf)latex.
  Fix up for the making of -eps-converted-to.pdf
  Improve listing of warning lines from log file.
  Fix failure when using both -cd and -output-directory
  If user's home directory can't be determined, then don't read ~/.latexmkrc
  Introduce configuration variable $silence_logfile_warnings
  In setting $pscmd, allow for non-existent environment variable USER
  Correct subroutine Run for internal cmd w/o arguments
  Experimental: Add analysis hook for aux file.
  System initialization files: allow them to be named latexmkrc as
    well as LatexMk, for more consistency with user directory names.
    Keep both cases, to preserve backward compatibility.
  Change sign-on message.  Bug report info with help.

>From v. 4.41 to 4.42
  Fix bugs associated with the -cd option
  Add missfont.log and the generated synctex.gz to standard cleaned-up files

>From v. 4.42 to 4.43a
  Fix problem that source files are not correctly detected under
    MiKTeX when name of current working directory contains non-ASCII
    characters.
  On cleanup, synctex.gz files are deleted only by -C, not by -c.

>From v. 4.43a to 4.43c
  Correct normalization of filenames, so that initial "./" is always
  removed.  This prevents custom dependencies being run twice on the
  same file.
  Documentation correction on use of @BIBINPUTS.
  Diagnostic correction.
  Example rc file for using texinfo (thanks to Vincent Bela\"iche).
  Additions to documentation concerning advanced configuration.

>From v. 4.43c to 4.44
  Correct bug in use of %hash_calc_ignore_pattern
    (Previously it only had its documented effect when a targetted
    file hadn't changed in size.)
  Correct error handling when biber finds a malformed .bcf file.

>From v. 4.44 to 4.45
  Fix problem of -C not always working correctly when compilation was
  with -pdf and clear was default.
  Fix bug in limiting number of passes when $max_repeat >= 10
  Fix bug in finding id of viewer process id under OS-X

(wiz)

2016-09-01 16:06:53 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.70

(wiz)

2016-09-01 16:06:44 UTC MAIN commitmail json YAML

Updated iso-codes to 3.70.

iso-codes 3.70
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Mon, 29 Aug 2016

  [ ISO 3166-2 ]
  * Update name for ES-SS to Gipuzkoa, thanks to Albert Cervera
    for the bug report. Closes: alioth#315433

  [ ISO 3166-2 translations ]
  * German by Dr. Tobias Quathamer
  * Spanish by Dr. Tobias Quathamer
  * French by Dr. Tobias Quathamer

  [ ISO 639-2 translations ]
  * Swedish by Anders Jonsson (TP)

(wiz)

2016-09-01 16:05:32 UTC MAIN commitmail json YAML

2016-09-01 16:05:22 UTC MAIN commitmail json YAML

Updated gsl to 2.2.

* What is new in gsl-2.2:

** updated gsl_linalg_cholesky_invert to use Level-2 BLAS
  and added function gsl_linalg_pcholesky_invert

** added function gsl_linalg_invtri for inverting
  triangular matrices

** fix GSL_EIGEN_SORT_VAL_{ASC,DESC} for nonsymmetric
  eigensystems (Victor Zverovich)

** added complete orthogonal decomposition routines
  (gsl_linalg_COD)

** bug fix where median calculation wasn't reset in
  gsl_rstat_reset(); added gsl_rstat_quantile_reset() function
  (reported by Pedro Donato)

** added multivariate Gaussian random distribution
  gsl_ran_multivariate_gaussian (Timoth辿e Flutre)

** added functions to estimate the 1-norm reciprocal condition
  number for various matrix factorizations:
    * gsl_linalg_cholesky_rcond
    * gsl_linalg_QRPT_rcond

** added functions gsl_linalg_QRPT_{lssolve,lssolve2} to
  compute least squares solutions with the QRPT decomposition

** added function gsl_permute_matrix()

** added modified Cholesky factorization (gsl_linalg_mcholesky)
  to handle symmetric indefinite matrices

** added pivoted Cholesky factorization (gsl_linalg_pcholesky)
  for ill-conditioned matrices

** rewrote (real) Cholesky decomposition to use
  a Level-2 blas algorithm instead of Level-1. Flop
  count is about the same but the code is much simpler
  and easier to follow

** completely rewritten nonlinear least squares module,
  including support for large problems; the user may
  now control the linear solver used, the trust region
  updating strategy, and the scaling method. In addition,
  support has been added for the geodesic acceleration
  step (Transtrum 2011) which can speed up convergence
  on a wide class of problems.

** added gsl_rstat_rms() for root mean square

** optimized lmniel nonlinear least squares solver
  (bug #46369)

** improved precision in Bessel K0/K1 near x = 2
  (Pavel Holoborodko, bug #47401)

** added support for compressed row storage sparse
  matrices (Alexis Tantet)

** bug fix in convergence check of hypergeometric 2F1
  function (bug #45926)

** added gsl_multilarge_linear_lcurve() to compute
  the L-curve for large linear systems

** updated multilarge normal equations method to use
  new Cholesky scaling for better numerical stability

** added scaling to Cholesky routines to reduce the
  condition number prior to factorization

(wiz)

2016-09-01 16:02:32 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.3.20160828

(wiz)

2016-09-01 16:02:22 UTC MAIN commitmail json YAML

Updated dialog to 1.3.20160828.

2016/08/28
+ improve parsing and trace for "bindkey", to convert space to/from
  "\s", as well as handle octal escapes for single byte characters.
+ change explicit checks for space character used for select or toggle
  to make this rebindable to "TOGGLE" (prompted by discussion with
  Paul van Tilburg).
+ add default bindings for cursor left/right to formbox.  The cursor
  left/right cases were replaced with rebindable symbols in 2005/12/07
  without providing these keys as default values (report/patch by
  Miroslav Lichvar).
+ modified autoconf macros
  + CF_PROG_LINT add cpplint to programs to use; drop ad hoc tdlint and
    alint.
  + CF_CC_ENV_FLAGS don't limit the check to -I, -U and -D options,
    since the added options can include various compiler options before
    and after preprocessor options.
  + CF_GNU_SOURCE recent glibc (Debian 2.23-4 for example) has
    misordered ifdef/checks for new symbol _DEFAULT_SOURCE, producing
    warning messages when only _GNU_SOURCE is defined.  Add a followup
    check to define _DEFAULT_SOURCE.
  + CF_XOPEN_SOURCE use _GNU_SOURCE for cygwin headers, tested with
    cygwin 2.3, 2.5 (patch by Corinna Vinschen).
+ mention --no-collapse option in manual page description of
  --tab-correct option.
+ update config.guess, config.sub

(wiz)

2016-09-01 16:01:24 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.11.2

(wiz)

2016-09-01 16:01:14 UTC MAIN commitmail json YAML

Updated cups-filters to 1.11.2.

CHANGES IN V1.11.2

- cups-browsed: Allow turning off the use of CUPS' domain
  socket via cups-browsed.conf.
- foomatic-rip: When run as regular CUPS filter use preferably
  /etc/cups/foomatic-rip.conf (or whereever the CUPS
  configuration files reside, according to the CUPS_SERVERROOT
  environment variable) as configuration file. This way we can
  more easily run the printing stack in a sandbox.
- foomatic-rip: When run as regular CUPS filter, read the PPD
  through CUPS and get the print queue name by environment
  variable.
- bannertopdf, foomatic-rip, gstoraster, mupdftoraster,
  pdftoopvp, pdftoraster: Do not use build-time hard-coded
  paths, but always the paths from the environment variables
  which CUPS sets when calling its filters. This is needed to
  run the printing stack in a sandbox.

(wiz)

2016-09-01 15:53:42 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.2.10

(wiz)

2016-09-01 15:53:31 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.2.10.

2016-08-27  7.0.2-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.2-10, GIT revision 18750:e3335b3:20160827.

2016-08-27  7.0.2-10 Dirk Lemstra <dirk@lem.....org>
  * Added define 'psd:additional-info' to preserve the additional information
    in a PSD file.

2016-08-15  7.0.2-10 Cristy  <quetzlzacatenango@image...>
  * Prevent buffer overflow in BMP & SGI coders (bug report from
    pwchen&rayzhong of tencent).
  * Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF and
    CALS coders (bug report from Donghai Zhu).
  * The -stream option now increments the pixel pointer properly (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30327).

(wiz)

2016-09-01 14:48:42 UTC MAIN commitmail json YAML

Updated devel/p5-autobox to 2.84

(wen)

2016-09-01 14:46:36 UTC MAIN commitmail json YAML

Update to 2.84

Upstream changes:
2.84 Fri 26 Aug 20:35:48 2016

    - compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and eserte)
    - update ppport.h from 3.20 to 3.35
    - add .travis.yml

(wen)

2016-09-01 14:31:15 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 7.05

(wen)

2016-09-01 14:29:18 UTC MAIN commitmail json YAML

Update to 7.05

Upstream changes:
7.05  2016-08-29
  - Fixed bug in Mojo::IOLoop::Subprocess where EV would steal the subprocess
    exit status.

7.04  2016-08-28
  - Added EXPERIMENTAL support for performing computationally expensive
    operations in subprocesses, without blocking the event loop. (jberger, sri)
  - Added EXPERIMENTAL module Mojo::IOLoop::Subprocess. (jberger, sri)
  - Added EXPERIMENTAL subprocess method to Mojo::IOLoop. (jberger, sri)
  - Improved many methods in Mojolicious::Controller to die more gracefully if
    the connection has already been closed.
  - Fixed bug where Mojo::UserAgent would try to follow redirects for CONNECT
    requests.

(wen)

2016-09-01 14:20:59 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.76

(mef)

2016-09-01 14:19:35 UTC MAIN commitmail json YAML

Updated cad/gtkwave 3.3.74 to 3.3.76
------------------------------------
3.3.75  02aug16 Fix crash when -S and -W are used in tandem.
3.3.76  13aug16 Fix for --disable-tcl in ./configure caused by 3.3.75 fix.
                Crash fix in fstapi.c on read value at time accessing of
                FST files that use new dynamic aliases, FastLZ, or LZ4.  This
                primarily affects rtlbrowse.

(mef)

2016-09-01 13:34:34 UTC MAIN commitmail json YAML

- Drop MASTER_SITE pingable, but no reponse with ftp

(mef)

2016-09-01 13:31:05 UTC MAIN commitmail json YAML

- Drop unpingable MASTER_SITE

(mef)

2016-09-01 13:22:45 UTC MAIN commitmail json YAML

2016-09-01 13:20:55 UTC MAIN commitmail json YAML

2016-09-01 13:16:42 UTC MAIN commitmail json YAML

Updated devel/mantis to 1.3.1nb1

(ryoon)

2016-09-01 13:16:15 UTC MAIN commitmail json YAML

Bump PKGREVISION from adding textproc/php-json dependency

(ryoon)

2016-09-01 12:59:05 UTC MAIN commitmail json YAML

Updated net/sharity-light to 1.3

(mef)

2016-09-01 12:58:46 UTC MAIN commitmail json YAML

Updated net/sharity-light 1.2 to 1.3
------------------------------------
(Some lines out of following lines doesn't seem to be included in
previous commit log, so ..including ..)

- Finding the GMT offset of the local time is not straight forward. Added
  an ifdef in kernel.c/kernel_init() to handle Solaris' way of doing it.
- INADDR_NONE is not defined on Solaris. Added workaround to rumba.c

* Release Sharity-Light 1.2 1998-11-24

- Added aSYSTEM and aHIDDEN attributes to smb_proc_unlink(), this allows
  deleting dotfiles on a samba server.

- Added contributed recode code for russian character set (compile time
  option)

* Release Sharity-Light 1.3 2003-12-29

(mef)

2016-09-01 10:27:44 UTC MAIN commitmail json YAML

Updated sysutils/puppet to 3.8.7

(fhajny)

2016-09-01 10:27:24 UTC MAIN commitmail json YAML

Update sysutils/puppet to 3.8.7.
Clean up dependencies and resolve the json/json_pure conflict.

Changes since 3.8.6:

- PUP-4818: One part of the relative namespacing feature was not
  removed when using the future parser. When a class was declared
  with a resource like expression the references to classes were
  still interpreted as being relative.
- PUP-6113: Puppet will no longer attempt to retrieve the
  nonexistent password_min_age property from LDAP users on
  Solaris.
- PUP-6073: launchd plists with line continuations no longer cause
  the launchd service provider to return Error: Could not prefetch
  service provider 'launchd': undefined method to_ruby for
  nil:NilClass.
- PUP-5898: :undef caused unexpected behaviors with hashes due to
  the 3.x calling convention also applying to resource
  expressions.
- PUP-5637: Puppet systemd packages now include an ExecReload
  command in the puppet.service files in order to facilitate
  graceful restart on systemd systems.
- PUP-5356: Fixed the Puppet Nagios extension with Ruby 1.9.3+.
- PUP-4545: Removed a script that restarts Puppet in response to
  network changes on EL based systems.

(fhajny)

2016-09-01 10:19:30 UTC MAIN commitmail json YAML

Use COMPILER_RPATH_FLAG properly. Reconciles libgcrypt-config with
Darwin linker. Fixes joyent/pkgsrc#400. Bump PKGREVISION.

(fhajny)

2016-09-01 06:20:19 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.2.10, cups-filters-1.11.2, dialog-1.3.20160828,
  duplicity-0.7.10, gsl-2.2, iso-codes-3.70, latexmk-445,
  librsync-2.0.0, libyaml-0.1.7, miller-4.5.0, nodejs-6.5.0,
  ocaml-cppo-1.4.0, par2-0.6.14, php71-7.1.0RC1, py-ZopeInterface-4.3.1,
  py-bitmessage-0.6.1, py-foolscap-0.12.2,
  py-google-api-python-client-1.5.3, py-setuptools-26.1.1,
  py-yaml-3.12, ragel-7.0.0.9, syncthing-gtk-0.9.2.1, tlsh-3.4.5.

(wiz)

2016-09-01 04:17:01 UTC MAIN commitmail json YAML

Fix distinfo for patch-apc_cache.c.

(wiz)

2016-09-01 04:15:16 UTC MAIN commitmail json YAML

Remove patch that is not in distinfo after update.

(wiz)

2016-09-01 04:14:33 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.25

(wiz)

2016-09-01 04:14:23 UTC MAIN commitmail json YAML

Updated png to 1.6.25.

Changes since the last public release (1.6.24):
  Reject oversized iCCP profile immediately.
  Cleaned up PNG_DEBUG compile of pngtest.c.
  Conditionally compile png_inflate().
  Don't install pngcp; it conflicts with pngcp in the pngtools package.
  Minor editing of INSTALL, (whitespace, added copyright line)
  Added MIPS support (Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>).
  Rebased contrib/intel/intel_sse.patch after the MIPS implementation.

(wiz)

2016-08-31 21:18:28 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_notify to 0.4.5

(wiz)

2016-08-31 21:15:36 UTC MAIN commitmail json YAML

2016-08-31 21:15:01 UTC MAIN commitmail json YAML

2016-08-31 20:28:38 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.5.2

(wiz)

2016-08-31 20:28:28 UTC MAIN commitmail json YAML

Updated libXfont to 1.5.2.

Maintenance branch release, primarily for bdftopcf's benefit as it's
the only thing that really needs the Xfont1 API. (xfs uses it too, I
believe, but could be ported to Xfont2). If someone wanted to step up
and merge Xfont1 into bdtopcf directly, that'd be great.

Adam Jackson (1):
      libXfont 1.5.2

Alan Coopersmith (1):
      doc: add a couple olinks to fsproto & xfs-design docs

Benjamin Tissoires (1):
      bdfReadCharacters: Allow negative DWIDTH values

Jeremy Huddleston Sequoia (6):
      stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution
      Use NO_WEAK_SYMBOLS instead of -flat_namespace
      FreeType: Correct an allocation size
      bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes
      fserve: Silence a -Wformat warning
      fserve: Fix a buffer read overrun in _fs_client_access

Keith Packard (1):
      Fix warnings

Thomas Klausner (1):
      Fix is*() usage.

(wiz)

2016-08-31 17:20:08 UTC MAIN commitmail json YAML

Fix EGG_NAME so this packages correctly.

(wiz)

2016-08-31 14:15:33 UTC MAIN commitmail json YAML

Fix install on Linux and SunOS.

(jperkin)

2016-08-31 13:57:59 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.20.0

(leot)

2016-08-31 13:57:45 UTC MAIN commitmail json YAML

Update multimedia/mpv to 0.20.0

Changes:
Release 0.20.0
==============
Options and Commands
--------------------
Added
~~~~~
- aspect: add --video-unscaled=downscale-big
- player: add --image-display-duration option to control duration of image display (#3425)
- vo_opengl: angle: new flag (dcomposition) to control DirectComposition

Fixes and Minor Enhancements
----------------------------
- af_lavrresample: fix error if resampler could not be recreated
- audio: avoid missed wakeups with ab-loops
- audio: do not apply --audio-channels if spdif passthrough is in use (#3445)
- cache: don't use a backbuffer if the cache is as large as the file
- command: prevent O(n^2) behaviour for playlist property
- demux: close underlying stream if it's fully read anyway (#3456)
- demux: fix undefined behavior with ogg metadata update (#3451)
- player: make looping slightly more seamless
- player: refresh very low framerate video on filter changes (#3435)
- stream_memory: disable stream cache
- vf_rotate: allow arbitrary rotation (#3434)
- vo: be more trusting to estimated display FPS (#3433)
- w32_common: use hooks to detect parent window resize
- x11: work around mutter fullscreen issue (#2072)

(leot)

2016-08-31 13:24:06 UTC MAIN commitmail json YAML

Fix for OS X 10.12, where clock_gettime() is defined.

(adam)

2016-08-31 09:24:10 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 2.2.4

(wiz)

2016-08-31 09:23:58 UTC MAIN commitmail json YAML

Updated vlc to 2.2.4.

Changes between 2.2.3 and 2.2.4:
--------------------------------

Decoder:
* Fix crash in G.711 wav files
* Fix mp3 crash in libmad
* Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108)

Qt:
* Fix resizing issues

Win32:
* Fix overlay creation on Windows XP for DirectDraw video output

Misc:
* Build fixes for Hurd

Translations:
* Update of Bulgarian, Catalan, German, French, Italian, Marathi, Norwegian
  Bokm奪l, Norwegian Nynorsk, Portuguese, Slovak, Spanish (Mexico), Swedish,
  Simplified Chinese, and Traditional Chinese translations

(wiz)

2016-08-31 09:14:59 UTC MAIN commitmail json YAML

Updated fonts/unifont to 9.0.02

(wiz)

2016-08-31 09:14:49 UTC MAIN commitmail json YAML

Updated unifont to 9.0.02.

2015-08-27: Release 9.0.02

  Added 3 more CSUR scripts.  Modifications to some existing glyphs.

(wiz)

2016-08-31 09:10:37 UTC MAIN commitmail json YAML

Updated net/py-twisted-docs to 16.4.0

(wiz)

2016-08-31 09:10:25 UTC MAIN commitmail json YAML

Updated net/py-twisted to 16.4.0

(wiz)

2016-08-31 09:10:14 UTC MAIN commitmail json YAML

Add ALTERNATIVES file.

(wiz)

2016-08-31 09:10:02 UTC MAIN commitmail json YAML

Updated py-twisted{,-docs} to 16.4.0.

Twisted Core 16.4.0 (2016-08-25)
================================

Features
--------
- Add twisted.application.twist, meant to eventually replace twistd
  with a simpler interface.  Add twisted.application.runner API,
  currently private, which twist is built on. (#5705)
- The new interface IHandshakeListener that can be implemented by any
  Protocol provides a callback that is called when the TLS handshake
  has been completed, allowing Protocols to make decisions about the
  TLS configuration before application data is sent. (#6024)
- twisted.python.syslog has been ported to Python 3. (#7957)
- twisted.internet.defer.ensureDeferred has been added, similar to
  asyncio's ensure_future. Wrapping a coroutine (the result of a
  function defined using async def, available only on Python 3.5+)
  with it allows you to use the "await" keyword with Deferreds inside
  the coroutine, similar to "yield" when using inlineCallbacks.
  (#8088)
- twisted.internet.inotify have been ported to Python 3 (#8211)
- twisted.enterprise has been ported to Python 3. The third-party
  pysqlite2 package has not been ported to Python 3, so any database
  connector based on pysqlite2 cannot be used. Instead the sqlite3
  module included with Python 3 should be used. (#8303)
- Scripts such as cftp, ckeygen, conch, mailmail, pyhtmlizer,
  tkconch, twistd and trial have been updated to be setuptools
  console scripts.  (#8491)
- twisted.pair.raw and twisted.pair.rawudp have been ported to Python
  3 (#8545)
- twisted.internet.baseprocess has been ported to Python 3. (#8546)
- twisted.python.dist has been ported to Python 3 (#8556)
- twisted.internet.interfaces.IOpenSSLContextFactory has been added,
  which defines the interface provided both by the old-style
  twisted.internet.ssl.ContextFactory class and the newer
  twisted.interface.ssl.CertificateOptions class. This is a precursor
  to formally deprecating the former class in favour of the latter.
  (#8597)
- twisted.python.zipstream has been ported to Python 3 (#8607)
- Zip file entries returned by ChunkingZipFile.readfile() are now
  context managers. (#8641)
- twisted.protocols.socks has been ported to Python 3 (#8665)
- twisted.spread.banana has been ported to Python 3 (#8667)
- Trial can now be invoked via "python -m twisted.trial". (#8712)
- twisted.protocols.postfix has been ported to Python 3 (#8713)
- twisted.protocols.wire and twisted.protocols.portforwarding have
  been ported to Python 3 (#8717)
- twisted.protocols.stateful has been ported to Python 3 (#8718)
- twisted.protocols.memcache is now compatible with Python 3. (#8726)
- twisted.protocols.dict has been ported to Python 3 (#8732)

Bugfixes
--------
- pip install -e ".[dev]" now works on Python 3, but it will not
  install twistedchecker or pydoctor, which have not yet been ported.
  (#7807)
- twistd can now properly daemonize on Linux/Unix when run under
  Python3 and will not hang indefinitely. (#8155)
- tox can now be used to run Twisted's tests on Windows (#8578)
- twisted.python.filepath.setContent() and
  twisted.python.filepath.moveTo() now work on Windows with Python 3
  (#8610)
- twisted.internet.win32eventreactor works on Python 3 in Windows
  (#8626)
- The TLS payload buffer size was reduced in
  twisted.protocols.tls.TLSMemoryBIOProtocol.  This fixes writing of
  very long strings using the TLSv1_1 method from the OpenSSL
  library. (#8693)
- twisted.logger._flatten.flattenEvent() now does not crash if passed
  a unicode string. (#8699)
- twisted.application.strports.service (and thus twistd) no longer
  swallow asynchronous exceptions from IStreamServerEndpoint.listen.
  (#8710)
- _twistd_unix now reports the name and encoded message of an
  exception raised during daemonization on Python 2 and 3. (#8731)
- twisted.protocols.amp now handles floats on Python 3. Previously,
  sending a float would raise a ValueError. (#8746)

Improved Documentation
----------------------
- Some broken links to xprogramming in the unit test documentation
  have been fixed. (#8579)
- The Twisted Tutorial "The Evolution of Finger" has been updated to
  use endpoints throughout. (#8588)
- Updated the mail examples to use endpoints and better TLS. (#8595)
- Changed the Twisted Web howto to use endpoints and modern TLS.
  (#8596)
- Updated bug report URL in man pages. (#8600)
- In twisted.internet.udp.Port, write() takes a parameter of type
  bytes.  This is clarified in the docstring. (#8635)
- twisted.internet.interfaces.ITransport.write() and
  twisted.internet.interfaces.ITransport.writeSequence() take bytes
  parameters. (#8636)
- twisted.python.filepath.AbstractFilePath.getContent() returns
  bytes.  The docstring was updated to clarify this. (#8637)
- Updated release notes to reflect that 15.4 is the last version that
  supported Python 2.6, not 15.5. (#8651)
- A missing space in defer.rst resulted in badly rendered output. The
  space was added. (#8723)

Deprecations and Removals
-------------------------
- Dropped support for pyOpenSSL versions less than 16.0.0. (#8441)

Other
-----
- #4926, #7868, #8209, #8271, #8276, #8308, #8324, #8348, #8367,
  #8377, #8378, #8379, #8380, #8381, #8383, #8385, #8386, #8387,
  #8388, #8389, #8391, #8392, #8393, #8394, #8397, #8406, #8410,
  #8412, #8413, #8414, #8421, #8425, #8426, #8428, #8429, #8430,
  #8432, #8434, #8435, #8437, #8438, #8439, #8444, #8451, #8452,
  #8453, #8454, #8456, #8457, #8459, #8462, #8463, #8465, #8468,
  #8469, #8479, #8482, #8483, #8486, #8490, #8493, #8494, #8496,
  #8497, #8498, #8499, #8501, #8503, #8504, #8507, #8508, #8510,
  #8513, #8514, #8515, #8516, #8517, #8520, #8521, #8522, #8523,
  #8524, #8527, #8528, #8529, #8531, #8532, #8534, #8536, #8537,
  #8538, #8540, #8541, #8543, #8548, #8552, #8553, #8554, #8555,
  #8557, #8560, #8563, #8565, #8568, #8569, #8572, #8573, #8574,
  #8577, #8580, #8581, #8582, #8584, #8586, #8589, #8590, #8592,
  #8593, #8598, #8603, #8604, #8606, #8609, #8615, #8616, #8617,
  #8618, #8619, #8621, #8624, #8627, #8628, #8630, #8632, #8634,
  #8640, #8644, #8645, #8646, #8647, #8648, #8662, #8664, #8666,
  #8668, #8671, #8672, #8684, #8691, #8702, #8703, #8705, #8706,
  #8716, #8719, #8724, #8725, #8727, #8733, #8734, #8741

Twisted Conch 16.4.0 (2016-08-25)
=================================

Features
--------
- twisted.conch.ssh.address is now ported to Python 3. (#8495)
- twisted.conch.ssh.transport is now ported to Python 3. (#8638)
- twisted.conch.ssh.channel is now ported to Python 3. (#8649)
- twisted.conch.ssh.userauth is now ported to Python 3. (#8654)
- twisted.conch.ssh.connection is now ported to Python 3. (#8660)
- twisted.conch.ssh.session is now ported to Python 3. (#8661)
- twisted.conch.ssh.filetransfer is now ported to Python 3. (#8675)
- twisted.conch.ssh.agent is now ported to Python 3. (#8686)
- twisted.conch.ssh is now ported to Python 3. (#8690)
- twisted.conch.openssh_compat.* is now ported to Python 3. (#8694)
- twisted.conch.client.knownhosts is now ported to Python 3. (#8697)
- twisted.conch.insults.insults has been ported to Python 3 (#8698)
- twisted.conch.client.default is now ported to Python 3. (#8700)
- twisted.conch.recvline has been ported to Python 3 (#8709)
- twisted.conch.endpoints is now ported to Python 3. (#8722)

Bugfixes
--------
- The SSHService is now a bytestring (#8653)
- The name field in SShChannel is now a bytestring (#8683)

Improved Documentation
----------------------
- Fixed syntax errors in cftp man page. (#8601)

Other
-----
- #8495, #8511, #8715

Twisted Mail 16.4.0 (2016-08-25)
================================

Deprecations and Removals
-------------------------
- twisted.mail.mail.DomainWithDefaultDict.has_key is now deprecated
  in favor of the `in` keyword. (#8361)
- twisted.mail.protocols.SSLContextFactory, deprecated since Twisted
  12.0, has been removed. (#8591)

Other
-----
- #8525

Twisted Names 16.4.0 (2016-08-25)
=================================

Features
--------
- twisted.names.srvconnect is now ported to Python 3. (#8262)
- twisted.names.resolve and twisted.names.tap have been ported to
  Python 3 (#8550)

Other
-----
- #8625, #8663

Twisted Runner 16.4.0 (2016-08-25)
==================================

Features
--------
- twisted.runner has been ported to Python 3. (#8739)

Twisted Web 16.4.0 (2016-08-25)
===============================

Features
--------
- Twisted web HTTP/2 servers now time out HTTP/2 connections in the
  same manner as HTTP/1.1 connections. (#8480)

Bugfixes
--------
- A bug in twisted.web.server.Site.makeSession which may lead to
  predictable session IDs was fixed.  Session IDs are now generated
  securely using `os.urandom`. (#3460)
- twisted.web.server.Request.getSession will now, for a request sent
  over HTTPS, set a "Secure" cookie, preventing the secure session
  from being sent over plain-text HTTP. (#3461)
- If called multiple times, twisted.web.http.Request.setLastModified
  now correctly observes the greatest supplied value. (#3807)
- The HTTP server now correctly times connections out. (broken in
  16.2) (#8481)
- Twisted's HTTP/2 support no longer throws priority exceptions when
  WINDOW_UDPATE frames are received after a response has been
  completed. (#8558)
- twisted.web.twcgi.CGIScript will now not pass the "Proxy" header to
  CGI scripts, as a mitigation to CVE-2016-1000111. (#8623)
- Twisted Web's HTTP/2 server can now tolerate streams being reset by
  the client midway through a data upload without throwing
  exceptions. (#8682)
- twisted.web.http.Request now swallows header writes on reset HTTP/2
  streams, rather than erroring out. (#8685)
- twisted.web's HTTP/2 server now tolerates receiving WINDOW_UPDATE
  frames for streams for which it has no outstanding data to send.
  (#8695)
- twisted.web.http.HTTPChannel now resumes producing on finished,
  non-persistent connections. This prevents HTTP/1 servers using TLS
  from leaking a CLOSE_WAIT socket per request. (#8766)

Other
-----
- #8519, #8530, #8629, #8707

Twisted Words 16.4.0 (2016-08-25)
=================================

Features
--------
- twisted.words.xish is now ported to Python 3 (#8337)
- twisted.words.protocols.jabber is now ported to Python 3 (#8423)
- twisted.words.protocols.irc.ERR_TOOMANYMATCHES was introduced
  according to the RFC 2812 errata. (#8585)

Bugfixes
--------
- twisted.words.protocols.irc.RPL_ADMINLOC was removed and replaced
  with twisted.words.protocols.irc.RPL_ADMINLOC1 and
  twisted.words.protocols.irc.RPL_ADMINLOC2 to match the admin
  commands defined in RFC 2812. (#8585)
- twisted.words.protocols.jabber.sasl_mechanisms has been fixed for
  Python 3.3 (#8738)

Improved Documentation
----------------------
- The XMPP client example now works on Python 3. (#8509)

Other
-----
- #8360, #8460

(wiz)

2016-08-31 09:03:55 UTC MAIN commitmail json YAML

Updated devel/py-test to 3.0.1

(wiz)

2016-08-31 09:03:45 UTC MAIN commitmail json YAML

Updated py-test to 3.0.1.

3.0.1
=====

* Fix regression when ``importorskip`` is used at module level (`#1822`_).
  Thanks `@jaraco`_ and `@The-Compiler`_ for the report and `@nicoddemus`_ for the PR.

* Fix parametrization scope when session fixtures are used in conjunction
  with normal parameters in the same call (`#1832`_).
  Thanks `@The-Compiler`_ for the report, `@Kingdread`_ and `@nicoddemus`_ for the PR.

* Fix internal error when parametrizing tests or fixtures using an empty ``ids`` argument (`#1849`_).
  Thanks `@OPpuolitaival`_ for the report and `@nicoddemus`_ for the PR.

* Fix loader error when running ``pytest`` embedded in a zipfile.
  Thanks `@mbachry`_ for the PR.

.. _@Kingdread: https://github.com/Kingdread
.. _@mbachry: https://github.com/mbachry
.. _@OPpuolitaival: https://github.com/OPpuolitaival

.. _#1822: https://github.com/pytest-dev/pytest/issues/1822
.. _#1832: https://github.com/pytest-dev/pytest/issues/1832
.. _#1849: https://github.com/pytest-dev/pytest/issues/1849

(wiz)

2016-08-31 06:47:19 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.5

(wiz)

2016-08-31 06:47:09 UTC MAIN commitmail json YAML

Updated py-cryptography to 1.5.

1.5 - 2016-08-26
~~~~~~~~~~~~~~~~

* Added
  :func:`~cryptography.hazmat.primitives.asymmetric.padding.calculate_max_pss_salt_length`.
* Added "one shot"
  :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey.sign`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey.verify`
  methods to DSA keys.
* Added "one shot"
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify`
  methods to ECDSA keys.
* Switched back to the older callback model on Python 3.5 in order to mitigate
  the locking callback problem with OpenSSL <1.1.0.
* :class:`~cryptography.x509.CertificateBuilder`,
  :class:`~cryptography.x509.CertificateRevocationListBuilder`, and
  :class:`~cryptography.x509.RevokedCertificateBuilder` now accept timezone
  aware ``datetime`` objects as method arguments
* ``cryptography`` now supports OpenSSL 1.1.0 as a compilation target.

(wiz)

2016-08-31 06:45:45 UTC MAIN commitmail json YAML

Updated multimedia/ffplay3 to 3.1.3

(wiz)

2016-08-31 06:45:34 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg3 to 3.1.3

(wiz)

2016-08-31 06:45:22 UTC MAIN commitmail json YAML

Update ffmpeg3 and ffplay3 to 3.1.3.

version 3.1.3:
- examples/demuxing_decoding: convert to codecpar
- avcodec/exr: Check tile positions
- avcodec/aacenc: Tighter input checks
- avformat/wtvdec: Check pointer before use
- libavcodec/wmalosslessdec: Check the remaining bits
- avcodec/adpcm: Fix adpcm_ima_wav padding
- avcodec/svq3: fix slice size check
- avcodec/diracdec: Check numx/y
- avcodec/h2645_parse: fix nal size
- avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()
- h2645_parse: only read avc length code at the correct position
- h2645_parse: don't overread AnnexB NALs within an avc stream
- avcodec/h264_parser: Factor get_avc_nalsize() out
- avcodec/cfhd: Increase minimum band dimension to 3
- avcodec/indeo2: check ctab
- avformat/swfdec: Fix inflate() error code check
- avcodec/rawdec: Fix bits_per_coded_sample checks
- vcodec/h2645_parse: Clear buffer padding
- avcodec/h2645: Fix NAL unit padding
- avfilter/drawutils: Fix single plane with alpha
- cmdutils: check for SetDllDirectory() availability

(wiz)

2016-08-31 06:39:21 UTC MAIN commitmail json YAML

2016-08-31 06:39:09 UTC MAIN commitmail json YAML

Updated afl to 2.33b.

--------------
Version 2.33b:
--------------

  - Added code to strip -Wl,-z,defs and -Wl,--no-undefined for afl-clang-fast,
    since they interfere with -shared. Spotted and diagnosed by Toby Hutton.

  - Added some fuzzing tips for Android.

(wiz)

2016-08-31 06:11:35 UTC MAIN commitmail json YAML

Updated devel/pkgconf to 1.0.1

(wiz)

2016-08-31 06:11:25 UTC MAIN commitmail json YAML

Updated pkgconf to 1.0.1.

Changes from 1.0.0 to 1.0.1:
----------------------------

* Enhancements:
  - new stub implementation of --print-provides (#95)

* Bug fixes:
  - fragments: fix an edge case involving path-only fragments and PKG_CONFIG_SYSROOT_DIR (#94)

(wiz)

2016-08-31 06:07:26 UTC MAIN commitmail json YAML

+ afl-2.33b, ffmpeg3-3.1.3, pkgconf-1.0.1, py-cryptography-1.5,
  py-test-3.0.1, py-twisted-16.4.0, thunderbird-enigmail-1.9.5,
  unifont-9.0.02, vlc-2.2.4, x264-devel-20160827.

(wiz)

2016-08-31 06:07:23 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-tools to 5.508

(wiz)

2016-08-31 06:07:14 UTC MAIN commitmail json YAML

Updated p5-MIME-tools to 5.508.

5.508   2016-08-29  Dianne Skoll <dfs@roaringpenguin.com>

* VERSION 5.508 RELEASED

* Fix test broken by Perl update
  https://rt.cpan.org/Ticket/Display.html?id=113887

(wiz)

2016-08-31 06:05:10 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-ECB to 2.20

(wiz)

2016-08-31 06:05:00 UTC MAIN commitmail json YAML

Updated p5-Crypt-ECB to 2.20.

v2.20, 30.03.2016
- made passing a custom padding method possible without specifying a cipher before
- added verifying correct truncation of custom padding methods
- added verifying padded bytes when truncating (for standard and zeroes padding)
- added testing encrypt_hex and decrypt_hex function style
- added testing start-crypt-finish
- added testing usage of pre-existing cipher objects
- updated eg/ecb.pl to recognize cipher modules in the Crypt::OpenSSL namespace
- added option to eg/ecb.pl to print the Crypt::ECB version used
- changed license again, to GPL or Artistic

(wiz)

2016-08-30 15:24:27 UTC MAIN commitmail json YAML

Update chat/gloox to 1.0.17

(schnoebe)

2016-08-30 15:23:23 UTC MAIN commitmail json YAML

Revbump for update to chat/gloox

(schnoebe)

2016-08-30 15:20:47 UTC MAIN commitmail json YAML

Update to 1.0.17

Change log:

v1.0.17 -- 23 Aug 2016
----------------------
Note: This release is not binary compatible with previous releases.
It is source compatible.

- MingW compile fixes (thanks to Florian Niebel)
- properly use winsock2 (thanks to Kau)
- a few fixes for uclibc++ compatibility (thanks to Erik Horemans)
- Message: removed bogus hard-coded namespace to fix component use

v1.0.16 -- 16 Jul 2016
----------------------
- PubSubManager: properly include publish options (thanks to Iban Ulov)
- PubSubManager: properly parse subscriptions in ctor (thanks to Joe Best)
- Resource: fixed high memory usage when receiving presence stanzas
  (#259) (thanks to Manuel)

v1.0.15 -- 25 Apr 2016
----------------------
- Error: fix copy ctor (thanks to Olivier Tchilinguirian)
- ClientBase: properly fix handling of MUC invitation declines
  (wrong in 1.0.14) (thanks to Martin Hillmeier and Matias Snellingen)
  (#248)
- MUCRoom: handle SendRoomConfig (thanks to Matias Snellingen) (#253)
- soversion bump, missed that for 1.0.14 (thanks to Vincent Cheng)
- TLSGNUTLSClient: fixed off-by-one error in certificate verification
- IPv6 fixes

v1.0.14 -- 11 Aug 2015
----------------------
Note: This release is not binary compatible with previous releases.
It is source compatible.

- IOData: make it possible to pass more than one element as in/out/error data
- Client: fix resetting of presence status text
- TLSSChannel: fix memory leak (thanks to Alexander Weisner)
- Error: added setAppError() to set application-specific error message
- PubSub::Item: added setPayload(), setID()
- Adhoc: return clone of plugin
- PubSub::Manager: fix finding of subscription type (thanks to BillHoo)
- ChatStateFilter: fix enable logic (thanks to Ivan Shmakov)
- MessageEvent: added parsing of <id/> (thanks to Ivan Shmakov)
- MessageEvent: added id() (thanks to Ivan Shmakov)
- ClientBase: handle MUC invitation declines properly (thanks to
  Matias Snellingen)
- DNS: IPv6 fix (thanks to garimacoe) (#249)
- DelayedDelivery: propagate internal state properly (#251)
- PubSub::Manager: fix GetSubscriberList and GetAffiliateList

(schnoebe)

2016-08-30 14:38:04 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.20.4

(prlw1)

2016-08-30 14:37:43 UTC MAIN commitmail json YAML

Update eog3 to 3.20.4

Version 3.20.4
--------------

Bug fixes:

#770143, CVE-2016-6855 out-of-bounds write in eog 3.10.2
#770197, eog leaks error message if loading an SVG fails

New and updated translations:

- gogo [hr]
- Muhammet Kara [tr]

New and updated manual translations

- Sebastian Rasmussen [sv]

Version 3.20.3
--------------

Bug fixes:

#767003, Eye Of Gnome should refresh automatically the image when it is edited

New and updated translations:

- Frédéric Péters [fr]
- Sveinn í Felli [is]
- Kjartan Maraas [nb]
- Cédric Valmary (totenoc.eu) [oc]
- Daniel Șerbănescu [ro]
- Theppitak Karoonboonyanan [th]

(prlw1)

2016-08-30 14:36:17 UTC MAIN commitmail json YAML

Normalize "Added" lines.

(prlw1)

2016-08-30 13:58:23 UTC MAIN commitmail json YAML

Note update of devel/libnet10 to 1.0.2anb3.

(he)

2016-08-30 13:57:31 UTC MAIN commitmail json YAML

Use explitly sized types when defining structs which represent
on-the-wire data, so that this works on LP64 platforms.  In particular
u_long -> uint32_t, but u_short also got the corresponding treatment.
Fixes PR#51450.

(he)

2016-08-30 12:47:49 UTC MAIN commitmail json YAML

2016-08-30 12:39:05 UTC MAIN commitmail json YAML

Updated devel/mantis to 1.3.1

(ryoon)

2016-08-30 12:37:43 UTC MAIN commitmail json YAML

Update to 1.3.1

* Remove Apache httpd and php module dependency. This package works fine with
  nginx and php-fpm too
* Add database option for MySQL and PostgreSQL
* For MySQL, php-mysqli is recommended. Use it as MySQL option

Changelog:
Not available.
1.3.x is new stable branch.

(ryoon)

2016-08-30 12:34:40 UTC MAIN commitmail json YAML

Import www/ap2-encoding

This module improves non-ascii filename interoperability of apache
(and mod_dav), by supporting various client encoding.

Current license is troublesome because of its clause 4:
> 4. Products derived from this software may not be called "mod_encoding"
>    nor may "mod_encoding" appear in their names without prior written
>    permission of Internet Initiative Japan Inc. For written permission,
>    please contact tai%iij.ad.jp@localhost (Taisuke Yamada).

LICENSE is however left intionnaly blank, as Internet Initiative Japan, Inc.
may revise it in the near future. This is approved by wiz@ and soda@.

(manu)

2016-08-30 11:01:12 UTC MAIN commitmail json YAML

2016-08-30 10:59:06 UTC MAIN commitmail json YAML

Updated cad/qcad to 3.15.5.4
Updated cad/qcad-partlibrary to 20160819

(plunky)

2016-08-30 10:57:35 UTC MAIN commitmail json YAML

Update the QCAD parts library to the latest versions
for QCAD 3. This is now provided as a bunch of archives
for different categories but I have merged them into a
common package as we had before and the package version
is the date of the latest update.

(plunky)

2016-08-30 10:56:05 UTC MAIN commitmail json YAML

Upgrade QCAD to version 3.15.5.3

QCAD has been largely rewritten since the previous version
(QCAD 2) was updated in pkgsrc, meaning that the changes are
vast. From the authors website:

    QCAD 3 comes with a new and improved CAD engine which improves
    performance (spatial index) and allows for advanced property
    editing and future extensions (dynamic properties). The other
    major addition is a powerful and complete ECMAScript interface.
    New interactive tools can be developed with a few lines of
    ECMAScript but even entire new applications can be developed
    using QCAD technology. QCAD 3 is also the first QCAD version
    that fully supports the DWG format as well as various different
    versions of the DXF format.

The complete ChangeLog is at http://www.qcad.org/en/changelog

(plunky)

2016-08-30 10:39:34 UTC MAIN commitmail json YAML

2016-08-30 10:39:08 UTC MAIN commitmail json YAML

Update HOMEPAGE to linux-apps.com

(mef)

2016-08-30 10:26:41 UTC MAIN commitmail json YAML

Updated devel/libgit2 to 0.24.1

(jperkin)

2016-08-30 10:24:40 UTC MAIN commitmail json YAML

Update libgit2 to 0.24.1.

pkgsrc changes:

- re-enable libssh2 support
- ensure pkgsrc curl and http-parser are picked up and enabled

Upstream changes:

2f2575c Updating http parser to accept a `+` in the schema
ff8e3f0 Handle git+ssh:// and ssh+git:// protocols support
fa8b1a8 Adding spec coverage for ssh+git and git+ssh protocols
429155d Updating change to http_parser to reflect PR for nodejs/http-parser
e44f658 Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE instead
b8dc15f Adding test cases that actually test the functionality of the new transport
4a93a7f Tabs
8ec3d88 Avoid subtraction overflow in git_indexer_commit
e3862c9 Buffer sideband packet data
cdded63 Remove duplicated calls to git_mwindow_close
eb09ead odb: improved not found error messages
9ee498e Only buffer if necessary.
4ebf745 mwindow: free unused windows if we fail to mmap
ffb1f41 describe: handle error code returned by git_pqueue_insert
e39ad74 config_file: handle missing quotation marks in section header
0370dae Check for __CLANG_INTTYPES_H
faf823d tests: transport: fix memory leaks with registering transports
fa4b93a backport git_oid__cpy_prefix
d0780b8 object: avoid call of memset with ouf of bounds pointer
e114bba index: assert required OID are non-NULL
1a16e8b pack-objects: fix memory leak on overflow
d96c063 submodule: avoid passing NULL pointers to strncmp
851c51a diff_tform: fix potential NULL pointer access
0b357e2 coverity: report errors when uploading tarball
8d3ee96 refdb_fs: fail if refcache returns NULL pointer
dd78d7d blame_git: handle error returned by `git_commit_parent`
f17ed63 blame: handle error when resoling HEAD in normalize_options
18c4ae7 filebuf: handle write error in `lock_file`
89e7604 config_cache: check return value of `git_config__lookup_entry`
c1ec732 Setup better defaults for OpenSSL ciphers
4e91020 Start error string with lower case character
cdde081 Use general cl_git_fail because the error is generic
f587f38 CMake: do not overwrite but only append to CMAKE_C_FLAGS_DEBUG
9a668ab Option "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPERTIES PREFIX
d8fcafb Split the page size from the mmap alignment
e97d2d7 commit: fix extraction of single-line signatures
a1cf264 win32: free thread-local data on thread exit
c86a65b config: don't special-case multivars that don't exist yet
3ec0f2e xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits
56da07c xdiff/xprepare: fix a memory leak
fe1f477 Add a no-op size_t typedef for the doc parser
ab062a3 tests: fix core/stream test when built with openssl off
3e2e824 refs: provide a more general error message for dwim
ba52879 reset: use real ids for the tests
b6130fe refs::create: strict object creation on by default
e8d5df9 config: show we write a spurious duplicated section header
a13c1ec config: don't write section header if we're in it
21d8832 config::write::repeated: init our buffer
1778908 ignore: don't use realpath to canonicalize path
26f2cef tree: re-use the id and filename in the odb object
13ebf7b tree: store the entries in a growable array
af753ab tree: drop the now-unnecessary entries vector
1d59c85 status: update test to include valid OID
5cc7a5c tests: skip the unreadable file tests as root
2c1bc36 Plug a few leaks
6a35e74 leaks: fix some leaks in the tests
ccfacb8 leaks: call `xdl_free_classifier`
8edadbf index::racy: force racy entry

(jperkin)

2016-08-30 08:00:14 UTC MAIN commitmail json YAML

revert hasty cups15->cups options.mk change

(richard)

2016-08-30 07:58:27 UTC MAIN commitmail json YAML

2016-08-30 07:45:51 UTC MAIN commitmail json YAML

2016-08-30 04:16:22 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.13nb3

(jnemeth)

2016-08-30 04:13:14 UTC MAIN commitmail json YAML

Add libdbi option and enable it by default.  libdbi is similar to
p5-DBI in that it provides a database independent interface that
can be use to access a variety of different types of database
servers.

Approved By: wiz

(jnemeth)