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 (34m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 08:45:18 UTC Now

2016-11-28 20:22:06 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5162 - requested by wiz
www/w3m: security fix
www/w3m-img: security fix

Revisions pulled up:
- www/w3m-img/Makefile                                          1.29
- www/w3m-img/PLIST                                            1.1
- www/w3m/Makefile                                              1.78
- www/w3m/Makefile.common                                      1.62-1.63
- www/w3m/PLIST                                                1.17
- www/w3m/distinfo                                              1.27-1.29
- www/w3m/options.mk                                            1.15
- www/w3m/patches/patch-aa                                      deleted
- www/w3m/patches/patch-ab                                      deleted
- www/w3m/patches/patch-ac                                      deleted
- www/w3m/patches/patch-ak                                      deleted
- www/w3m/patches/patch-al                                      deleted
- www/w3m/patches/patch-scripts_w3mman_w3mman2html.cgi.in      deleted

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Nov  6 19:26:35 UTC 2016

  Modified Files:
  pkgsrc/www/w3m: Makefile Makefile.common PLIST distinfo options.mk
  pkgsrc/www/w3m/patches: patch-ab

  Log Message:
  Updated w3m to 0.5.3.0.20161031.

  Switch from dead sourceforge original to debian-maintained github version.

  * new features
  - support OSC 5379 remote imaging and sixel graphics
  - support SGR style mouse handler
  - support 32-bit color images
  - support FreeBSD framebuffer
  - support button element
  - support meta charset
  - add extbrowser4..9
  - add display_borders to display 0 pixel table borders
  - add siteconf feature
  - add German translation for options setting panel
  - add translations for de, zh_CN and zh_TW
  * bug fixes
  - fix segfaults with malformed text
  - disable SSLv2 and SSLv3 by default [CVE-2014-3566]
  - set ssl_verify_server to 1 by default
  - disable RC4, export ciphers, and keys < 128 bits
  - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929]
  - use SSL_MODE_RELEASE_BUFFERS
  - disable USE_EGD for LibreSSL
  - appease gcc -Werror=format-security
  - option -s is now "squeeze multiple blank lines" to work as pager, and
    -j and -e are obsolete, so use -O{s|j|e} to specify display charset
  - accept single quoted meta refresh URL
  - assume "text" if a form input type is unknown
  - accept cookies by default
  - set use_dictcommand to 1 by default
  - set default_url to 1 by default
  - set argv_is_url to 1 by default
  - set alt_entity to 0 by default
  - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14
  - fix parallel make failure
  - fix incorrect ucs_ambwidth_map
  - and many fixes

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Nov  6 19:27:16 UTC 2016

  Modified Files:
  pkgsrc/www/w3m-img: Makefile
  Added Files:
  pkgsrc/www/w3m-img: PLIST

  Log Message:
  Updated w3m-img to 0.5.3.0.20161031.

  Changes same as for www/w3m.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Nov  6 19:27:25 UTC 2016

  Removed Files:
  pkgsrc/www/w3m/patches: patch-aa patch-ac patch-ak patch-al
      patch-scripts_w3mman_w3mman2html.cgi.in

  Log Message:
  Remove obsolete patches.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sun Nov  6 19:30:42 UTC 2016

  Modified Files:
  pkgsrc/www/w3m: distinfo
  pkgsrc/www/w3m/patches: patch-ab

  Log Message:
  Add upstream bug report URL.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Nov 22 14:36:38 UTC 2016

  Modified Files:
  pkgsrc/www/w3m: Makefile.common distinfo

  Log Message:
  Updated w3m to 0.5.3.0.20161120.

  Debian's w3m 0.5.3+git20161120

  * bug fixes
  - fix multiple flaws with malformed text
    (stack overflow, buffer overflow, null deref, out of memory)
  - fix stack overflow with nested table and textarea [CVE-2016-9439]
  - fix suspend (^Z) behavior

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Nov 22 15:24:43 UTC 2016

  Removed Files:
  pkgsrc/www/w3m/patches: patch-ab

  Log Message:
  Remove integrated patch.

(bsiegert)

2016-11-28 19:17:17 UTC MAIN commitmail json YAML

2016-11-28 19:08:35 UTC MAIN commitmail json YAML

Added devel/svn-bisect version 1.1

(joerg)

2016-11-28 19:08:07 UTC MAIN commitmail json YAML

Add svn-bisect-1.1:

svn-bisect is a small tool to determine which revision of a subversion
repository contains a change. It does this by employing a binary search.
It will manage the current revision of your checkout directory, and
narrow in on the target revision, as you give it clues about the current
revision such as "before" (this revision is before the one you want) or
"after" (this revision is after the one you want).

(joerg)

2016-11-28 18:22:29 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5159 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php71/Makefile                                          1.4
- lang/php71/distinfo                                          1.8-1.9

---
  Module Name: pkgsrc
  Committed By: jdolecek
  Date: Sat Nov  5 14:30:31 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php71: Makefile distinfo

  Log Message:
  Update php71 to 7.1.0RC5.

  Changes between RC4 and RC5:

  - Core:
    . Fixed bug #73350 (Exception::__toString() cause circular references).
      (Laruence)
    . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol)

  - CLI Server:
    . Fixed bug #73360 (Unable to work in root with unicode chars). (Anatol)

  - SQLite3:
    . Fixed bug #73333 (2147483647 is fetched as string). (cmb)

  Change since RC3 and RC4:

  - Core:
    . Fixed bug #73288 (Segfault in __clone > Exception.toString > __get).
      (Laruence)
    . Fixed for #73240 (Write out of bounds at number_format). (Stas)
    . Fix pthreads detection when cross-compiling (ffontaine)
    . Fixed bug #73337 (try/catch not working with two exceptions inside a same
      operation). (Dmitry)

  - BCmath:
    . Fix bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)

  - Date:
    . Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
    . Fixed bug #48225 (DateTime parser doesn't set microseconds for "now").
      (Derick)
    . Fixed bug #52514 (microseconds are missing in DateTime class). (Derick)
    . Fixed bug #52519 (microseconds in DateInterval are missing). (Derick)
    . Fixed bug #60089 (DateTime::createFromFormat() U after u nukes microtime).
      (Derick)
    . Fixed bug #64887 (Allow DateTime modification with subsecond items).
      (Derick)
    . Fixed bug #68506 (General DateTime improvments needed for microseconds to
      become useful). (Derick)
    . Fixed bug #73109 (timelib_meridian doesn't parse dots correctly). (Derick)
    . Fixed bug #73247 (DateTime constructor does not initialise microseconds
      property). (Derick)
    . Fixed bug #73147 (Use After Free in PHP7 unserialize()). (Stas)
    . Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)

  - DOM:
    . Fixed bug #73150 (missing NULL check in dom_document_save_html). (Stas)

  - GD:
    . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
    . Fixed bug #73272 (imagescale() is not affected by, but affects
      imagesetinterpolation()). (cmb)
    . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
    . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)

  - Intl:
    . Fixed bug #73007 (add locale length check). (Stas)
    . Fixed bug #73218 (add mitigation for ICU int overflow). (Stas)

  - OCI8
    . Fixed bug #71148 (Bind reference overwritten on PHP 7). (Oracle Corp.)

  - OpenSSL:
    . Fixed bug #73276 (crash in openssl_random_pseudo_bytes function). (Stas)

  - Session:
    . Fixed bug #73273 (session_unset() empties values from all variables in which
      is $_session stored). (Nikita)

  - SOAP:
    . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
    . Fixed bug #73237 (Nested object in "any" element overwrites other fields).
      (Keith Smiley)
    . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
      (Keith Smiley)

  - SimpleXML:
    . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
      (Stas)

  - SQLite3:
    . Updated to SQLite3 3.15.0. (cmb)

  - Standard:
    . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Nov 12 15:41:24 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php71: distinfo

  Log Message:
  Update php71 to 7.1.0rc6 (PHP 7.1.0RC6), including security fix.

  10 Nov 2016, PHP 7.1.0RC6

  - Core:
    . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
      / PDO). (Dmitry)

  - Date:
    . Fixed bug #73426 (createFromFormat with 'z' format char results in
      incorrect time). (Derick)

  - JSON:
    . Introduced encoder struct instead of global which fixes bugs #66025 and
      #73254 related to pretty print indentation. (Jakub Zelenka)

  - ODBC:
    . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
      (Anatol)

  - PCRE:
    . Fixed bug #73392 (A use-after-free in zend allocator management).
      (Laruence)

  - PDO_Firebird:
    . Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
      (Dorin Marcoci)

  - SPL:
    . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)

(bsiegert)

2016-11-28 18:12:44 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5158 - requested by taca
lang/php70: security fix

Revisions pulled up:
- lang/php70/distinfo                                          1.21

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Nov 12 15:38:29 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php70: distinfo

  Log Message:
  Update php70 to 7.0.13 (PHP 7.0.13), including security fix (as usual).

  10 Nov 2016 PHP 7.0.13

  - Core:
    . Fixed bug #73350 (Exception::__toString() cause circular references).
      (Laruence)
    . Fixed bug #73181 (parse_str() without a second argument leads to crash).
      (Nikita)
    . Fixed bug #66773 (Autoload with Opcache allows importing conflicting class
      name to namespace). (Nikita)
    . Fixed bug #66862 ((Sub-)Namespaces unexpected behaviour). (Nikita)
    . Fix pthreads detection when cross-compiling (ffontaine)
    . Fixed bug #73337 (try/catch not working with two exceptions inside a same
      operation). (Dmitry)
    . Fixed bug #73338 (Exception thrown from error handler causes valgrind
      warnings (and crashes)). (Bob, Dmitry)
    . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol)

  - GD:
    . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
    . Fixed bug #73272 (imagescale() is not affected by, but affects
      imagesetinterpolation()). (cmb)
    . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
    . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
    . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
      overflow). (cmb)
    . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images).
      (cmb)

  - IMAP:
    . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads to crash).
      (Anatol)

  - OCI8
    . Fixed bug #71148 (Bind reference overwritten on PHP 7). (Oracle Corp.)

  - phpdbg:
    . Properly allow for stdin input from a file. (Bob)
    . Add -s command line option / stdin command for reading script from stdin.
      (Bob)
    . Ignore non-executable opcodes in line mode of phpdbg_end_oplog(). (Bob)
    . Fixed bug #70776 (Simple SIGINT does not have any effect with -rr). (Bob)
    . Fixed bug #71234 (INI files are loaded even invoked as -n --version). (Bob)

  - Session:
    . Fixed bug #73273 (session_unset() empties values from all variables in which
      is $_session stored). (Nikita)

  - SOAP:
    . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
    . Fixed bug #73237 (Nested object in "any" element overwrites other fields).
      (Keith Smiley)
    . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
      (Keith Smiley)

  - SQLite3:
    . Fixed bug #73333 (2147483647 is fetched as string). (cmb)

  - Standard:
    . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)
    . Fixed bug #71241 (array_replace_recursive sometimes mutates its parameters).
      (adsr)

  - Wddx:
    . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
      with PDORow). (Stas)

(bsiegert)

2016-11-28 16:12:35 UTC MAIN commitmail json YAML

tk85 update done, remove it.

(wiz)

2016-11-28 16:11:49 UTC MAIN commitmail json YAML

Updated x11/tk85 to 8.5.19

(wiz)

2016-11-28 16:11:37 UTC MAIN commitmail json YAML

Updated tk to 8.5.19.

8.5.19

Changes to Tk

Commands

Expanded Syntax / New Options

panedwindow -proxybackground color -proxyborderwidth size -proxyrelief value
    TIP 437

8.5.18

Changed Tk behavior

    Debut of Tk Cocoa 2.0 .
    New binding substitution %M [TIP #433]

8.5.17

Changed Tk behavior

    Several improvements in Cocoa Tk.
    Event handling changes for browser plugins.

8.5.16

Changed Tk behavior

    Improved Retina display support
    Full PPM file write support with max 65535

(wiz)

2016-11-28 15:43:00 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 1.19

(wiz)

2016-11-28 15:42:50 UTC MAIN commitmail json YAML

Updated p5-YAML to 1.19.

1.19 Fri Nov 18 19:46:44 CET 2016
- Apply PR/164 pod (link to YAML::Shell)
- Apply PR/151 Fix infinite loop for aliases without a name @bubaflub++
- Apply PR/142 Improve error messages @werekraken++
- Apply PR/162 Improve error messages
- Apply PR/163 Trailing spaces after inline seq/map work now
- Apply PR/154 Add test case for trailing comments @Varadinsky++

(wiz)

2016-11-28 15:41:14 UTC MAIN commitmail json YAML

Updated www/links-gui to 2.14

(wiz)

2016-11-28 15:41:03 UTC MAIN commitmail json YAML

2016-11-28 15:40:51 UTC MAIN commitmail json YAML

links*: update to 2.14.0.

Remove manual CONFLICTS, pkg_add does this automatically.

=== RELEASE 2.14 ===

Thu Nov  3 19:45:34 CET 2016 mikulas:

Enable DECC$EFS_CHARSET on OpenVMS, so that we can browser files and
directories with extended names

Wed Nov  2 20:35:31 CET 2016 mikulas:

Limit keepalive of ciphers with 64-bit block size to mitigate
the SWEET32 attack

Wed Nov  2 19:14:33 CET 2016 mikulas:

Disable SSL compression to avoid the CRIME attack

Fri Oct 28 22:52:49 CEST 2016 mikulas:

On Windows, add an entry to programs in control panel, that allows
uninstalling Links

Fri Oct 28 21:25:28 CEST 2016 mikulas:

Report home directory in the "Version" window

Sat Oct 22 13:17:04 CEST 2016 mikulas:

On Windows, preload font data in a background thread, to minimize a
stall when viewing SVG image for the first time.

Sat Oct  8 17:14:59 CEST 2016 mikulas:

Improved tor hardening - when the user toggles the "Only Proxies" option
(i.e. when connecting to tor), we reset certain other options to their
default values, so that it is not possible to identify user behind tor
based on the selected options.

Thu Oct  6 14:39:26 CEST 2016 mikulas:

Use keys 'P' and 'L' to scroll up and down

Thu Sep 29 23:40:34 CEST 2016 Juhani Haverinen <juhani.haverinen@gmail.com>:

Fix a memory leak when copying the current url to clipboard
(the bug was introduced in Links 2.13)

Sat Sep  3 20:02:26 CEST 2016 mikulas:

Fix crash when the user pressed Ctrl-G on a form field
(the bug was introduced in Links 2.13)

Fri Aug 19 22:35:54 CEST 2016 mikulas:

Workaround for a bug in librsvg that makes mathematics on Wikipedia
unreadable

Fri Aug 19 19:05:55 CEST 2016 mikulas:

Support fourth and fifth mouse button in gpm and framebuffer

Thu Aug 18 19:34:47 CEST 2016 mikulas:

Fixed bugs when downgrading SSL connection while https proxy or socks
proxy is used

Tue Aug 16 18:53:53 CEST 2016 mikulas:

Security bug fixed: Don't load or render the content of
"407 Proxy Authentication Required" reply when using https proxy.
This avoids the FalseCONNECT attack.

Also, don't allow 401 and 407 responses to set cookies.

Wed Jul 27 21:38:37 CEST 2016 mikulas:

Pop openssl error stack on every error - make sure that SSL errors on
one connection do not affect other connections

Sun Jul 17 21:10:12 CEST 2016 mikulas:

Use libc tree functions from <search.h> for searching the cache

Thu Jul  7 19:39:15 CEST 2016 mikulas:

Set the GD_NOAUTO flag for the directfb driver, so that this driver is
never selected automatically. The directfb subsystem is buggy, it can
corrupt graphics or even cause system crash, so select this driver only
if the user explicitly requests it with '-driver directfb'

(wiz)

2016-11-28 15:36:42 UTC MAIN commitmail json YAML

Updated mail/thunderbird-enigmail to 1.9.6.1

(wiz)

2016-11-28 15:36:31 UTC MAIN commitmail json YAML

Updated thunderbird-enigmail to 1.9.6.1.

This version fixes a bug on some Linux systems that makes Enigmail
not find GnuPG (and thus renders Enigmail unusable).

(wiz)

2016-11-28 15:34:19 UTC MAIN commitmail json YAML

Updated graphics/cairomm to 1.12.2

(wiz)

2016-11-28 15:34:09 UTC MAIN commitmail json YAML

Updated cairomm to 1.12.2.

1.12.2 (stable):

* Remove new API that was not meant to be added in 1.12.1.

1.12.1 (stable):

* C++11: Use nullptr instead of 0.
* C++11: Use override keyword on destructors.
* C++11: Make operator bool() explicit.
  (Murray Cumming)

(wiz)

2016-11-28 15:32:39 UTC MAIN commitmail json YAML

Updated audio/libopenmpt to 0.2.7386

(wiz)

2016-11-28 15:32:28 UTC MAIN commitmail json YAML

Updated libopenmpt to 0.2.7386.

libopenmpt 0.2-beta20.3 (2016-11-20)

    [Bug] Possible crashes with malformed ITP and MED files.
    Pattern loops ending on the last row a pattern were not executed correctly in S3M files.
    Playback fixes for 8-channel MED files
    Tremolo on quiet notes was broken in 0.2-beta20.2.

(wiz)

2016-11-28 15:30:46 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.2.2

(wiz)

2016-11-28 15:30:35 UTC MAIN commitmail json YAML

Updated wireshark to 2.2.2.

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-58
      Profinet I/O long loop. ([2]Bug 12851)
    * [3]wnpa-sec-2016-59
      AllJoyn crash. ([4]Bug 12953)
    * [5]wnpa-sec-2016-60
      OpenFlow crash. ([6]Bug 13071)
    * [7]wnpa-sec-2016-61
      DCERPC crash. ([8]Bug 13072)
    * [9]wnpa-sec-2016-62
      DTN infinite loop. ([10]Bug 13097)

  The Windows PortableApps packages were susceptible to a [11]DLL
  hijacking flaw.

  The following bugs have been fixed:
    * TCP: nextseq incorrect if TCP_MAX_UNACKED_SEGMENTS exceeded & FIN
      true. ([12]Bug 12579)
    * SMPP schedule_delivery_time displayed wrong in Wireshark 2.1.0.
      ([13]Bug 12632)
    * Upgrading to latest version uninstalls Microsoft Visual C++
      redistributable. ([14]Bug 12712)
    * dmg for OS X does not install man pages. ([15]Bug 12746)
    * Fails to compile against Heimdal 1.5.3. ([16]Bug 12831)
    * TCP: Next sequence number off by one when sending payload in SYN
      packet (e.g. TFO). ([17]Bug 12838)
    * Follow TCP Stream shows duplicate stream data. ([18]Bug 12855)
    * Dissection engine falsely asserts that EIGRP packet's checksum is
      incorrect. ([19]Bug 12982)
    * IEEE 802.15.4 frames erroneously handed over to ZigBee dissector.
      ([20]Bug 12984)
    * Capture Filter Bookmark Inactive in Capture Options page. ([21]Bug
      12986)
    * CLNP dissector does not parse ER NPDU properly. ([22]Bug 12993)
    * SNMP trap bindings for NON scalar OIDs. ([23]Bug 13013)
    * BGP LS Link Protection Type TLV (1093) decoding. ([24]Bug 13021)
    * Application crash sorting column for tcp.window_size_scalefactor up
      and down. ([25]Bug 13023)
    * ZigBee Green Power add key during execution. ([26]Bug 13031)
    * Malformed AMPQ packets for session.expected and session.confirmed
      fields. ([27]Bug 13037)
    * Wireshark 2.2.1 crashes when attempting to merge pcap files.
      ([28]Bug 13060)
    * [IS-637A] SMS - Teleservice layer parameter --> IA5 encoded text is
      not correctly displayed. ([29]Bug 13065)
    *
    * Failure to dissect USB Audio feature unit descriptors missing the
      iFeature field. ([30]Bug 13085)
    * MSISDN not populated/decoded in JSON GTP-C decoding. ([31]Bug
      13086)
    * E212: 3 digits MNC are identified as 2 digits long if they end with
      a 0. ([32]Bug 13092)
    * Exception with last unknown Cisco AVP available in a SCCRQ message.
      ([33]Bug 13103)
    * TShark stalls on FreeBSD if androiddump is present. ([34]Bug 13104)
    * Dissector skips DICOM command. ([35]Bug 13110)
    * UUID (FT_GUID) filtering isn't working. ([36]Bug 13121)
    * Manufacturer name resolution fail. ([37]Bug 13126)
    * packet-sdp.c allocates transport_info->encoding_name from wrong
      memory pool. ([38]Bug 13127)
    * Payload type name for dynamic payload is wrong for reverse RTP
      channels. ([39]Bug 13132)

  Updated Protocol Support

  6LoWPAN, AllJoyn, AMPQ, ANSI IS-637 A, BGP, CLNP, DCERPC, DICOM, DTN,
  E.212, EIGRP, ERF, GVSP, IEEE 802.11, IEEE 802.15.4, IP, ISO-8583,
  Kerberos, L2TP, LACP, MAC LTE, OpenFlow, Profinet I/O, RTPS, SCTP, SDP,
  Skype, SMPP, SNA, SNMP, SPNEGO, TCP, USB Audio, XML, and ZigBee

(wiz)

2016-11-28 15:15:51 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 15.1.0

(wiz)

2016-11-28 15:15:40 UTC MAIN commitmail json YAML

Updated py-virtualenv to 15.1.0.

15.1.0 (2016-11-15)
-------------------

* Support Python 3.6.

* Upgrade setuptools to 28.0.0.

* Upgrade pip to 9.0.1.

* Don't install pre-release versions of pip, setuptools, or wheel from PyPI.

(wiz)

2016-11-28 15:07:25 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.3.8

(wiz)

2016-11-28 15:07:11 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.3.8.

Move MASTER_SITES and HOMEPAGE to https.

2016-11-15  7.0.3-8 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-8, GIT revision 19067:5aceded:20161125.

2016-11-18  7.0.3-8 Cristy  <quetzlzacatenango@image...>
  * Support the phash:colorspaces and phash:normalize options.
  * If a convenient line break is not found, force it for caption: (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887).
  * Set alpha member of draw structure to OpaqueAlpha (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30894).
  * Off by 1 error when computing the standard deviation (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866).
  * Apply Debian patches, (reference
    https://github.com/ImageMagick/ImageMagick/issues/304).
  * Permit EPT images with just a TIFF or EPS image, not both (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921).
  * The -clone option no longer leaks memory.
  * Render to clip mask rather than image for clip-path MVG graphics primitive.

2016-11-15  7.0.3-7 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-7, GIT revision 19024:87aca83:20161115.

2016-11-10  7.0.3-7 Cristy  <quetzlzacatenango@image...>
  * Web pages were broken when we moved to HTTPS protocol.

(wiz)

2016-11-28 14:59:15 UTC MAIN commitmail json YAML

Updated security/pinentry-qt4 to 1.0.0

(wiz)

2016-11-28 14:59:00 UTC MAIN commitmail json YAML

Updated security/pinentry-gtk2 to 1.0.0

(wiz)

2016-11-28 14:58:47 UTC MAIN commitmail json YAML

Updated security/pinentry to 1.0.0

(wiz)

2016-11-28 14:58:34 UTC MAIN commitmail json YAML

Update pinentry* to 1.0.0.

Noteworthy changes in version 1.0.0 (2016-11-22)
------------------------------------------------

* Qt pinentry now supports repeat mode in one dialog.

* Qt and GTK pinentries now make it possible to show the entered
  value.

* Qt pinentry now only grabs the keyboard if an entry field is
  focused.

* Fixed foreground handling in pinentry-qt if compiled with Qt5 for
  Windows.

* Fixed potential crash in Qt qualitybar calculation.

* GTK keyboard grabbing is now a bit more robust.  The cursor is
  changed to a big dot as a visual indication that a pinentry has
  popped up and is waiting for input.

* The GNOME pinentry now falls back to curses if it can't use the
  GCR system prompter or a screenlock is active.

* Fixed error output for cached passwords.

* A show/hide passphrase button or checkbox is now available with
  some pinentry flavors.

* Improved diagnostics and error codes.

(wiz)

2016-11-28 14:42:09 UTC MAIN commitmail json YAML

Updated print/zathura-pdf-mupdf to 0.3.0nb5

(leot)

2016-11-28 14:41:56 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.10

(leot)

2016-11-28 14:41:40 UTC MAIN commitmail json YAML

2016-11-28 14:40:42 UTC MAIN commitmail json YAML

Update print/mupdf to mupdf-1.10

pkgsrc changes:
* Update DESCR and COMMENT to better reflect current status of MuPDF
* Delete security patches addressing CVE-2016-6265 and CVE-2016-6525,
  fixed upstream.
* Bump BUILDLINK_A[BP]I_DEPENDS.mupdf (no longer compatible with 1.9 API)

Changes:
List of changes in MuPDF 1.10

* Headline changes:
  * FictionBook (FB2) e-book support.
  * Simple SVG parser (a small subset of SVG only).
  * mutool convert: a new document conversion tool and interface.
  * Multi-threaded rendering in mudraw.
  * Luratech decoders for JBIG2 and JPEG2000 (commercial releases only).
  * Optional JPEG-XR support (not included by default for security reasons).
  * Updated base 14 fonts from URW.
  * New CJK font with language specific variants.
  * Hyperlink support in EPUB.

* Reduced memory use:
  * New tool muraster: example printer driver with limited RAM usage and automatic banding.
  * Alpha channel is now optional in pixmaps.
  * More aggressive purging of cached objects.
  * Partial image decoding for lower memory use when banding.

* Reduced code size when building with a subset of features:
  * Reduced default set of built-in CMap tables to the minimum required.
  * FZ_ENABLE_PDF, _XPS, _JS, to disable features at compile time.
  * Function level linking.

* Interface changes and cleanups:
  * Dropped pdf object generation numbers from public interfaces.
  * Simplified PDF page, xobject, and annotation internals.
  * Closing and freeing devices and writers are now separate steps.
  * Improved PDF annotation editing interface (still a work in progress).
  * Document writer interface.
  * Banded image writer interface.

* Mobile viewers:
  * New JNI interfaces to match capabilities of 'mutool run' javascript.
  * New android and desktop java examples using new JNI interface.

(leot)

2016-11-28 13:57:26 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 29.0.1

(wiz)

2016-11-28 13:57:16 UTC MAIN commitmail json YAML

Updated py-setuptools to 29.0.1.

v29.0.1
-------

* #861: Re-release of v29.0.1 with the executable script
  launchers bundled. Now, launchers are included by default
  and users that want to disable this behavior must set the
  environment variable
  'SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES' to
  a false value like "false" or "0".

v29.0.0
-------

* #841: Drop special exception for packages invoking
  win32com during the build/install process. See
  Distribute #118 for history.

(wiz)

2016-11-28 13:56:01 UTC MAIN commitmail json YAML

Updated net/py-twisted to 16.6.0

(wiz)

2016-11-28 13:55:50 UTC MAIN commitmail json YAML

Updated py-twisted to 16.6.0.

Twisted Core 16.6.0 (2016-11-17)
================================

Features
--------
- The twist script can now be run by invoking python -m twisted.
  (#8657)
- twisted.protocols.sip has been ported to Python 3. (#8669)
- twisted.persisted.dirdbm has been ported to Python 3. (#8888)

Bugfixes
--------
- twisted.internet.defer.Deferred now implements send, not __send__,
  which means that it is now a conforming generator. (#8861)
- The IOCP reactor no longer transmits the contents of uninitialized
  memory when writing large amounts of data. (#8870)
- Deferreds awaited/yielded from in a
  twisted.internet.defer.ensureDeferred wrapped coroutine will now
  properly raise exceptions. Additionally, it more closely models
  asyncio.ensure_future and will pass through Deferreds. (#8878)
- Deferreds that are paused or chained on other Deferreds will now
  return a result when yielded/awaited in a twisted.internet.defer
  .ensureDeferred-wrapped coroutine, instead of returning the
  Deferred it was chained to. (#8890)

Improved Documentation
----------------------
- twisted.test.proto_helpers is now explicitly covered by the
  compatibility policy. (#8857)

Other
-----
- #8281, #8823, #8862

Twisted Conch 16.6.0 (2016-11-17)
=================================

Features
--------
- twisted.conch.ssh.keys supports ECDSA keys (#8798)
- scripts/ckeygen can now generate ecdsa keys. (#8828)
- ckeygen has been ported to Python 3 (#8855)

Deprecations and Removals
-------------------------
- twisted.conch.ssh no longer uses gmpy, if available. gmpy is
  unmaintained, does not have binary wheels for any platforms, and an
  alternative for higher performance is available in the form of
  PyPy. (#8079)

Twisted Web 16.6.0 (2016-11-17)
===============================

Features
--------
- twisted.web.server.Site's HTTP/2 server support now emits vastly
  fewer WINDOW_UPDATE frames than previously. (#8681)

Bugfixes
--------
- twisted.web.Agent now tolerates receiving unexpected status codes
  in the 100 range by discarding them, which is what RFC 7231
  recommends doing. (#8885)
- twisted.web._http.H2Stream's getHost and getPeer implementations
  now actually return the host and peer instead of None. (#8893)

Twisted Words 16.6.0 (2016-11-17)
=================================

Features
--------
- twisted.words.protocols.irc has been ported to Python 3 (#6320)

(wiz)

2016-11-28 13:52:51 UTC MAIN commitmail json YAML

Updated devel/p5-Params-ValidationCompiler to 0.19

(wiz)

2016-11-28 13:52:39 UTC MAIN commitmail json YAML

Updated p5-Params-ValidationCompiler to 0.19.

0.19    2016-11-21

- Non-inlinable Specio types caused a syntax error when used with positional
  params.

- Positional params with coercions and defaults did not work properly. The
  coerced value and the default would simply not be returned in any case.

(wiz)

2016-11-28 13:51:08 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 10.36

(wiz)

2016-11-28 13:50:57 UTC MAIN commitmail json YAML

Updated p5-Image-ExifTool to 10.36.

Nov. 24, 2016 - Version 10.36 (production release)

  - Added 3D Studio MAX files to the list of supported file types
  - Decode more Sony tags (thanks Jos Roost)
  - Decode a couple more FlashPix tags
  - Minor changes to some of the new IPTC Extension tags
  - Fixed problem reading some FlashPix (Windows Compound Binary Format) files

Nov. 21, 2016 - Version 10.35

  - Fixed bug in Windows version introduced in 10.32 which could cause ExifTool
    to exit with an error if the -lang option was used

Nov. 21, 2016 - Version 10.34

  - Added support for new IPTC Extension version 1.3 + video metadata XMP tags
  - Added missing print conversion for PreviewDateTime
  - Decode a few new FujiFilm tags (thanks Zilvinas Brobliauskas)
  - Enhanced MWG date/time tags to support new EXIF time offsets
  - Patched loophole in WriteMode which would allow creation of new metadata
    files when creation of new groups was disallowed
  - Fixed problem where some EXIF date/time tags may not shifted when shifting
    all date/time tags with "-time:all-=VAL" for ExifTool version 10.28-10.33 or
    when the MWG feature was used

Nov. 11, 2016 - Version 10.33

  - Windows EXE version is 32-bit again, and packaged with Perl 5.24.0
  - Fixed encoding problem with EXIF:Copyright when writing MWG tags using an
    alternate EXIF charset

Nov. 9, 2016 - Version 10.32

  - WARNING: The Windows EXE version for this release is 64-bit (and packaged
    with Perl 5.22.2 instead of 5.24.0)
  - Time::Piece may now be used as an alternative to POSIX::strptime for parsing
    date/time values when writing, and is included in the Windows package
  - Added a number of new XMP tags (thanks StarGeek)
  - Added support for a few new Sony cameras (thanks Jos Roost)
  - Added new Nikon LensID (thanks Tanel)
  - Decode a new Nikon tag (thanks Warren Hatch)
  - Decode FLIF encoding type
  - Decode a new Samsung tag (thanks Klaus Homeister)
  - Ignore -filter option for a tag if it returns an undefined value

Oct. 19, 2016 - Version 10.31

  - Added write support for FLIF images
  - Added support for animated PNG images
  - Added a few new SamsungModelID values
  - Added a new Canon LensType
  - Added a new Sony/Minolta LensType (thanks Jos Roost)
  - Decode more Samsung tags (thanks Klaus Homeister and Sreerag Raghavan)
  - Decode more Nikon tags (thanks Warren Hatch)
  - Changed "TAG does not exist" warning when writing to "TAG is not supported"
  - Fixed problem importing information from CSV or JSON databases for files
    with special characters in their name

Oct. 13, 2016 - Version 10.30

  - Added read support for FLIF images
  - Added a couple of new Minolta/Sony LensType values (thanks Jos Roost)
  - Added a new SonyModelID (thanks LibRaw and Jos Roost)
  - Added a new digiKam XMP tag
  - Decode a new Apple tag (thanks Neal Krawetz)
  - Decode a few new FujiFilm tags (thanks Chris Schucker)
  - Decode more Nikon D5 custom settings (thanks Warren Hatch)
  - Decode a couple more Samsung tags (thanks Klaus Homeister)
  - Improved decoding of Nikon D500/D5 ShotInfo information
  - Enhanced -ver option to output system information when -v is added
  - Minor change to parsing of -@ argfile (comment lines may may no longer have
    spaces before the "#")
  - Patched Jpeg2000 reader to read bad UUID-EXIF boxes
  - Lowered priority of unknown XMP tags when reading
  - Fixed problem in new xmp2exif.args date/time arguments introduced in 10.28
  - Fixed potential "Use of uninitialized value" warning when decoding
    compressed PNG iTXt chunk

Oct. 5, 2016 - Version 10.29

  - Added a couple of new Sony LensType values (thanks LibRaw)
  - Decode a few new Sony tags
  - Decode a few new FLIR tags
  - Decode some new Nikon D5 tags (thanks Warren Hatch)
  - Decode a new Apple tag
  - Enhanced -geotag option to allow tagging from KML placemarks with a TimeSpan
  - Enhanced -d option (and API DateFormat option) to perform inverse date/time
    conversion when writing if the POSIX::strptime module is available.  If
    POSIX::strptime is not available then the behaviour is like older versions
    (ie. the date/time is not converted) unless the API StrictDate option is set
    in which case a warning is issued and the tag is not written

Sept. 27, 2016 - Version 10.28 - "EXIF 2.31"

  - Added support for new EXIF 2.31 tags
  - Added some new Canon LensType values (thanks Norbert Wasser for one)
  - Added a new Olympus LensType (thanks LibRaw and Niels Kristian Bech Jensen)
  - Added a new Sony LensType and SonyModelID (thanks Jos Roost)
  - Added a new Pentax LensType
  - Added fotoware.config and bibble.config files to the distribution
  - Made Composite SubSecDateTimeOriginal, SubSecCreateDate and SubSecModifyDate
    tags writable, and expanded to include new EXIF 2.31 time zone tags
  - Fixed problem writing user-defined structured tag elements with a dot (.) in
    their tag ID

Sept. 23, 2016 - Version 10.27

  - Added a new CanonModelID (thanks LibRaw)
  - Added a new Sony LensType (thanks Jos Roost)
  - Added a few new NikonLensID's (thanks Yang You and Robert Rottmerhusen)
  - Added a couple of new Olympus LensType values (thanks LibRaw and Niels
    Kristian Bech Jensen)
  - Added a new Olympus CameraType
  - Decode some Canon 80D, 750D, 760D and 1200D CameraInfo tags
  - Changed writing of some ExposureTime and ExposureCompensation tags to allow
    the exact numerator and denominator of the stored rational value to be
    specified
  - Fixed Timecode printout in -v3 output for M2TS videos (thanks Ken Neighbors)
  - Fixed some problems with the new "-progress:TITLE" feature
  - Fixed problem where "_exiftool_tmp" file could be left around after a failed
    write attempt
  - Fixed potential "isn't numeric" runtime error when reading a PDF file with
    the -ee option

Sept. 15, 2016 - Version 10.26

  - Added read support for GSpherical metadata in MP4 videos
  - Added a few new XMP-xmpMM tags and a new XMP-crs tag
  - Added some new Minolta/Sony lenses (thanks Jos Roost)
  - Added two new CanonModelID's (thanks Norbert Wasser and Laurent Clevy)
  - Added two new Canon LensType's (thanks Norbert Wasser)
  - Decode a number of Nikon D610 custom settings (thanks Tor)
  - Removed a questionable Samsung tag
  - Marked TestName tag as "Unsafe" for writing
  - Enhanced -progress option with ability to set console window title
  - Changed behaviour of %C to increment for each processed file as documented
    (was incrementing for each output file created)
  - Patched to recreate XMP in the standard location of PNG images when deleting
    certain non-standard XMP as a group and recreating in one step
  - Fixed runtime warning when writing 0 to MinoltaRaw ISOSetting
  - Fixed problem writing SRW images from some newer Samsung models

Aug. 3, 2016 - Version 10.25

  - Added a new Pentax PictureMode (thanks Louis Granboulan)
  - Added a new Nikon LensID (thanks LibRaw)
  - Decode a new Samsung tag (thanks LibRaw)
  - Decode a few more Canon tags (thanks Anton Reiser)
  - Removed "Avoid" flag for XMP-crs:ColorTemperature
  - Changed the format of a number of XMP-GPano tags from integer to real
  - Fixed incorrect tag ID's for some obscure Island Graphics EXIF tags
  - Fixed decoding of some UTF-8 DNG tags which may be stored in BYTE format

July 27, 2016 - Version 10.24

  - Added support for DJI Phantom maker notes
  - Added a few more XMP-crs tags
  - Added ability to write DNG OpcodeList tags
  - Added a new Sony/Minolta LensType (thanks Jos Roost)
  - Added a few new FujiFilm Saturation values
  - Added a new FujiFlashMode value and fixed an incorrect Italian translation
    (thanks Massimo Sanna, ApolloOne)
  - Decode more Pentax tags (thanks Louis Granboulan)
  - Changed -config option to search the current directory first for the config
    file (patches problem introduced in ExifTool 10.21 for Windows where the
    working directory might not be searched when using the -config option)
  - Changed print conversion of ProcessingTime to show 3 significant digits
  - Fixed bug decoding PanasonicRaw DistortionInfo in DNG images

July 14, 2016 - Version 10.23

  - Added read support for Ogg Opus audio files
  - Added ability to geotag only GPS date/time if no position information is
    available by setting Geotag to "DATETIMEONLY" (all caps)
  - Added "-charset RIFF" option
  - Added a new Sony LensType (thanks Jos Roost)
  - Decode a number of new Canon tags (thanks Kai Harrekilde-Petersen)
  - Changed handling of special characters in RIFF-format files (eg. AVI, WAV)
  - Changed MIME type of OGG files to audio/ogg (was audio/x-ogg)
  - Minor change to wording of new Nikon D80 Rotation tag for consistency
  - API Changes:
      - Added CharsetRIFF option

July 7, 2016 - Version 10.22

  - Added read support for BPG images
  - Minor changes to a few of the new Nikon tags
  - Fixed problem in Windows version where not all 10.21 updates were included
    in the release

June 29, 2016 - Version 10.21

  - WARNING: The Windows EXE package for this release was built on Windows 10
    using Perl 5.24 instead of Windows XP and Perl 5.8 -- please watch for
    problems and report anything that you find
  - Added a new Minolta/Sony LensType (thanks LibRaw)
  - Added a new element to the XMP Colorant structure
  - Added a new Pentax lens (thanks Louis Granboulan)
  - Decode Nikon D5/D500 AF information (thanks Michael Tapes for samples)
  - Decode a number of new Olympus tags (thanks Daniel Pollock)
  - Decode a number of new Nikon tags (thanks Warren Hatch)
  - Decode Pentax K-1 AF points (thanks Louis Granboulan)
  - Extract a new DPX tag
  - Patched to avoid writing an empty structure field for an undefined value

(wiz)

2016-11-28 13:44:02 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 3.03

(wiz)

2016-11-28 13:43:51 UTC MAIN commitmail json YAML

Updated p5-JSON-XS to 3.03.

3.03 Wed Nov 16 20:20:59 CET 2016
- fix a bug introduced by a perl bug workaround that would cause
          incremental parsing to fail with a sv_chop panic.
- json_xs: toformat failure error message fixed.
        - json_xs: allow cyclic data structures in CBOR.

(wiz)

2016-11-28 13:38:08 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Unidecode to 1.30

(wiz)

2016-11-28 13:37:53 UTC MAIN commitmail json YAML

Updated p5-Text-Unidecode to 1.30.

2016-11-26  Sean M. Burke  sburke@cpan.org
* Release 1.30
* Many many (forty?) tables were missing the final character! Fixed.
* Minor stuff:
. Added just a few Arabesque things to U+FD__
  . Renamed t/00400_just_load_module.t
        to t/00400_just_load_main_module.t
. This is the first time non-7bit data appears in any Unidecode/x__.pm
  files, although it is just in comments.  (In x02.pm, x03.pm, xfd.pm)
  But this is just THE SHAPE OF THINGS TO COME.
* Oh look, I blinked and a year went by.  I've been spending about the
  past *two* years trying to think of how Unidecode v2-and-later's data
  tables should work.
* TODO: Kill the surrogatey "xD8", "xD9", "xDA", "xDB" blocks,
    and actually handle surrogates (when properly encoded).
* TODO: Inaugurate the (private) Text::Unidecode::Blackbox namespace.

(wiz)

2016-11-28 13:35:58 UTC MAIN commitmail json YAML

Updated security/py-oauthlib to 2.0.1

(wiz)

2016-11-28 13:35:47 UTC MAIN commitmail json YAML

Updated py-oauthlib to 2.0.1.

2.0.1 (2016-11-23)
------------------
* (FIX) Normalize handling of request.scopes list

(wiz)

2016-11-28 13:24:27 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-NYTProf to 6.04

(wen)

2016-11-28 13:22:17 UTC MAIN commitmail json YAML

Update to 6.04

Upstream changes:
Changes in Devel::NYTProf 6.04 - 24th November 2016

    Fixed build on perl 5.25+ due to OpSIBLING, thanks to Dan Collins #102
    Fixed nytprofmerge on Windows thanks to andrey-starodubtsev #99
    Fixed nytprofhtml invalid UTF-8 char and improved CSS #105
    Fixed spelling mistake in nytprofcsv docs. Closes #95

    Table headers now stay visible, thanks to Sebastian Rose #106
    Assorted improvments to .travis.yml

(wen)

2016-11-28 13:16:01 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.6

(wiz)

2016-11-28 13:15:51 UTC MAIN commitmail json YAML

Updated py-cryptography to 1.6.

1.6 - 2016-11-22
~~~~~~~~~~~~~~~~

* Deprecated support for OpenSSL 1.0.0. Support will be removed in
  ``cryptography`` 1.7.
* Replaced the Python-based OpenSSL locking callbacks with a C version to fix
  a potential deadlock that could occur if a garbage collection cycle occurred
  while inside the lock.
* Added support for :class:`~cryptography.hazmat.primitives.hashes.BLAKE2b` and
  :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` when using OpenSSL
  1.1.0.
* Added
  :attr:`~cryptography.x509.Certificate.signature_algorithm_oid` support to
  :class:`~cryptography.x509.Certificate`.
* Added
  :attr:`~cryptography.x509.CertificateSigningRequest.signature_algorithm_oid`
  support to :class:`~cryptography.x509.CertificateSigningRequest`.
* Added
  :attr:`~cryptography.x509.CertificateRevocationList.signature_algorithm_oid`
  support to :class:`~cryptography.x509.CertificateRevocationList`.
* Added support for :class:`~cryptography.hazmat.primitives.kdf.scrypt.Scrypt`
  when using OpenSSL 1.1.0.
* Added a workaround to improve compatibility with Python application bundling
  tools like ``PyInstaller`` and ``cx_freeze``.
* Added support for generating a
  :meth:`~cryptography.x509.random_serial_number`.
* Added support for encoding ``IPv4Network`` and ``IPv6Network`` in X.509
  certificates for use with :class:`~cryptography.x509.NameConstraints`.
* Added :meth:`~cryptography.x509.Name.public_bytes` to
  :class:`~cryptography.x509.Name`.
* Added :class:`~cryptography.x509.RelativeDistinguishedName`
* :class:`~cryptography.x509.DistributionPoint` now accepts
  :class:`~cryptography.x509.RelativeDistinguishedName` for
  :attr:`~cryptography.x509.DistributionPoint.relative_name`.
  Deprecated use of :class:`~cryptography.x509.Name` as
  :attr:`~cryptography.x509.DistributionPoint.relative_name`.
* :class:`~cryptography.x509.Name` now accepts an iterable of
  :class:`~cryptography.x509.RelativeDistinguishedName`.  RDNs can
  be accessed via the :attr:`~cryptography.x509.Name.rdns`
  attribute.  When constructed with an iterable of
  :class:`~cryptography.x509.NameAttribute`, each attribute becomes
  a single-valued RDN.
* Added
  :func:`~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key`.
* Added support for signing and verifying RSA, DSA, and ECDSA signatures with
  :class:`~cryptography.hazmat.primitives.asymmetric.utils.Prehashed`
  digests.

(wiz)

2016-11-28 13:08:51 UTC MAIN commitmail json YAML

Updated time/p5-Time-HiRes to 1.9741

(wiz)

2016-11-28 13:08:40 UTC MAIN commitmail json YAML

Updated p5-Time-HiRes to 1.9741.

1.9741 [2016-11-20]
  - C++11 compatibility: blead a914236c
  - El Capitan compatibility: blead 45bbc013
  - use CLOCK_REALTIME for clock_nanosleep scan: blead 56ed632c
  - include file consistency in scans: blead 605b4dbe
  - use clockid_t consistently: blead 2979fdf3
  - use hv_fetchs(): blead 07e4dd7a
  - scan for clockid_t (needed for macos Sierra): blead 69d1f2c2
  - darwin lacks clockid_t: blead d1e7b5aa
    [rt.cpan.org #129789]
  - provide template for tempfile: blead 91dca83e
  - explicit cast for clockid_t in C++11: blead 1c566547
  - upgrade to a newer ppport (3.35)

(wiz)

2016-11-28 13:07:06 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.09

(wiz)

2016-11-28 13:06:55 UTC MAIN commitmail json YAML

Updated p5-DateTime-TimeZone to 2.09.

2.09    2016-11-24

- This release is based on version 2016j of the Olson database. This release
  includes contemporary changes for Russia (Europe/Saratov).

(wiz)

2016-11-28 13:04:00 UTC MAIN commitmail json YAML

Updated devel/libuv to 1.10.1

(wiz)

2016-11-28 13:03:49 UTC MAIN commitmail json YAML

Updated libuv to 1.10.1.

2016.11.17, Version 1.10.1 (Stable)

Changes since version 1.10.0:

* Now working on version 1.10.1 (cjihrig)

* win: fix anonymous union syntax (Brad King)

* unix: use uv__is_closing everywhere (Santiago Gimeno)

* win: add missing break statement (cjihrig)

* doc: fix wrong man page link for uv_fs_lstat() (Michele Caini)

* win, tty: handle empty buffer in uv_tty_write_bufs (Hitesh Kanwathirtha)

* doc: add cjihrig alternative GPG ID (cjihrig)

* Revert "win,tty: add support for ANSI codes in win10 v1511" (Ben Noordhuis)

(wiz)

2016-11-28 13:00:26 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.039

(wiz)

2016-11-28 13:00:16 UTC MAIN commitmail json YAML

Updated p5-IO-Socket-SSL to 2.039.

2.039 2016/11/20
- OpenSSL 1.1.0c changed the behavior of SSL_read so that it now returns -1 on
  EOF without proper SSL shutdown. Since it looks like that this behavior will
  be kept at least for 1.1.1+ adapt to the changed API by treating errno=NOERR
  on SSL_ERROR_SYSCALL as EOF.

(wiz)

2016-11-28 12:51:48 UTC MAIN commitmail json YAML

Updated mail/notmuch to 0.23.2

(wiz)

2016-11-28 12:51:35 UTC MAIN commitmail json YAML

Updated notmuch to 0.23.2.

Notmuch 0.23.2 (2016-11-20)
===========================

Emacs
-----

Fix notmuch-interesting-buffer and notmuch-cycle-notmuch-buffers.

  notmuch-tree-mode and notmuch-message-mode buffers are now
  considered interesting by `notmuch-interesting-buffer` and
  `notmuch-cycle-notmuch-buffers`.

Restore compatibility with Emacs 23.

  Notmuch support for Emacs 23 is now deprecated.

(wiz)

2016-11-28 12:50:31 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.25

(wiz)

2016-11-28 12:50:19 UTC MAIN commitmail json YAML

Updated libgpg-error to 1.25.

Noteworthy changes in version 1.25 (2016-11-14) [C20/A20/R0]
-----------------------------------------------

* New interface gpgrt_get_syscall_clamp to allow libaries to make use
  of Libgpg-error's system call wrapper functions.

* gpgrt_poll does now work under Windows.

* Fixed bug in the locking code when used with the nPth threading
  library.

* Added support for {i686,x86_64}-apple-darwin.

* Added new error codes.

* Interface changes relative to the 1.23 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_get_syscall_clamp          NEW.
GPG_ERR_ENGINE_TOO_OLD           NEW.
GPG_ERR_WINDOW_TOO_SMALL        NEW.
GPG_ERR_WINDOW_TOO_LARGE        NEW.
GPG_ERR_MISSING_ENVVAR           NEW.
GPG_ERR_USER_ID_EXISTS          NEW.
GPG_ERR_NAME_EXISTS              NEW.
GPG_ERR_DUP_NAME                NEW.
GPG_ERR_TOO_OLD                  NEW.
GPG_ERR_TOO_YOUNG                NEW.

(wiz)

2016-11-28 12:49:24 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.71

(wiz)

2016-11-28 12:49:12 UTC MAIN commitmail json YAML

Updated iso-codes to 3.71.

iso-codes 3.71
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Tue, 15 Nov 2016

  [ ISO 3166-1 ]
  * Add short name of Czechia. Thanks to Jiri Bohac for the bug report
    and patch. Closes: alioth#315551

  [ ISO 3166-2 ]
  * Update from iso.org for Czechia

  [ ISO 3166-1 translations ]
  * Indonesian by Andhika Padmawan (TP)
  * Czech by Jiri Bohac
  * German by Jiri Bohac
  * French by Jiri Bohac

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

  [ ISO 4217 translations ]
  * Indonesian by Andhika Padmawan (TP)

(wiz)

2016-11-28 12:47:48 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Simple to 1.302067

(wiz)

2016-11-28 12:47:35 UTC MAIN commitmail json YAML

Updated p5-Test-Simple to 1.302067.

1.302067  2016-11-23 07:37:56-08:00 America/Los_Angeles

    - Fix context test for recent blead.

1.302066  2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Handle cases where SysV IPC can be available but not enabled
    - Import 'context' into Test2::IPC, it is used by 'cull'
    - Propogate warnings settings to use_ok (#736)

1.302065  2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Set the TEST_ACTIVE env var to true
    - Set the TEST2_ACTIVE env var to true
    - Fix the oldest bug still in the bug list (#6)
      This fixes cmp_ok output is some confusing cases
    - Update travis config
    - Add missing author deps
    - Fix handling of negative pid's on windows
    - Add can() to Test::Tester::Delegate (despite deprecation)
    - Fix some minor test issues

1.302064  2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Repo management improvements
    - Better handling of info vs diag in ->send_event
    - Fix test that used 'parent'
    - Better handling of non-bumping failures (#728)

1.302063  2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix double release when 'throw' is used in context_do()

(wiz)

2016-11-28 12:46:07 UTC MAIN commitmail json YAML

Updated devel/py-flake8 to 3.2.1

(wiz)

2016-11-28 12:45:55 UTC MAIN commitmail json YAML

Updated py-flake8 to 3.2.1.

3.2.1 -- 2016-11-21
-------------------

You can view the `3.2.1 milestone`_ on GitLab for more details.

- Fix subtle bug when deciding whether to report an on-by-default's violation
  (See also `GitLab#257`_)

- Fix another bug around SyntaxErrors not being reported at the right column
  and row (See also `GitLab#259`_ and `GitLab#237`_ for a related, previously
  fixed bug)

- Fix regression from 2.x where we run checks against explicitly provided
  files, even if they don't match the filename patterns. (See also
  `GitLab#266`_)

3.2.0 -- 2016-11-14
-------------------

You can view the `3.2.0 milestone`_ on GitLab for more details.

- Allow for pycodestyle 2.2.0 which fixes a bug in E305 (See also
  `GitLab#256`_)

3.1.1 -- 2016-11-14
-------------------

You can view the `3.1.1 milestone`_ on GitLab for more details.

- Do not attempt to install/distribute a ``man`` file with the Python package;
  leave this for others to do. (See also `GitLab#254`_)

- Fix packaging bug where wheel version constraints specified in setup.cfg did
  not match the constraints in setup.py. (See also `GitLab#255`_)

3.1.0 -- 2016-11-14
-------------------

You can view the `3.1.0 milestone`_ on GitLab for more details.

- Add ``--bug-report`` flag to make issue reporters' lives easier.

- Collect configuration files from the current directory when using our Git
  hook. (See also `GitLab#210`_, `GitLab#218`_, `GitLab#223`_)

- Avoid unhandled exceptions when dealing with SyntaxErrors. (See also
  `GitLab#214`_, `GitLab#238`_)

- Exit early if the value for ``--diff`` is empty. (See also `GitLab#226`_)

- Handle empty ``--stdin-display-name`` values. (See also `GitLab#235`_)

- Properly report the column number of Syntax Errors. We were assuming that
  all reports of column numbers were 0-indexed, however, SyntaxErrors report
  the column number as 1-indexed. This caused us to report a column number
  that was 1 past the actual position. Further, when combined with
  SyntaxErrors that occur at a newline, this caused the position to be
  visually off by two. (See also `GitLab#237`_)

- Fix the behaviour of ``--enable-extensions``. Previously, items specified
  here were still ignored due to the fact that the off-by-default extension
  codes were being left in the ``ignore`` list. (See also `GitLab#239`_)

- Fix problems around ``--select`` and ``--ignore`` behaviour that prevented
  codes that were neither explicitly selected nor explicitly ignored from
  being reported. (See also `GitLab#242`_)

- Truly be quiet when the user specifies ``-q`` one or more times. Previously,
  we were showing the if the user specified ``-q`` and ``--show-source``. We
  have fixed this bug. (See also `GitLab#245`_)

- Add new File Processor attribute, ``previous_unindented_logical_line`` to
  accommodate pycodestyle 2.1.0. (See also `GitLab#246`_)

- When something goes wrong, exit non-zero. (See also `GitLab#248`_,
  `GitLab#209`_)

- Add ``--tee`` as an option to allow use of ``--output-file`` and printing to
  standard out.

- Allow the git plugin to actually be lazy when collecting files.

- Allow for pycodestyle 2.1 series and pyflakes 1.3 series.

(wiz)

2016-11-28 12:39:53 UTC MAIN commitmail json YAML

Updated textproc/pugixml to 1.8.1

(wiz)

2016-11-28 12:39:41 UTC MAIN commitmail json YAML

Updated pugixml to 1.8.1.

1.8.1

This is a re-release of v1.8 with fixed timestamps for files in .tar.gz

1.8

Maintenance release.

Release highlights:

    Added parse_embed_pcdata parsing mode to reduce memory consumption for some documents
    Added Latin-1 auto-detection support
    When printing empty elements, a space is no longer added before / in format_raw mode
    Fix compilation issues for Borland C++ 5.4 and some distributions of MinGW 3.8

(wiz)

2016-11-28 12:37:39 UTC MAIN commitmail json YAML

Updated math/p5-Math-Prime-Util to 0.60

(wen)

2016-11-28 12:36:05 UTC MAIN commitmail json YAML

Update to 0.60

Upstream changes:
0.60 2016-10-09

    [ADDED]

    - vecfirstidx { expr } @n            returns first index with expr true

    [FUNCTIONALITY AND PERFORMANCE]

    - Expanded and modified prime count sparse tables. Prime counts from 30k
      to 90M are 1.2x to 2.5x faster.  It has no appreciable effect on the
      speed of prime counts larger than this size.

    - fromdigits works with bigint first arg, no need to stringify.
      Slightly faster for bigints, but slower than desired.

    - Various speedups and changes for fromdigits, todigits, todigitstring.

    - vecprod in PP for negative high-bit would return double not bigint.

    - Lah numbers added as Stirling numbers of the third kind.  They've been
      in the GMP code for almost 2 years now.  Also for big results, directly
      call the GMP code and objectify the result.

    - Small performance change to AKS (r,s) selection tuning.

    - On x86_64, use Montgomery math for Pollard/Brent Rho.  This speeds up
      factoring significantly for large native inputs (e.g. 10-20 digits).

    - Use new GMP zeta and riemannr functions if possible, making some of
      our operations much faster without Math::MPFR.

    - print_primes with large args will try GMP sieve for big speedup.  E.g.
        use bigint;  print_primes(2e19,2e19+1e7);
      goes from 37 minutes to 7 seconds.  This also removes a mistaken blank
      line at the end for certain ranges.

    - PP primes tries to use GMP.  Only for calls from other PP code.

    - Slightly more accuracy in native ExponentialIntegral.

    - Slightly more accuracy in twin_prime_count_approx.

    - nth_twin_prime_approx was incorrect over 1e10 and over 2e16 would
      infinite loop due to Perl double conversion.

    - nth_twin_prime_approx a little faster and more accurate.

(wen)

2016-11-28 12:32:23 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.73.0

(wiz)

2016-11-28 12:32:11 UTC MAIN commitmail json YAML

Updated calibre to 2.73.0.

- version: 2.73.0
  date: 2016-11-25

  new features:
    - title: "Add a preference in Preferences->Look & Feel to hide
    the row numbers in the main book list."

    - title: "Allow Export/Import of column coloring and icon
    rules."

    - title: "Edit Book: Allow bulk changing of file extension for
    selected files by right clicking ont he selected files in the
    file browser."

    - title: "Edit Book: Check Book: Add a check for nav documents
    that contain no ToC in EPUB 3 books"

    - title:  "Edit Book: Check Book: Add a test to check if the
    embedded fonts in the book have their embedding permissions
    enabled"

  bug fixes:
    - title: "Pressing the up arrow in an date edit with undefined
    value should jump to the current date rather than Feb 101"

    - title: "EPUB Input: When an invalid nav based ToC is used in
    an EPUB 3.0 document that also has a fallback NCX ToC, use the
    fallback ToC."

    - title: "Fix a regression that broke the icon theme creation
    tool in the previous release"

    - title: "Fix insert character dialog not reflowing characters
    on resize. Also only allow the search bar in the dialog to get
    input focus"

  improved recipes:
    - Dilbert - The Hindu

- version: 2.72.0
  date: 2016-11-18

  new features:
    - title: "Font embedding: Implement automatic embedding for
    fonts with non-normal stretch and weight values such as
    Condensed/Light/Extra Bold fonts"

    - title: "Allow aborting an in-progress Copy-to-library action."

    - title: "Edit Book: When adding a font file via File->New
    automatically generate the appropriate @font-face rule and copy
    it to the clipboard so that it can be easily inserted into the
    appropriate CSS files."

    - title: "Edit Book: Check Book: Add a warning for links with
    the : character in them on windows"

    - title: "Conversion: When converting markdown documents
    recognize basic metadata in the markdown document formatted as
    per the markdown metadata extension."

    - title: "Edit Book: Spell Check dialog: Various small usability
    enhancements -- preserve position in word list on refresh,
    ensure that new current word is highlighted after changing a
    word, etc."

    - title: "Edit Book: Flash the taskbar icon after beautify all
    files completes."

  bug fixes:
    - title: "Fix creating an empty library with the same structure
    as current library not creating custom columns on the first
    restart after creating the new custom columns."

    - title: "Edit Book: Dont fail to rename files on windows if
    there is a link containing the colon character."

    - title: "PDF Output: Dont fail if one of the embedded fonts
    has no names"

    - title: "Edit Book: When downloading external resources, ensure
    the generated filenames are valid."

    - title: "Windows: Fix file extension not being added automatically
    when missing in save dialogs."

    - title: "Fix calibre not opening full-screen in windows tablet
    mode."

    - title: "Edit Book: Fix check external links tool not detecting
    changes that have not yet been saved"

    - title: "Generate covers: Fix & in the series causing incorrect
    formatting of series number."

    - title: "Edit Book: Fix a regression in the last release that
    broke the Arrange into folders tool when arranging into
    sub-folders of a folder that does not exist."

  improved recipes:
    - Mediapart

(wiz)

2016-11-28 12:31:09 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt to 1.999801

(wen)

2016-11-28 12:29:48 UTC MAIN commitmail json YAML

Update to 1.999801

Upstream changes:
2016-11-23 v1.999801 pjacklam

* Fix, hopefully once and for all, the longstanding problem of handling undef
  as an operand to mathematical methods. The only method that accepts undef as
  an operand is blog(), where the second operand might be undef, as in
  $x->blog() or $x->blog($b), where $b is undef. The undef signifies that
  Euler's number should be used as the base. With this fix, we should be able
  to get Math::BigInt::Lite working again.

* Add least common multiple method _lcm() to Math::BigInt::Lib, and add
  corresponding test file t/author-lib-arithmetic-binary-_lcm.t and test data
  file t/author-lib-arithmetic-binary-_lcm.dat.

* Remove internal function __lcm() which has become redundant now that _lcm()
  is in the library.

* Make it possible to use bgcd() and blcm() as class methods, since other
  methods can be used as class methods. This applies to both Math::BigInt and
  Math::BigFloat.

* Fix blcm() with negative input. The LCM should always be non-negative. This
  applies to both Math::BigInt and Math::BigFloat.

* Add tests for bgcd() and blcm() in t/bigintpm.t and t/bigfltpm.t.

* Fix tests for blcm() assuming that LCM(0,0) should be a NaN. LCM(0,0) is 0
  by convention.

* Prefer Class->config('option') over Class->config()->{option}. However, this
  does not seem to be working for all options. It seems that this won't work
  properly until we move the global variables into the OO interface.

* Explicitly specify the library in all test files that are shared between
  Math-BigInt and the library distributions (FaatCalc, GMP, Pari, ...) with,
  e.g., "use Math::BigInt only => 'Calc';". This way, it will fail immediately
  if the specified library can't be loaded rather than using the fallback
  library.

(wen)

2016-11-28 12:26:17 UTC MAIN commitmail json YAML

Updated mail/neomutt to 20161126

(wiz)

2016-11-28 12:26:03 UTC MAIN commitmail json YAML

Updated neomutt to 20161126.

2016-11-26  Richard Russon  <rich@flatcap.org>
* Features
  - Upstream adoption of compress
  - Multiple hcache backends and run-time selection
  - $forward_references includes References: header on forwards
  - Hooks: define hooks for startup and shutdown
  - Add $collapse_all to close threads automatically
* Bug Fixes
  - Index in pager crash
  - Tag with multiple labels
  - Make sure gdbm's symbols are not resolved in QDBM's compatibility layer
  - Fix crash when doing collapse_all on an empty folder
  - Fix: crash when browsing empty dir
  - Initialize imap_authenticate's return value to something meaningful
* Translations
  - Update German translation
  - Update Slovak translation
  - Update French translation
  - Add English (British) translation
  - Convert files to utf-8
  - Mass tidy up of the translation messages
* Docs
  - new-mail bug is fixed
  - add since date for features
  - expand example command options for compress
  - fix entries for beep and new-mail-command
  - add a version number to the generated vimrc
  - fix links in README
  - don't use smart quotes in manual examples
  - <escape> and \e means refers to both alt and escape key
* Build
  - Travis: test messages
  - Add option to disable translation messages
  - Split hcache code into per-backend files
  - Doc/Makefile clean neomutt-syntax.vim
  - Improve discovery for the Berkeley Database
  - Fix nntp/notmuch conditionals
  - Implement mutt_strchrnul()
  - Rename vim-keybindings to vim-keys
* Upstream
  - attach_format: add new %F placeholder
  - Compose: add operation to rename an attachment
  - Chain %d->%F->%f in the attachment menu
  - Move mbox close-append logic inside mbox_close_mailbox()
  - When $flag_safe is set, flagged messages cannot be deleted
  - Adds the '@' pattern modifier to limit matches to known aliases
  - Adds <mark-message> binding to create "hotkeys" for messages
  - Updated requirement on the C compiler
  - Fix mark-message translation and keybind menu
  - More openssl1.1 fixes: remove uses of X509->name in debugging. (closes #3870)
  - Don't close stderr when opening a tunnel. (closes #3726)
  - Minor resource and error logic cleanup in tunnel_socket_open()
  - Make sure that the output of X509_NAME_oneline is null-terminated

(wiz)

2016-11-28 12:23:19 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.87

(wen)

2016-11-28 12:22:23 UTC MAIN commitmail json YAML

Update to 2.87

Upstream changes:
$Revision: 2.87 $ $Date: 2016/10/28 05:03:52 $
! Encode.xs t/taint.t
  Pulled: Disable _utf8_on and _utf8_off for tainted values
  https://github.com/dankogai/p5-encode/pull/74
! Encode.xs MANIFEST t/rt65541.t t/rt76824.t t/rt86327.t
  Pulled: Fix crash 'panic: sv_setpvn called with negative strlen'
  https://github.com/dankogai/p5-encode/pull/73
! Encode.xs MANIFEST t/rt113164.t
  Pulled: Fix crash caused by undefined behaviour between
  two sequence points
  https://github.com/dankogai/p5-encode/pull/72
! Encode.xs  MANIFEST lib/Encode/CN/HZ.pm lib/Encode/Encoder.pm
  t/decode.t t/magic.t t/rt85489.t t/utf8ref.t
  Pulled: Fix handling of undef, ref, typeglob, UTF8, COW and magic
  scalar argument in all XS functions
  https://github.com/dankogai/p5-encode/pull/70
! Encode/_T.e2x t/at-cn.t t/at-tw.t t/enc_data.t t/enc_module.t
  t/encoding-locale.t t/encoding.t t/jperl.t t/mime-name.t t/undef.t
  Pulled: Fix unit tests
  https://github.com/dankogai/p5-encode/pull/69
! Encode.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Name.pm
  t/mime-header.t t/mime-name.t t/taint.t
  Pulled: Encode::MIME::Header clean up
  https://github.com/dankogai/p5-encode/pull/68
! Encode.xs
  Pulled: Generate CHECK value functions with newCONSTSUB()
    instead with direct XS
  https://github.com/dankogai/p5-encode/pull/67
! Encode.xs
  Pulled: Encode::utf8: Fix count of replacement characters
  for overflowed and overlong UTF-8 sequences
  https://github.com/dankogai/p5-encode/pull/65
! Encode.xs t/fallback.t t/utf8strict.t
  Pulled: Encode::utf8: Fix processing invalid UTF-8 subsequences
  https://github.com/dankogai/p5-encode/pull/63
! Encode.pm t/utf8ref.t
  Pulled: Fix return value of Encode::encode_utf8(undef)
  https://rt.cpan.org/Ticket/Display.html?id=116904
  https://github.com/dankogai/p5-encode/pull/62

(wen)

2016-11-28 12:14:57 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Twig to 3.52

(wen)

2016-11-28 12:14:05 UTC MAIN commitmail json YAML

Update to 3.52

Upstream changes:
3.52 - 2016-11-23  - minor maintenance release

- fixed: the previous fix was buggy...

3.51 - 2016-11-23  - minor maintenance release

- fixed: failing tests when XML::XPathEngine and XML::XPath not available

3.50 - 2016-11-22  - minor maintenance release

- added: the no_xxe option to XML::Twig::new, which causes the parse
  to fail if external entities are used (to prevent malicious XML to
  access the filesystem).
  See RT#118097 https://rt.cpan.org/Public/Bug/Display.html?id=118097

- fixed: warning (and soon error) due to unescaped literal left braces
  in regular expressions in the code generating Twig.pm
  reported by trwyant
  https://github.com/mirod/xmltwig/issues/26

- fixed: (partial fix) implement getNamespaces in XML::Twig::XPath::Elt
  the expression doesn't crash the code, but doesn't return anything
  interesting (yet)
  reported by Nathan Glenn
  https://github.com/mirod/xmltwig/issues/12

- fixed: various spelling mistakes
  https://github.com/mirod/xmltwig/pull/24
  thanks to James McCoy for the patch

- git repo cleanup, thanks to mjg17

(wen)

2016-11-28 12:08:51 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 7.10

(wen)

2016-11-28 12:06:05 UTC MAIN commitmail json YAML

Update to 7.10

Upstream changes:
7.10  2016-11-01
  - Added getopt function to Mojo::Util.

7.09  2016-10-22
  - Added every_header method to Mojo::Headers.
  - Fixed redirect bug in Mojo::UserAgent::Transactor.
  - Fixed a few proxy bugs in Mojo::UserAgent.

(wen)

2016-11-28 08:55:02 UTC MAIN commitmail json YAML

Updated www/nghttp2 to 1.17.0

(adam)

2016-11-28 08:53:58 UTC MAIN commitmail json YAML

Changes 1.17.0:

libnghttp2
* In this release, libnghttp2 by default disallows content-length header field in 1xx, 204, or 200 to a CONNECT request as described in RFC 7230.

libnghttp2_asio
* Previously, server-side on_close callback was not called when connection was closed while streams were still alive. Now on_close callback is called for active streams on connection close.

build
* Remo E provided a patch to include MSVC version resource in cmake Windows build.

nghttpx
* We fixed the bug that sometimes made nghttpx crash if --backend-http-proxy-uri was used.
* We fixed the bug that one HTTP header fields from HTTP/1.1 backend were split into multiple fields in some situations.
* We fixed the bug that zero-length POST was not forwarded to HTTP/1.1 backend, causing dead lock.
* We removed optional reason phrase from SPDY response header fields. This is OK since reason phrase is optional.
* To align the changes made in libnghttp2 that disallows content-length in 1xx, 204, or 200 to a CONNECT request, we did the same thing to HTTP/1.1 backend. We also disallow transfer-encoding in those status codes as well.
* dalf provided a patch to fix compile failure with BoringSSL.

nghttpd, nghttpx, and libnghttp2_asio
* We fixed the bug that mandatory SP after status code wass missing in HTTP/1.1 status line.

(adam)

2016-11-28 08:30:35 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg3 to 3.2.1

(adam)

2016-11-28 08:27:51 UTC MAIN commitmail json YAML

version 3.2.1:
- avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC
- mss2: only use error correction for matching block counts
- softfloat: decrease MIN_EXP to cover full float range
- libopusdec: default to stereo for invalid number of channels
- flvdec: require need_context_update when changing codec id
- pgssubdec: only set w/h/linesize when allocating data
- sbgdec: prevent NULL pointer access
- rmdec: validate block alignment
- smacker: limit recursion depth of smacker_decode_bigtree
- mxfdec: fix NULL pointer dereference in mxf_read_packet_old
- ffmdec: validate codec parameters
- avformat/mpeg: Adjust vid probe threshold to correct mis-detection
- avcodec/ass_split: Change order of operations in ass_split_section()
- avcodec/rawdec: check for side data before checking its size
- avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
- avformat/apngenc: use the stream parameters extradata if available
- Revert "apngdec: use side data to pass extradata to the decoder"
- ffprobe: fix crash in case -of is specified with an empty string
- libavcodec/exr : fix channel size calculation for uint32 channel
- exr: fix out-of-bounds read
- libschroedingerdec: fix leaking of framewithpts
- libschroedingerdec: don't produce empty frames
- dds: limit 4 bpp handling to AV_PIX_FMT_PAL8
- mlz: limit next_code to data buffer size
- softfloat: handle -INT_MAX correctly
- filmstripdec: correctly check image dimensions
- pnmdec: make sure v is capped by maxval
- smvjpegdec: make sure cur_frame is not negative
- icodec: correctly check avio_read return value
- icodec: fix leaking pkt on error
- dvbsubdec: fix division by zero in compute_default_clut
- proresdec_lgpl: explicitly check coff[3] against slice_data_size
- escape124: reject codebook size 0
- mpegts: prevent division by zero
- matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header
- mpegaudio_parser: don't return AVERROR_PATCHWELCOME
- mxfdec: fix NULL pointer dereference
- lzf: update pointer p after realloc
- diracdec: check return code of get_buffer_with_edge
- diracdec: clear slice_params_num_buf on allocation failure
- diracdec: use correct buffer for slice_params_buf realloc
- ppc: pixblockdsp: do unaligned block accesses correctly again
- avformat: close parser if codec changed
- fate: add streamcopy test for apng
- apngdec: use side data to pass extradata to the decoder
- mov: immediately return from mov_fix_index without old index entries
- interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZE
- interplayacm: validate number of channels
- interplayacm: check for too large b
- doc: fix spelling errors
- configure: make sure LTO does not optimize out the test functions
- fate: add apng encoding/muxing test
- apng: use side data to pass extradata to muxer
- avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bug
- avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4
- avcodec/rv40: Test remaining space in loop of get_dimension()
- avcodec/ituh263dec: Avoid spending a long time in slice sync
- avcodec/movtextdec: Add error message for tsmb_size check
- avcodec/movtextdec: Fix tsmb_size check==0 check
- avcodec/movtextdec: Fix potential integer overflow
- ffmpeg: Fix bsf corrupting merged side data
- avcodec/sunrast: Fix input buffer pointer check
- avcodec/tscc:  Check side data size before use
- avcodec/rscc: Fix constant
- avcodec/rawdec: Check side data size before use
- avcodec/rscc: Check side data size before use
- avcodec/msvideo1: Check side data size before use
- avcodec/qpeg:  Check side data size before use
- avcodec/qtrle:  Check side data size before use
- avcodec/msrle:  Check side data size before use
- avcodec/kmvc:  Check side data size before use
- avcodec/idcinvideo: Check side data size before use
- avcodec/cinepak: Check side data size before use
- avcodec/8bps: Check side data size before use
- avformat/flvdec: Fix regression losing streams
- avformat/hls: Add missing error check for avcodec_parameters_copy()
- avformat/hls: Fix probing mpegts audio streams that use probing
- avformat/hls: Factor copying stream info to a separate function

(adam)

2016-11-28 06:51:43 UTC MAIN commitmail json YAML

2016-11-28 06:51:23 UTC MAIN commitmail json YAML

NOT_PAX_MPROTECT_SAFE. PKGREVISION -> 8

(dholland)

2016-11-28 04:56:37 UTC MAIN commitmail json YAML

add nbcompat.h include to get uint32_t
fixes build on darwin

(dbj)

2016-11-27 22:59:23 UTC MAIN commitmail json YAML

Updated comms/asterisk14 to 14.2.0

(jnemeth)

2016-11-27 22:56:18 UTC MAIN commitmail json YAML

Fix: error: C++ style comments are not allowed in ISO C90

No functional change.

(kamil)

2016-11-27 22:55:51 UTC MAIN commitmail json YAML

Update to Asterisk 14.2.0: this is mostly a bugfix release with some minor
improvements.

pkgsrc change: adapt to new res_resolver_unbound module.

The Asterisk Development Team has announced the release of Asterisk 14.2.0.

The release of Asterisk 14.2.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Improvements made in this release:
-----------------------------------
* ASTERISK-26558 - app_queue: add variable to know if the call is
      not answered after a queue (Reported by scgm11)
* ASTERISK-26176 - chan_sip: Add AccountCode to AMI PeerEntry
      (Reported by scgm11)
* ASTERISK-26538 - codec_opus: Add sample to
      configs/samples/codecs.conf.sample (Reported by Kevin Harwell)
* ASTERISK-26488 - ARI: Add 'ari show app', 'ari show apps', and
      'ari set debug' CLI commands (Reported by Matt Jordan)
* ASTERISK-26418 - res_rtp_asterisk: Speed up ICE resolution by
      blacklisting host subnets that are not involved in RTP (Reported
      by Michael Walton)

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26608 - Compile and link failures on OpenBSD (Reported
      by snuffy)
* ASTERISK-26520 - codec_opus: Generated fmtp line has no content
      (Reported by scgm11)
* ASTERISK-26605 - codec_opus: Spammed warning when Opus
      negotiated but codec_opus not loaded. (Reported by Richard
      Mudgett)
* ASTERISK-26516 - pjsip: Memory corruption with possible memory
      leak. (Reported by Richard Mudgett)
* ASTERISK-26556 - manager: AMI version report same in Ast 13 &
      14, despite Ast 14 syntax changes (Reported by Michelle Dupuis)
* ASTERISK-26343 - ASTERISK-25951 causes issues for callerid
      manipulation through agi (Reported by Morten Tryfoss)
* ASTERISK-26592 - Latest libedit (3.1) defaults to unicode and
      makes asterisk CLI read garbage (Reported by George Joseph)
* ASTERISK-26565 - chan_unistim on 11, 13, 14 placing call on hold
      temporarily locks up set (Reported by Jason)
* ASTERISK-26575 - testsuite: Need to check PJSIP functionality
      when res_srtp is not loaded. (Reported by Joshua Colp)
* ASTERISK-26571 - res_pjsip: Resolution incorrect when explicit
      IPv6 transport configured (Reported by Joshua Colp)
* ASTERISK-26468 - ari: Bridge events stop working after this
      sequence of ARI calls (Reported by Daniele Pallastrelli)
* ASTERISK-24400 - ooh323 sends wrong hangup code (Reported by
      Dmitry Melekhov)
* ASTERISK-26555 - Multi-party Video: Fix some post Asterisk-11
      regressions (Reported by Matt Jordan)
* ASTERISK-26412 - build:  Prepare for gcc 6.2 (Reported by George
      Joseph)
* ASTERISK-26509 - A few non-critical deprecation warnings when
      building on Ubuntu 16.10 (Reported by Jonathan Harris)
* ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming
      calls after 2 minutes - rtptimeout behaving badly - regression
      (Reported by Michael Keuter)
* ASTERISK-26549 - app_dial: When PickupChan() is used some
      channels may have incorrect device state (Reported by Joshua
      Colp)
* ASTERISK-24274 - [patch]Codec Format Is Not Included in the SDP
      Media Attributes When SLIN48 Codec Is Used (Reported by Frankie
      Chin)
* ASTERISK-26311 - [patch] rtp_engine: Allow more than 32 dynamic
      payload types. (Reported by Alexander Traud)
* ASTERISK-26506 - [patch]res_pjsip_outbound_publish: Crash when
      publishing, in publisher_client_send at
      res_pjsip_outbound_publish.c (Reported by Matt Krokosz)
* ASTERISK-25070 - Fix FTBFS on Hurd (Reported by Gabriele
      Giacone)
* ASTERISK-26476 - chan_sip: Incorrect display option "Outbound
      reg. retry 403" in "sip show settings" (Reported by Sergey
      Grachev)
* ASTERISK-26541 - res_pjsip_sdp_rtp: Restrict number of formats
      to maximum (Reported by Joshua Colp)
* ASTERISK-26537 - AMI: NewConnectedLine event is not documented
      (Reported by Etienne Lessard)
* ASTERISK-26526 - [UBSAN] vector.h: null pointer can be passed as
      argument 2 to memcpy (Reported by Badalian Vyacheslav)
* ASTERISK-26524 - astobj2: data_size variable is wasted space
      when AO2_DEBUG is not enabled. (Reported by Corey Farrell)
* ASTERISK-26344 - Asterisk 13.11.0 + PJSIP crash (Reported by Ian
      Gilmour)
* ASTERISK-26387 - Asterisk segfaults shortly after starting even
      with no active calls.  (Reported by Harley Peters)
* ASTERISK-26513 - tests/channels/pjsip/qualify/auth: Crashing
      enough to be a nuisance (Reported by Joshua Colp)
* ASTERISK-26514 - Super Awesome Company: Don't specify transport
      in pjsip.conf (Reported by Rusty Newton)
* ASTERISK-26510 - pjproject_bundled uses the --strip-components
      option of tar which isn't supported in older versions (Reported
      by George Joseph)
* ASTERISK-22480 - Embedded pjproject: build.mak contains
      hardcoded full path to version.mak (Reported by Matt Jordan)
* ASTERISK-26307 - res_pjsip_caller_id: Crash on outgoing change
      (Reported by Bill Brigden)
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)
* ASTERISK-26423 - res_pjsip_sdp_rtp: Asymmetric RTP codec can
      cause audio loss and wonkiness (Reported by Andreas Wetzel)
* ASTERISK-26309 - [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack)
      installations. (Reported by Alexander Traud)
* ASTERISK-26482 - [patch] chan_pjsip: segfault on already
      disconnected session (Reported by Alexei Gradinari)
* ASTERISK-26421 - Segmentation Fault with ARI originate into
      mixing bridge with 43 clients (Reported by Andrew Nagy)
* ASTERISK-26444 - 'features show' command in CLI does not return
      prompt. (Reported by John Kiniston)
* ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
      File not Module (Reported by Alexander Traud)
* ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
      Tzafrir Cohen)
* ASTERISK-26462 - [patch] app_queue: While using queues with
      realtime, setting back to an empty context doesn't stop the exit
      key usage (Reported by Leandro Dardini)
* ASTERISK-26439 - chan_rtp: Crash when originating (Reported by
      Kayode)
* ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
      detection triggered. (Reported by Alexander Traud)
* ASTERISK-26618 - build: Backport addition of librt check to
      configure.ac (Reported by Kevin Harwell)

New Features made in this release:
-----------------------------------
* ASTERISK-26595 - ARI: Add the ability to control the source of
      video in a multi-party mixing bridge (Reported by Matt Jordan)
* ASTERISK-26492 - ARI: Add ability to specify channel variables
      on websocket events (Reported by Mark Michelson)
* ASTERISK-26470 - ARI: Add an 'asterisk_id' field to outgoing
      events (Reported by Matt Jordan)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.2.0

Thank you for your continued support of Asterisk!

(jnemeth)

2016-11-27 22:17:22 UTC MAIN commitmail json YAML

Add new patch to fix "error: C++ style comments are not allowed in ISO C90"

No functional change in the package.

(kamil)

2016-11-27 21:07:22 UTC MAIN commitmail json YAML

go: match more netbsd/arm, which can be machine arch earm,
and not just evbarm.

PR pkg/51653

Note that this does not resolve the PR, as the build hangs.

(maya)

2016-11-27 16:07:30 UTC MAIN commitmail json YAML

Withdraw contao42-4.2.5nb1.

(taca)

2016-11-27 16:06:32 UTC MAIN commitmail json YAML

Backout previous change.  It is not correct one.

(taca)

2016-11-27 15:45:42 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.29.

(taca)

2016-11-27 15:43:34 UTC MAIN commitmail json YAML

Update typo3_62 to 6.2.29 (TYPO3 6.2.29), includging security fix.

2016-11-22  ac6877b                  [RELEASE] Release of TYPO3 6.2.29 (TYPO3 Release Team)
2016-11-22  5b9a2b4  #78557          [SECURITY] Prevent unnecessary unserialize in SuggestWizard (Nicole Cordes)
2016-11-22  4a98563  #73453          [SECURITY] Disallow invalid encoding in GeneralUtility::validPathStr (Benni Mack)
2016-11-18  a61499f  #78703          [BUGFIX] Use GeneralUtility::getUrl in DocumentationService->fetchDocument (Claus Due)
2016-11-18  354b01b  #78739          [BUGFIX] Update session id in user property (Helmut Hummel)
2016-11-15  ee1ef6a  #76153          [BUGFIX] Catch exceptions while dumping a file (Frans Saris)
2016-11-13  83ab00a  #78238          [BUGFIX] Bind the cHash to the id of the "real" page (Helmut Hummel)
2016-11-10  3980012  #78526          [BUGFIX] Use page uid instead of alias for cHash calculation (Helmut Hummel)
2016-11-07  45e138c  #71340          [TASK] Provide documentation Settings.cfg (Gernot Schulmeister)
2016-11-05  a861b18  #78540          [BUGFIX] Load ext_emconf information in extension installation (Nicole Cordes)

(taca)

2016-11-27 15:41:54 UTC MAIN commitmail json YAML

Note update of www/contao42 package to 4.2.5nb1.

(taca)

2016-11-27 15:41:10 UTC MAIN commitmail json YAML

Fix installation of one config file.

Bump PKGREVISION.

(taca)

2016-11-27 14:56:06 UTC MAIN commitmail json YAML

Note update of textproc/php-mecab package to 0.6.0nb1.

(taca)

2016-11-27 14:55:30 UTC MAIN commitmail json YAML

Solve build problem after enabling use of ${PREFIX}/etc/php.d and incomplete
fix of previous commit.

Bump PKGREVISION due to PLIST change.

(taca)

2016-11-27 14:26:30 UTC MAIN commitmail json YAML

Note update of security/opendnssec to 1.4.12nb1.

(he)

2016-11-27 14:25:41 UTC MAIN commitmail json YAML

Avoid in effect calling xmlCleanupThreads twice, xmlCleanupParser
has already internally called the former, and doing it twice causes
an abort internally in the pthread library in NetBSD 7.0.
Bump PKGREVISION.

(he)

2016-11-27 13:49:14 UTC MAIN commitmail json YAML

Disable the context library (and all libraries requiring it) for alpha, m68k,
and sparc64.

(jdc)

2016-11-27 11:47:17 UTC MAIN commitmail json YAML

Updated pkgtools/cwrappers to 20161125

(joerg)

2016-11-27 11:46:45 UTC MAIN commitmail json YAML

2016-11-27 10:56:23 UTC MAIN commitmail json YAML

regen (for new patch added to protobuf)

(wiz)

2016-11-27 09:52:26 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.3.8, calibre-2.73.0, libopenmpt-0.2.7386beta20.3,
  libuv-1.10.1, links-2.14, notmuch-0.23.2, npth-1.3,
  p5-DateTime-TimeZone-2.09, p5-Image-ExifTool-10.36,
  p5-Test-Simple-1.302067, p5-Text-Unidecode-1.30, pinentry-1.0.0,
  pugixml-1.8, py-cryptography-1.6, py-flake8-3.2.1, py-oauthlib-2.0.1,
  py-setuptools-29.0.1, py-twisted-16.6.0, rspamd-1.4.0, vim-8.0.0104,
  x264-devel-20161126.

(wiz)

2016-11-27 09:49:41 UTC MAIN commitmail json YAML

since ../../devel/gnustep-make/buildlink3.mk sets PKGSRC_COMPILER
it must be included before ../../mk/compiler.mk

(spz)

2016-11-27 09:33:21 UTC MAIN commitmail json YAML

Updated audio/snd to 16.9

(wiz)

2016-11-27 09:33:11 UTC MAIN commitmail json YAML

Updated snd to 16.9.

Snd 16.9:

Anders Vinjar provided tankrev.scm
Tito Latini fixed a bug in clm's tap generator (discovered by AV).

Snd: removed snd13.scm

s7: make-keyword -> string->keyword

checked: FC 25, gtk 3.21.6 3.22.0|1, sbcl 1.3.10
  in gtk 3.22.0, the basic display mechanism changed again(!) so
  (at least today) the window-manager close decoration is messed up,
  and I probably missed other troubles -- please let me know
  as you encounter them.

Thanks!:  Anders Vinjar, IOhannes m zm�lnig, Tito Latini.

(wiz)

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

Reduce context to avoid 8-bit character.

Hopefully fixes PR 51662.

(wiz)

2016-11-27 08:51:55 UTC MAIN commitmail json YAML

2016-11-27 08:51:20 UTC MAIN commitmail json YAML

Updated comms/asterisk13 to 13.13.0

(jnemeth)

2016-11-27 08:48:19 UTC MAIN commitmail json YAML

Update to Asterisk 13.13.0:  this is mainly a bug fix release with some
minor improvements.

The Asterisk Development Team has announced the release of Asterisk 13.13.0.

The release of Asterisk 13.13.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

New Features made in this release:
-----------------------------------
* ASTERISK-26595 - ARI: Add the ability to control the source of
      video in a multi-party mixing bridge (Reported by Matt Jordan)
* ASTERISK-26470 - ARI: Add an 'asterisk_id' field to outgoing
      events (Reported by Matt Jordan)

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26608 - Compile and link failures on OpenBSD (Reported
      by snuffy)
* ASTERISK-26343 - ASTERISK-25951 causes issues for callerid
      manipulation through agi (Reported by Morten Tryfoss)
* ASTERISK-26520 - codec_opus: Generated fmtp line has no content
      (Reported by scgm11)
* ASTERISK-26605 - codec_opus: Spammed warning when Opus
      negotiated but codec_opus not loaded. (Reported by Richard
      Mudgett)
* ASTERISK-26516 - pjsip: Memory corruption with possible memory
      leak. (Reported by Richard Mudgett)
* ASTERISK-26592 - Latest libedit (3.1) defaults to unicode and
      makes asterisk CLI read garbage (Reported by George Joseph)
* ASTERISK-26565 - chan_unistim on 11, 13, 14 placing call on hold
      temporarily locks up set (Reported by Jason)
* ASTERISK-26575 - testsuite: Need to check PJSIP functionality
      when res_srtp is not loaded. (Reported by Joshua Colp)
* ASTERISK-24400 - ooh323 sends wrong hangup code (Reported by
      Dmitry Melekhov)
* ASTERISK-26555 - Multi-party Video: Fix some post Asterisk-11
      regressions (Reported by Matt Jordan)
* ASTERISK-26412 - build:  Prepare for gcc 6.2 (Reported by George
      Joseph)
* ASTERISK-26509 - A few non-critical deprecation warnings when
      building on Ubuntu 16.10 (Reported by Jonathan Harris)
* ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming
      calls after 2 minutes - rtptimeout behaving badly - regression
      (Reported by Michael Keuter)
* ASTERISK-26468 - ari: Bridge events stop working after this
      sequence of ARI calls (Reported by Daniele Pallastrelli)
* ASTERISK-26311 - [patch] rtp_engine: Allow more than 32 dynamic
      payload types. (Reported by Alexander Traud)
* ASTERISK-26549 - app_dial: When PickupChan() is used some
      channels may have incorrect device state (Reported by Joshua
      Colp)
* ASTERISK-26541 - res_pjsip_sdp_rtp: Restrict number of formats
      to maximum (Reported by Joshua Colp)
* ASTERISK-25070 - Fix FTBFS on Hurd (Reported by Gabriele
      Giacone)
* ASTERISK-26476 - chan_sip: Incorrect display option "Outbound
      reg. retry 403" in "sip show settings" (Reported by Sergey
      Grachev)
* ASTERISK-26537 - AMI: NewConnectedLine event is not documented
      (Reported by Etienne Lessard)
* ASTERISK-26526 - [UBSAN] vector.h: null pointer can be passed as
      argument 2 to memcpy (Reported by Badalian Vyacheslav)
* ASTERISK-26524 - astobj2: data_size variable is wasted space
      when AO2_DEBUG is not enabled. (Reported by Corey Farrell)
* ASTERISK-26344 - Asterisk 13.11.0 + PJSIP crash (Reported by Ian
      Gilmour)
* ASTERISK-26387 - Asterisk segfaults shortly after starting even
      with no active calls.  (Reported by Harley Peters)
* ASTERISK-26514 - Super Awesome Company: Don't specify transport
      in pjsip.conf (Reported by Rusty Newton)
* ASTERISK-26513 - tests/channels/pjsip/qualify/auth: Crashing
      enough to be a nuisance (Reported by Joshua Colp)
* ASTERISK-26510 - pjproject_bundled uses the --strip-components
      option of tar which isn't supported in older versions (Reported
      by George Joseph)
* ASTERISK-22480 - Embedded pjproject: build.mak contains
      hardcoded full path to version.mak (Reported by Matt Jordan)
* ASTERISK-26307 - res_pjsip_caller_id: Crash on outgoing change
      (Reported by Bill Brigden)
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)
* ASTERISK-26423 - res_pjsip_sdp_rtp: Asymmetric RTP codec can
      cause audio loss and wonkiness (Reported by Andreas Wetzel)
* ASTERISK-26309 - [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack)
      installations. (Reported by Alexander Traud)
* ASTERISK-26421 - Segmentation Fault with ARI originate into
      mixing bridge with 43 clients (Reported by Andrew Nagy)
* ASTERISK-26444 - 'features show' command in CLI does not return
      prompt. (Reported by John Kiniston)
* ASTERISK-26482 - [patch] chan_pjsip: segfault on already
      disconnected session (Reported by Alexei Gradinari)
* ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
      File not Module (Reported by Alexander Traud)
* ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
      Tzafrir Cohen)
* ASTERISK-26439 - chan_rtp: Crash when originating (Reported by
      Kayode)
* ASTERISK-26462 - [patch] app_queue: While using queues with
      realtime, setting back to an empty context doesn't stop the exit
      key usage (Reported by Leandro Dardini)
* ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
      detection triggered. (Reported by Alexander Traud)
* ASTERISK-26618 - build: Backport addition of librt check to
      configure.ac (Reported by Kevin Harwell)

Improvements made in this release:
-----------------------------------
* ASTERISK-25063 - [patch]add X.509 subject alternative name
      support to Asterisk TLS support (Reported by Maciej Szmigiero)
* ASTERISK-26558 - app_queue: add variable to know if the call is
      not answered after a queue (Reported by scgm11)
* ASTERISK-26176 - chan_sip: Add AccountCode to AMI PeerEntry
      (Reported by scgm11)
* ASTERISK-26538 - codec_opus: Add sample to
      configs/samples/codecs.conf.sample (Reported by Kevin Harwell)
* ASTERISK-26488 - ARI: Add 'ari show app', 'ari show apps', and
      'ari set debug' CLI commands (Reported by Matt Jordan)
* ASTERISK-26418 - res_rtp_asterisk: Speed up ICE resolution by
      blacklisting host subnets that are not involved in RTP (Reported
      by Michael Walton)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.13.0

Thank you for your continued support of Asterisk!

(jnemeth)

2016-11-27 04:45:42 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.25.0

(jnemeth)

2016-11-27 04:42:26 UTC MAIN commitmail json YAML

Update to Asterisk 11.25.0:  this is a bug fix release.

The Asterisk Development Team has announced the release of Asterisk 11.25.0.

The release of Asterisk 11.25.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)
* ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
      File not Module (Reported by Alexander Traud)
* ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
      Tzafrir Cohen)
* ASTERISK-26462 - [patch] app_queue: While using queues with
      realtime, setting back to an empty context doesn't stop the exit
      key usage (Reported by Leandro Dardini)
* ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
      detection triggered. (Reported by Alexander Traud)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.25.0

Thank you for your continued support of Asterisk!

(jnemeth)

2016-11-27 00:13:19 UTC MAIN commitmail json YAML

Updated print/pmw to 4.29

(prlw1)

2016-11-27 00:12:57 UTC MAIN commitmail json YAML

Update pmw to 4.29

Version 4.29 26-June-2016
-------------------------

1. Added -norc to the scripts for running tests to ensure that the user's
  .pmwrc file, if it exists, is ignored.

2. Running with a lot more compiler warnings turned on threw up a number of
  infelicities in the code. Refactoring has got rid of the compiler warnings.

3. Compiling with clang threw up a few that gcc missed; it also found a genuine
  bug, a misplaced ) in an expression. By pure fluke there appeared to be no
  way of provoking misbehaviour, because what was being checked was re-checked
  (correctly) later.

4. Allow ! as a modifier to notes as well as rests.

(prlw1)

2016-11-27 00:03:40 UTC MAIN commitmail json YAML

Updated misc/yelp3 to 3.22.0

(prlw1)

2016-11-27 00:03:17 UTC MAIN commitmail json YAML

Update yelp3 to 3.22.0

* Add 'help' to list of desktop file keywords, #764322 (David King)
* Build system improvements (Michael Catanzaro, Sam Spilsbury, Emmanuele
  Bassi)
* Updated translations

Full list of changes at:

  https://git.gnome.org/browse/yelp/tree/NEWS

(3.22.0 not properly tagged)

(prlw1)

2016-11-26 18:34:47 UTC MAIN commitmail json YAML

devel/gprbuild-aux: change buildlink default full=>build

Normally gprbuild is only used for building, with a notable exception
of the broken devel/gps.

(marino)

2016-11-26 18:23:25 UTC MAIN commitmail json YAML

lang/gcc5-aux: adjust buildlink

This compiler is mainly used for Ada which normally does not require
gcc5-aux to be installed.  Set it as a build dependency by default.
While here, remove obsolete NLS option check.

(marino)

2016-11-26 18:20:58 UTC MAIN commitmail json YAML

x11/gtkada: Fix depends

1. sphinx is a build depends, not full depends
2. explicitly list gcc5-aux as full depends (buildlink will soon default
  to build depends)
3. Fix rpath after recent ada compiler switch

(marino)

2016-11-26 16:12:18 UTC MAIN commitmail json YAML

lang/gcc5-aux: fix allstages logic and set gcc-aux paths => gcc5-aux

The disable bootstrap logic was reversed, and there were several
references to gcc-aux that needed to change to gcc5-aux.

(marino)

2016-11-26 14:16:30 UTC MAIN commitmail json YAML

Updated multimedia/streamlink to 0.1.0

(maya)

2016-11-26 14:15:58 UTC MAIN commitmail json YAML

streamlink: update to 0.1.0

A major update to Streamlink.

With this release, we include a Windows binary as well as numerous plugin changes and fixes.

The main features are:

    Windows binary (and generation!) thanks to the fabulous work by @beardypig
    Multiple plugin fixes
    Remove unneeded run-as-root (no more warning you when you run as root, we trust that you know what you're doing)
    Fix stream quality naming issue

Beardypig <beardypig@users.noreply.github.com> (13):
      fix stream quality naming issue with py2 vs. py3, fixing #89 (#96)
      updated connectcast plugin to support the new rtmp streams; fixes #93 (#95)
      Fix for erroneous escape coding the livecoding plugin. Fixes #106 (#121)
      TVPlayer.com: fix for 400 error, correctly set the platform parameter (#123)
      Added a method to automatically determine the encoding when parsing JSON, if no encoding is provided. (#122)
      when retry-streams and twitch-disable-hosting arguments are used the stream is retried until a non-hosted stream is found (#125)
      plugins.goodgame: Update for API change (#130)
      plugins.adultswim: added a new adultswim.com plugin (#139)
      plugins.goodgame: restored DDOS protection cookie support (#136)
      plugins.younow: update API url (#135)
      plugins.euronew: update to support the new site (#141)
      plugins.webtv: added a new plugin to support web.tv (#144)
      plugins.connectcast: fix regex issue with python 3 (#152)

Brainzyy <Brainzyy@users.noreply.github.com> (1):
      Add piczel.tv plugin (courtesy of @intact) (#114)

Charlie Drage <charlie@charliedrage.com> (1):
      Update release scripts

Erk- <Erk-@users.noreply.github.com> (1):
      Changed the twitch plugin to use https instead of http as discussed in #103 (#104)

Forrest <gravyboat@users.noreply.github.com> (2):
      Modify the changelog link (#107)
      Update cli to note a few windows issues (#108)

Simon Bernier St-Pierre <sbernierstpierre@gmail.com> (1):
      change icon

Simon Bernier St-Pierre <sbstp@users.noreply.github.com> (1):
      finish the installer (#98)

Stefan <stefan-github@yrden.de> (1):
      Debian packaging base (#80)

Stefan <stefanhani@gmail.com> (1):
      remove run-as-root option, reworded warning #85 (#109)

Weslly <weslly.honorato@gmail.com> (1):
      Fixed afreecatv.com url matching (#90)

bastimeyer <mail@bastimeyer.de> (2):
      Improve NSIS installer script
      Remove shortcut from previous releases on Windows

beardypig <beardypig@users.noreply.github.com> (8):
      plugins.cybergame: update to support changes to the live streams on the cybergame.tv website
      Use pycryptodome inplace of pyCrypto
      Automated build of the Windows NSIS installer
      support for relative paths for rtmpdump
      makeinstaller: install the streamlinkrc file in to the users %APPDATA% directory
      remove references to livestreamer in the win32 config template
      stream.rtmpdump: fixed the rtmpdump path issue, introduced in 6bf7fd7
      pin requests to <2.12.0 to avoid the strict IDNA2008 validation

ethanhlc <ethanhlc@users.noreply.github.com> (1):
      fixed instance of livestreamer (#99)

intact <intact.devel@gmail.com> (1):
      plugins.livestream: Support old player urls

mmetak <mmetak@users.noreply.github.com> (2):
      fix vaughnlive.tv info_url (#88)
      fix vaughnlive.tv info_url (yet again...) (#143)

skulblakka <pascal.romahn@mailbox.org> (1):
      Overworked Plugin for ZDF Mediathek (#154)

sqrt2 <sqrt2@users.noreply.github.com> (1):
      Fix ORF TVthek plugin (#113)

tam1m <tam1m@users.noreply.github.com> (1):
      Fix zdf_mediathek TypeError (#156)

(maya)

2016-11-26 12:52:24 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.20.5

(prlw1)

2016-11-26 12:52:02 UTC MAIN commitmail json YAML

Update eog to 3.20.5

Version 3.20.5
--------------

* Some smaller code improvements

Bug fixes:

#772162, When deleting ALL images, the last one stays in preview (F. Riemann)

New and updated translations:

- David King [en_GB]
- Daniel Mustieles [es]
- gogo [hr]
- Hannie Dumoleyn [nl]
- Piotr Dr�g [pl]
- Matej Urban�i� [sl]

(prlw1)

2016-11-26 12:44:42 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.22.1

(prlw1)

2016-11-26 12:44:05 UTC MAIN commitmail json YAML

Update evince3 to 3.22.1

Highlights:
* Fix several memory leaks (#770070 and #770069, Eric R. Schulz)
* Fix scaling calculation in PostScript backend (#755776, Jason Crain)
* Fix a crash when processing button events in EvView (#769700, Marek Kasik)
* Fix a crash when opening a copy of a document with annotation
  popup windows (#760299, Jose Aliste)
* Improve annotation properties dialog UI (#767895, Trinh Anh Ngoc)
* Fix build with GCC 6 (Michael Catanzaro)

Full list of changes at:

  https://git.gnome.org/browse/evince/tree/NEWS?h=3.22.1

(prlw1)

2016-11-26 10:27:17 UTC MAIN commitmail json YAML

Updated games/hitori to 3.22.0

(prlw1)

2016-11-26 10:26:54 UTC MAIN commitmail json YAML

Update hitori to 3.22.0

3.22.0:
* Various AppData fixes
* Translations:
** fa (Arash Mousavi)
** fur (Fabio Tomat)
** oc (C馘ric Valmary)
** pl (Piotr Drg)
** pt (S駻gio Cardeira)
** sv (Anders Jonsson)

(prlw1)

2016-11-26 10:23:03 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.22.0

(prlw1)

2016-11-26 10:21:47 UTC MAIN commitmail json YAML

Update gedit3 to 3.22.0

- Misc bugfixes
- Translation updates

(prlw1)

2016-11-26 10:03:19 UTC MAIN commitmail json YAML

Updated net/sayaka to 3.3.0

(tsutsui)

2016-11-26 10:02:27 UTC MAIN commitmail json YAML

Update sayaka to 3.3.0.

Upstream changes:

* 3.3.0 (2016/11/25)
* switch to using mbedTLS rather than libcurl
* implement --full-url and --progress options
* remove --sixel-cmd option
* remove support of PHP version
* add support characters that cannot be converted to EUC-JP/JIS
* improve image quality and speed etc.

(tsutsui)

2016-11-26 07:21:18 UTC MAIN commitmail json YAML

2016-11-26 06:38:06 UTC MAIN commitmail json YAML

Use paxctl +a like in emacs21 to make the build work on -current. It seems
that if you dump with a non-ASLR temacs you get a working emacs binary, and
if you don't you don't, although I don't really see why -- perhaps it's
something broken in crtstuff. Closes PR 51654.

Note that pre-ASLR emacs20 binaries not dumped by an ASLR temacs also
blow up in the same way, which doesn't make much sense either, but
undoubtedly it's all connected.

It's not particularly good that we apparently don't have backwards
compatibility for old Emacs binaries because of this, but for the time
being I'm more worried about it working at all.

PKGREVISION++ again, to 22.

(dholland)

2016-11-26 04:22:40 UTC MAIN commitmail json YAML

Pull in the fixes I just made to emacs20:
  (1) set ELFSIZE correctly; don't know how this ever worked
  (2) add workaround for gcc compiling calloc into an infinite loop calling
      itself.

(dholland)

2016-11-26 03:50:17 UTC MAIN commitmail json YAML

Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked)
and (2) work around the problem where gcc 5.x compiles calloc into a call
to itself. PKGREVISION -> 21.

(dholland)

2016-11-26 03:37:25 UTC MAIN commitmail json YAML

devel/gprbuild-aux: Commit forgotten file

User-error on CVS, the file didn't get successfully added the first time.
While here, correct the localbase on the xml data file.

(marino)

2016-11-25 22:46:40 UTC MAIN commitmail json YAML

PR pkg/50275: Explicitly disable the locking type here. If shlock is not
a platform tool, it will introduce cyclic dependencies otherwise, e.g.
via sysutils/checkperms.

(joerg)

2016-11-25 20:36:50 UTC MAIN commitmail json YAML

Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-aux

This large commit accomplishes the following:

1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead
  of lang/gcc-aux (gcc 4.9.2) on gcc.mk
2) Bump affected ports and fix paths as necessary
3) Upgrade devel/gprbuild to the latest release
  - No longer requires lang/gnat_util
  - gprslave requires gcc6-aux, so it was disabled for now
4) Fix lang/gnat_util but set PKG_SKIP_REASON
  - It has no further purpose in the pkgsrc tree
  - It has no practical purpose outside of the pkgsrc tree
  - Indicate intent to remove from tree in Jan. 2017
5) Set devel/GPS as failed with PKG_FAIL_REASON
  - This version of GPS is several years old and at the time they were
    strongly tied to compiler.
  - Latest release of GPS require gcc6-aux (not available) and several
    new and complex dependencies
  - maintainer (me) has no interest to continue supporting it
  - Leaving GPS in place until Jan 2017 to give another person chance to
    upgrade and take over support
  - Latest version in FreeBSD Ports Collection as a reference point

(marino)

2016-11-25 18:02:04 UTC MAIN commitmail json YAML

Updated math/gnome-calculator to 3.22.2

(prlw1)

2016-11-25 18:01:44 UTC MAIN commitmail json YAML

Update gnome-calculator to 3.22.2

Overview of changes in gnome-calculator 3.22.2
    * Fixed conversion unit switch (Robert Roth)
    * Fixed first expression with parentheses (Robert Roth)
    * Fixed possible errors on currency conversion (Robert Roth)
    * Ctrl+Backspace should only delete last number (Robert Roth)
    * Fixed reusing results from the history stack (Antonio Ospite)

Overview of changes in gnome-calculator 3.22.1
    * Headerbar layout fixes (djb)
    * Use dim labels for bit markers in Programming mode (djb)
    * Fixed history scrolling (Robert Roth)
    * Minor programming errors fixed (Tobias Mueller)
    * Vertically center headerbar button content (Lapo Calamandrei)
    * Updated styles for gtk+ 3.20 (Exalm)
    * [l10n] update Croatian translations (gogo)

Overview of changes in gnome-calculator 3.22.0
    * Fix base change for log, fixes #748729 (Robert Roth)
    * Math buttons: fix a (potential) crash loading financial dialogs (Tobias Mueller)
    * Updated Dutch translation master (Nathan Follens)
    * [l10n] update Persian translations (Arash Mousavi)

Overview of changes in gnome-calculator 3.21.92
    * Updated Thai translation (Akom Chotiphantawanon)
    * Updated Polish translation (Piotr Dr��g)
    * Update British English translation (David King)
    * Disable pt translation of the manual (Emmanuele Bassi)
    * Updated Portuguese translation (Tiago Santos)
    * fix the build (Matthias Clasen)
    * Added Portuguese translation (Tiago Santos)
    * Updated Polish translation (Piotr Dr��g)

(prlw1)

2016-11-25 17:52:23 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.22.0

(prlw1)

2016-11-25 17:52:04 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.22.0

Highlights:
* Improvements to the syntax highlighting of: CSS and Rust
* GtkSourceRegion: add functions to add/subtract/intersect two GtkSourceRegions
* Export SourceRegion in the public API
* Build fixes on ARM
* Translation updates

Full list of changes available at:

  https://git.gnome.org/browse/gtksourceview/tree/NEWS?h=3.22.0

(prlw1)

2016-11-25 17:32:37 UTC MAIN commitmail json YAML

Updated devel/pangomm to 2.40.1

(prlw1)

2016-11-25 17:32:14 UTC MAIN commitmail json YAML

Update pangomm to 2.40.1

2.40.1 (stable):

* C++11: Make all operator bool()s explicit.
  (Murray Cumming)
* Build: Fix silent builds.
  (Kjell Ahlstedt) Bug #768797

(prlw1)

2016-11-25 17:19:04 UTC MAIN commitmail json YAML

Updated x11/gtkmm3 to 3.22.0

(prlw1)

2016-11-25 17:18:31 UTC MAIN commitmail json YAML

Update gtkmm3 to 3.22.0

Highlights:

* FileChooser: Added add_choice(), remove_choice(), set_choice(), get_choice().
* Menu: Add popup_at_rect(), popup_at_widget(), popup_at_pointer(),
  signal_popped_up(), and the anchor_hints, rect_anchor_dx, rect_anchor_dy,
  and menu_type_hint properties.
* Popover: Add popup() and popupdown(),
* RadioMenuItem, RadioToolButton: Add join_group().
* ScrolledWindow:
  - Added get/set_max_content_height/width() and properties.
  - Added get/set_propagate_natural_height/width() and the properties.
* Add the ShortcutLabel widget.
* TreeNodeChildren: Deprecate the reverse iterator.
* Pixbuf: Added set_option(), remove_option(), and copy_options().
* PixbufFormat: Added is_save_option_supported().
* GLContext: Add set/get_use_es()
* Add Monitor.

Full list of changes at:

  https://git.gnome.org/browse/gtkmm/tree/NEWS?h=3.22.0

(prlw1)

2016-11-25 17:12:09 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.50.0

(prlw1)

2016-11-25 17:11:50 UTC MAIN commitmail json YAML

Update glibmm to 2.50.0

Highlight:
Gio:
* Added ListModel, ListStoreBase and ListStore<>, and tests.
  (Kjell Ahlstedt, Murray Cumming, Marcin Kolny)
  Bug #755307

Full list of changes at:

  https://git.gnome.org/browse/glibmm/tree/NEWS?h=2.50.0

(prlw1)

2016-11-25 16:05:23 UTC MAIN commitmail json YAML

doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump the
minimum version needed for it).

(leot)

2016-11-25 16:05:07 UTC MAIN commitmail json YAML

Fix building on newer macOS

(adam)

2016-11-25 15:50:13 UTC MAIN commitmail json YAML

2016-11-25 15:40:10 UTC MAIN commitmail json YAML

Updated devel/libsigc++ to 2.10.0

(prlw1)

2016-11-25 15:39:51 UTC MAIN commitmail json YAML

Update libsigc++ to 2.10.0

Given "Some more minor uses of C++11 syntax." below, up GCC requirement
to 4.8 and add -std=c++11 to be consistent with e.g., glibmm.

2.10.0 (stable):

* Build: Fix silent builds.
  (Kjell Ahlstedt) Bug #768797

2.9.3 (unstable):

* signal:
  Deprecate slots().
  Please tell us if you really need this.
  (Murray Cumming)
  Deprecate emit_reverse().
  Please tell us if you really need this.
  (Murray Cumming)
* Benchmark: Update it and use boost::timer, and actually build it,
  but not built by default.
  (Murray Cumming)

Build:
* Fix the build on MSVC++ 2013 and 2015.
  (Chun-wei Fan) Bug #767777

2.9.2 (unstable):

* Minor documentation improvements.
  (Murray Cumming)
* Some more minor uses of C++11 syntax.
  (Murray Cumming)

2.9.1 (unstable):

* slot: Allow sigc::slot<R(Args...)> syntax, like std::function,
  deprecating the sigc::slot<R, Args...> syntax.
  (Murray Cumming, Kjell Ahlstedt) Bug #763393
* signal: Allow sigc::signal<R(Args...)> syntax, like std::function,
  deprecating the sigc::signal<R, Args...> syntax.
  (Murray Cumming, Kjell Ahlstedt) Bug #763393

(prlw1)

2016-11-25 13:36:37 UTC MAIN commitmail json YAML

If the curses include directory doesn't contain form.h, but the ncurses
subdirectory does, explicitly include the latter in the search path.
This helps with the header moves in OpenSuSE.

(joerg)

2016-11-25 13:35:33 UTC MAIN commitmail json YAML

Don't try to adjust BUILDLINK_INCDIRS.curses by a non existing prefix.

(joerg)

2016-11-25 13:14:48 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.22.4

(prlw1)

2016-11-25 13:14:03 UTC MAIN commitmail json YAML

Update gtk3 to 3.22.4

Some highlights:

* Deprecations have been added for APIs that will be removed in GTK+ 4
* GtkHeaderBar supports expanding children
* GtkApplication supports registering with the Xfce session manager
* Keep firefox working after the introduction of GdkDrawingContext
* New APIs:
- gtk_show_uri_on_window
- gtk_file_filter_to/from_gvariant
- gtk_file_chooser_add/remove/set/get_choice
- gtk_print_settings_to/from_gvariant
- gtk_paper_size_to/from_gvariant
- gtk_page_setup_to/from_gvariant
* GDK has a new GdkMonitor api that offers richer information about
  connected outputs
* GdkSeat and GdkDevice gained API for device tools, to support drawing tablets
* 773180 Don't second-guess whether our GDK GL context is GLES
* 743746 Add GLES 2.0 (and/or 3.0) profile
* Translation updates

Full list of changes available at:

  https://git.gnome.org/browse/gtk+/tree/NEWS?h=3.22.4

(prlw1)

2016-11-25 13:05:35 UTC MAIN commitmail json YAML

Updated devel/py-gobject3 to 3.22.0

(prlw1)

2016-11-25 13:05:12 UTC MAIN commitmail json YAML

Upate py-gobject3 to 3.22.0

3.22.0  19-Sep-2016
- configure.ac: pre-release version bump to 3.22.0 (Christoph Reiter)

3.21.92 11-Sep-2016
- Handle nullable filename parameters (Christoph Reiter) (#770821)
- Fix list/hashtable enum <-> hash conversion on 64-bit big endian
  (Aurelien Jarno) (#770608)
- Allow passing sockets to io_add_watch on win32 (Lukas K) (#766396)
- tests: use dbus-run-session instead of dbus-launch to run tests
  (Michael Biebl) (#770798)
- configure.ac: post-release version bump to 3.21.92 (Christoph Reiter)

3.21.91 25-Aug-2016
- Allow installing with pip (Mathieu Bridon) (#767988)
- Skip a test with older glib (Christoph Reiter) (#740301)
- Fix a test with Python 3.1/3.2 (Arfrever Frehtes Taifersar Arahesis,
  Christoph Reiter) (#740324)
- tests: Use places kwarg for assertAlmostEqual
  (Arfrever Frehtes Taifersar Arahesis, Christoph Reiter) (#740337)
- Print exception if marshalling a signal argument fails
  (Christoph Reiter) (#748198)
- overrides: allow treemodel sequence shorthands (Marinus Schraal) (#766580)
- Remove pygobject-external.h (Christoph Reiter) (#767084)
- Remove pygobject-private.h and rename pygobject.c to pygobject-object.c
  (Christoph Reiter) (#767084)
- Merge pyglib-private.h into pyglib.h (Christoph Reiter) (#767084)
- Remove pygi.h and pygi-private.h (Christoph Reiter) (#767084)
- configure.ac: post-release version bump to 3.21.1 (Simon Feltman)

3.21.0  24-Apr-2016
- gi: Add require_versions() function (Dustin Falgout) (#761141)
- test_gerror_novalue: Don't assign the error to a variable
  (Iain Lane) (#764165)
- build: Do not enable code coverage based on lcov
  (Emmanuele Bassi) (#764075)

(prlw1)

2016-11-25 13:00:32 UTC MAIN commitmail json YAML

Updated devel/gobject-introspection to 1.50.0

(prlw1)

2016-11-25 13:00:13 UTC MAIN commitmail json YAML

Update gobject-introspection to 1.50

- grew a g-ir-inspect tool to inspect GI typelibs
- no longer uses g_autoptr
- many other updates

(prlw1)

2016-11-25 12:52:00 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.22.0

(prlw1)

2016-11-25 12:51:41 UTC MAIN commitmail json YAML

Update at-spi2-atk to 2.22.0

* Remove some inadverrtently-committed debugging code.
* atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574).
* emit_event: Fix out-of-bounds memory access if class is NULL.

(prlw1)

2016-11-25 12:49:23 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.22.0

(prlw1)

2016-11-25 12:49:00 UTC MAIN commitmail json YAML

Update at-spi2-core to 2.22.0

- depened on libXi

* at-spi-bus-launcher: fix uninitialized variable.
* Fix return value error in session_manager_connect (bgo#768881).
* Fixed a crash in atspi_accessible_clear_cache.
* Fixed a crash caused by at-spi2-registryd dying.
* Fixed some session management issues in at-spi-bus-launcher.
* Allow building without Xtst, Xi with --disable-x11
* ref_accessible_desktop: don't unref reply until we're finished with it
* Updated translations.
* Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220).
* Build clean-ups.

(prlw1)

2016-11-25 12:42:47 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.50.2

(prlw1)

2016-11-25 12:42:21 UTC MAIN commitmail json YAML

Update glib2 to 2.50.2

- grew a "gio" tool for the equivalent of ls, mv, mount, which also
  builds on Windows. "gio tree" is quite nice.
- updated to Unicode 9.0.0.
- added structured logging.

Full list of changes available at:
https://git.gnome.org/browse/glib/tree/NEWS?h=2.50.2

(prlw1)

2016-11-25 12:42:17 UTC MAIN commitmail json YAML

Add gio-fam to category gnome.

(prlw1)

2016-11-25 01:05:47 UTC MAIN commitmail json YAML

devel: gnatpython, gprbuild-aux: remove bad MASTER_SITES entry

(marino)

2016-11-24 23:35:19 UTC MAIN commitmail json YAML

devel/readline: On DragonFly, uses ncurses instead of termcap

There is no termcap library available in any form on DragonFly.
Discussed with wiz@.

(marino)

2016-11-24 22:53:13 UTC MAIN commitmail json YAML

devel/florist: Fix style issues on generated specification file

This allows build with gcc5-aux compiler.

(marino)

2016-11-24 19:26:59 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.2.0

(fhajny)

2016-11-24 19:26:48 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.2.0.

- crypto: The Decipher methods setAuthTag() and setAAD now return this.
- dns: Implemented {ttl: true} for resolve4() and resolve6().
- libuv: Upgrade to v1.10.1
- Fixed a potential buffer overflow when writing data to console on
  Windows 10.
- process: Added a new external property to the data returned by
  memoryUsage().
- tls: Fixed a memory leak when writes were queued on TLS connection that
  was destroyed during handshake.
- V8 (dep): Upgrade to v5.4.500.43
- v8: The data returned by getHeapStatistics() now includes three new
  fields: malloced_memory, peak_malloced_memory, and does_zap_garbage.

(fhajny)

2016-11-24 15:47:05 UTC MAIN commitmail json YAML

2016-11-24 15:45:06 UTC MAIN commitmail json YAML

2016-11-24 15:43:38 UTC MAIN commitmail json YAML

lang/gcc5-aux: add "allstages" option and explicitly enable shared

The compiler failed to build on DragonFly and I think it was because
--enable-shared wasn't explicitly set.  Previously this was the default
but maybe it's not anymore.  While here I added a new (non-default)
option to build via a long 3 stages instead of a quick single stage.

(marino)

2016-11-24 14:11:31 UTC MAIN commitmail json YAML

2016-11-24 13:43:36 UTC MAIN commitmail json YAML

2016-11-24 13:34:35 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.8.12

(mef)

2016-11-24 13:34:18 UTC MAIN commitmail json YAML

Update devel/doxygen 1.8.11 to 1.8.12
-------------------------------------
Release 1.8.12 (release date 05-09-2016)

  * Bug 306025 - Fix missing title in non-page docanchors from tag files
  * Bug 504305 - FILTER_PATTERNS won't take command with arguments
  * Bug 675165 - Uses <img> instead of <object> html tag for SVG images
  * Bug 700381 - error state 21 with fortran code (fixed format)
  * Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF
    output
  * Bug 722654 - Inherited member of template class issues warning and is not
    documented
  * Bug 742452 - Fortran: attributes after a blank line are ignored / Bug
    625602 - FORTRAN: comment in subroutine argument list
  * Bug 749924 - Doxygen handles comments in Objective-C code blocks
    incorrectly.
  * Bug 750930 - Representation of arrows
  * Bug 751416 - Markdown: > escaped within backticks
  * Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from
    SOURCE_DATE_EPOCH
  * Bug 752712 - last entry missing in a @name group of typedefs
  * Bug 753608 - Link of typedef within namespace on group pages missing
  * Bug 757509 - __init__.py causes to ignore some inheritance
  * Bug 760086 - Figure title needs to be on separate line in order for it to
    work
  * Bug 760836 - Phantom variables/functions in XML, created from non-code
    files
  * Bug 760970 - CASE_SENSE_NAMES ignored
  * Bug 761007 - Spaces between the closing bracket of the typename and the
    opening bracket of the parameter list cause detection issues.
  * Bug 761139 - python unicode docstrings are ignored  ,
  * Bug 761471 - Do not allow ligatures in log output
  * Bug 762670 - References for one function can inherit References from
    subsequent non documented function
  * Bug 762934 - External search does not properly escape user supplied data,
    resulting in vulnerability
  * Bug 762982 - regression, Unescaped percent sign in doxygen output
  * Bug 763104 - hyperref link label drop underscores
  * Bug 763105 - Directory list is not generated in HTML output
  * Bug 763471 - imported section anchors are copied in project tagfile
  * Bug 763720 - Exclusion of a new line at the end of source code file causing
    nesting of HTML code for function documentation  ,
  * Bug 764359 - Recent File list allows only 2 entries  ,
  * Bug 764515 - doxygen crashes no resolved
  * Bug 764656 - generated xml has errors
  * Bug 764711 - quick link index in alphabetical class list in classes.html
    doesn't work
  * Bug 765001 - Bad character escaping scheme in HTML anchor generation.
  * Bug 765002 - `@addindex`entries fail to link to the exact location in
    Compiled HTML Help.
  * Bug 765070 - Java: final keyword on a parameter brakes docs inherinance
  * Bug 765692 - Using `@page` to add title to Markdown file generates surplus
    empty page.
  * Bug 766059 - DOT_PATH not expanded
  * Bug 766069 - Files with incorrect extensions (.doc) are picked up by
    doxygen
  * Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER
    = YES)
  * Bug 766698 - VHDL: missing last sign in html documentation of constant
    declaration
  * Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output

  * Bug 766809 - Enumerations heading present but none listed
  * Bug 767171 - ALIASES stop working after verbatim with formula and /** */
  * Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum
    class contained in a class
  * Bug 768954 - Segmentation fault when processing md containing only header
  * Bug 769018 - Invalid XHTML if the directives brief and exception are
    following immediately
  * Bug 769028 - Can't scroll using finger documentation in Chrome browser on
    Android OS
  * Bug 769736 - doxygen generates incorrect documentation for C enum in latex

  * Bug 770660 - Code snippet always shows line numbers from 1
  * Bug 770747 - Broken links in HTML output with SHOW_FILES=NO
  * Add caption in verbatim blocks.
  * Add parameter in/out specifiers to output.
  * Add section title to output.
  * Added .codedocs file
  * Added an option to add "anonymous" headings to the table of contents
    (currently Markdown only).
  * Added generating template files and reading templates from disk if present

  * Added missing free
  * Added support for encoding tag to the template engine used for HTML help
    indices
  * Adding compilation options for flex/lex and bison/yacc
  * Adding partial htmlhelp support to template system
  * Adjusted Doxygen to doxygen in running text in the manual
  * Allow verbatim code block to be placed on the output.
  * Also map .f95, .f03 and .f08 file types to Fortran
  * Another possible fix
  * Applied responsive design to menu bar using smartmenus
  * Assertion failure generation documentation
  * Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin
    Kreis)
  * Building doxyapp fails after update of config methodology to improve
    performance
  * Bump version for GIT repo
  * CMAKE: Fix building on Windows with VS 2015
  * Changed configuration mechanism to directly access options in order to
    improve performance
  * Code with "extension" unparsed shows line numbers
  * Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code
  * Color code word RESULT as keyword in FORTRAN code
  * Determination of end of parameter list
  * Disable selecting line number
  * Disabled debug prints
  * Documentation for extensions .f95, .f03 and .f08
  * Doxygen fails to copy logo image to LaTex output dir
  * FORTRAN determination string in preprocessing
  * Feature: Translations for german language (changes since 1.8.4)
  * Fix STRIP_FROM_PATH when running from drive root
  * Fix Windows build instructions.
  * Fix documentation typos
  * Fix for HTML output when using server side search and the the new menu bar

  * Fix for changed references due to different removeRedudantWhiteSpace()
    implementation
  * Fix for empty file name
  * Fix for error in travis.yml
  * Fix issue escaping backslash inside markdown style code span
  * Fix linker flags for building with clang on Windows
  * Fix order of member initilaization
  * Fix return-type warnings with -DNDEBUG
  * Fix search box rendering in HTML when menu bar is disabled
  * Fix uppercase letters B-Z being unnecessarily escaped in index HTML
    anchors.
  * Fixed for index.hhp output when using template engine
  * Fixed issue escaping ndashes (\--) and mdashes (\---)
  * Fixed problem with -w command when no Doxyfile was present and specified
  * Fixed two regressions found during extensive testing
  * Fixed typos.
  * Fixed wrong <p> nesting issue for call/caller graphs
  * Fortran inline source code and crash on Linux
  * Improve output on mobile devices
  * Improved list of files in htmlhelp.hhp
  * Improved sorting performance for directories and files
  * Include command show line number (e.g. LaTeX)
  * Initialization of python variables and type determination
  * Introducing commands includedoc and snippetdoc
  * Latex page numbering
  * Minor build fixes
  * Minor correction for BUILD.txt
  * Minor performance improvement sorting directories
  * Minor update to the installation instructions
  * Missing semicolon in navtree.css
  * Modified (readability) layout for member title in HTML and LaTex
  * Optimized use of convertNameToFile to improve performance
  * PDF generation stops when image with caption is included in a table.
    ,
  * Parse more than 1 size indiction in defaultHandleTitleAndSize
  * Problem jumping to line number in source code due to wrong hypertarget name

  * Python strip code comments
  * Reimplemented node renumbering for dot graph to improve performance
  * Remove unused variables  ,
  * Removed ambiguity in the XML schema definition
  * Revert #291
  * Simplified code of fix for Bug 765001
  * Sorting in latex index and missing \@ in index
  * Split apt-get install commands in travis config in an attempt to reduce
    timeouts
  * Style fixes and added numbering to overloaded members
  * Table of contents breaks when documentation spans multiple comment blocks
    with same @page
  * Unified display of enum values across output formats and languages
  * Unify handling of extra packages in formula.cpp and latexgen.cpp so
    formula.cpp handles package arguments correctly
  * Update LICENSE file to latest from FSF
  * Update copyright year in docs
  * Updated README.md to include code docs
  * Updated stylesheet for the manual to fix layout issue in the navigation
    tree
  * Warnings from CLANG compiler
  * fix ninja build error
  * fixed rtf subsection
  * mangen.h: remove italic in brief member descriptions
  * reimplemented removeRedundantWhiteSpace() to improve performance
  * sqlite3gen: defnname -> defname
  * sqlite3gen: export proper memberdef refid
  * sqlite3gen: insert xrefs using integer refids
  * sqlite3gen: stripFromPath on all calls to insertFile
  * sqlite3gen: stripWhitespace on bitfield's text
  * sqlite3gen: sync with xmlgen
  * sqlite3gen: use the refid stored in the refids table

(mef)

2016-11-24 12:56:33 UTC MAIN commitmail json YAML

2016-11-24 12:52:59 UTC MAIN commitmail json YAML

Updated databases/pgpool2 to 3.6.0

(fhajny)

2016-11-24 12:52:47 UTC MAIN commitmail json YAML

Update databases/pgpool2 to 3.6.0.

3.6.0

Notable new features

- Improve the behavior of fail-over.
- New PGPOOL SET command has been introduced.
- Watchdog is significantly enhanced.
- Handling of extended query protocol (e.g. used by Java applications)
  in streaming replication mode speeds up if many rows are returned
  in a result set.
- Import parser of PostgreSQL 9.6.
- In some cases pg_terminate_backend() now does not trigger a fail-over.
- Change documentation format from raw HTML to SGML.

3.5.4

Bug fixes

- Fix buffer over run problem in "show pool_nodes".
- Fix usage of wait(2) in pgpool main process.
- Save and restore errno in each signal handler.
- Fix handling of pcp_listen_addresses config parameter.
- Fix "kind mismatch" error message in pgpool.
- Replace "MAJOR" macro to prevent occasional failure.
- Fixing a coding mistake in watchdog code.
- doc : Fixing a typo in english doc
- Fix for bun 215 that pgpool doesn't escalate ip in case of another node
  inavailability.
- Fix for bug of inconsistent status of Postgresql nodes in Pgpool instances
  after restart.
- SIGUSR1 signal handler should be installed before watchdog initialization.
- Fix for bug 228 that pgpool doesn't de-escalate IP in case network
  restored.
- Fix hang when portal suspend received.
- test : Add regression test for bug 230.
- Fixing a typo in the log message.
- Fixing the error messages when the socket operation fails.
- Tighten up health check timer expired condition in pool_check_fd().
- doc : Add comment to the document about connection_cache.
- Fix Handling of pcp_socket_dir was missing from pool_get_config().
- doc : Fix Japanese document typo.
- Fix "out of memory" by using "pg_md5 -m".
- Fix for 237 that Pgpool-II fails to start if listen_addresses is empty
  string.

3.5.3

New features

- Allow to access to pgpool while doing health checking

Bug fixes

- Fix is_set_transaction_serializable() when
  SET default_transaction_isolation TO 'serializable'.
- Fix Chinese documetation bug about raw mode
- Fix confusing comments in pgpool.conf
- Fix extended protocol handling in raw mode
- Permit pgpool to support multiple SSL cipher protocols
- If statement timeout is enabled on backend and do_query() sends a
  query to primary node, and all of following user queries are sent to
  standby, it is possible that the next command, for example END, could
  cause a statement timeout error on the primary, and a kind mismatch
  error on pgpool-II is raised.
- Deal with the case when the primary is not node 0 in streaming replication
  mode.
- Fix a posible hang during health checking
- change the Makefile under this directory src/sql/,that is proposed by
- fix for 0000197: pgpool hangs connections to database..
- Fix bug with load balance node id info on shmem
- Fixing coverity scan reported issues.

3.5.2

Bugfixes

- Fix for segfault during trusted_servers check
- Removing the limit on the maximum number of items in the
  black_function_list and white_function_list lists
- Fix check "PCP Directory" in "Parameter Setting" in install
- Fix extended protocol hang with empty query
- Redirect all user queries to primary server
- Change the PID length of pcp_proc_count command result to 6 characters
  long

3.5.1

Bugfixes

- Add some warning messages for wd_authkey hash calculation failure
- test: Fix regression test to check timeout of each test
- test: Allow timeout value to be specified by the command option
- Fix compile issue on FreeBSD
- test: Fix test/regression/clean.sh to remove binary files of
  010.rewrite_timestamp test
- Fix memorry leak reported by Coverity (CID 1350095)
- Fixing pgpool-recovery module compilation issue with PostgreSQL 9.6
- Fix to properly process an empty query that has only comments
- Fix a reset query stuck problem
- Fix a reset query stuck problem
- Fix query stuck problems in streaming replication mode with extended
  protocol queries
- Fix pgpool hung after receiving error state from backend
- Fix bug that child processes exit and are not re-spawned
- Fix typo in configure
- doc: Change description of backend_flag
- doc: Fix installation procedure.
- test: Fix pgpool_setup to not confuse log output
- Fix to validate the PCP packet length

(fhajny)

2016-11-24 12:09:29 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.43

(wiz)

2016-11-24 12:09:14 UTC MAIN commitmail json YAML

2016-11-24 11:35:23 UTC MAIN commitmail json YAML

nginx: don't hard code pkgsrc paths, they're just defaults.

PR pkg/51593: nginx configure error the HTTP rewrite module requires the PCRE library

(maya)

2016-11-24 08:01:15 UTC MAIN commitmail json YAML

Updated www/nghttp2 to 1.16.1

(adam)

2016-11-24 07:59:48 UTC MAIN commitmail json YAML

Changes 1.16.1:

We fixed the bug that nghttp2 HPACK decoder may decode wrong integer because of undefined behaviour.

We fixed the bug in nghttpx that may make nghttpx crash if final response after non-final response from origin server is forwarded to HTTP/1.1 client.

(adam)

2016-11-24 02:23:41 UTC MAIN commitmail json YAML

fix int types on SunOS

(wiedi)