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 (2m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 11:35:46 UTC Now

2016-05-01 08:50:23 UTC MAIN commitmail json YAML

+ afl-2.11b, caff-2.3, calibre-2.56, dialog-1.3.20160424,
  git-base-2.8.2, gzip-1.8, libgpg-error-1.22, meld-3.16.0,
  musicpd-0.19.15, mutt-1.6.1, notmuch-0.22, ocaml-lablgtk-2.18.4,
  php55-5.5.35, php56-5.6.21, php70-7.0.6, py-betamax-0.7.0,
  py-enum34-1.1.4, py-oauthlib-1.1.1, py-setuptools-20.10.1,
  taglib-1.11, thunderbird-enigmail-1.9.2, x264-devel-20160430.

(wiz)

2016-05-01 05:56:50 UTC MAIN commitmail json YAML

Updated mail/opensmtpd to 5.7.3p2

(mef)

2016-05-01 05:56:40 UTC MAIN commitmail json YAML

2016-05-01 05:51:15 UTC MAIN commitmail json YAML

Remove ruby-tzinfo-1.2.2 which had been updated before

(wen)

2016-05-01 05:43:22 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1800

(wen)

2016-05-01 05:41:36 UTC MAIN commitmail json YAML

Update to 2.1800

Upstream changes:
2.1800  2016-04-30

  [OTHER]

  - an increased Data::OptList version has been added to recommended prereqs,
    for greater speed. (Olivier Mengu矇, PR#123)

2.1705  2016-04-21 (TRIAL RELEASE)

  [OTHER]

  - build-time compiler sanity checking is now done with ExtUtils::HasCompiler
    instead of ExtUtils::CBuilder.

2.1704  2016-04-13 (TRIAL RELEASE)

  [BUG FIXES]

  - Fixed method cache regeneration when a class contains a blessed sub
    (RT#113704, Graham Knop, PR#122)

  [TESTS]

  - restore test on perl 5.8.x when Class::C3::XS is not installed (RT#113704)

2.1703  2016-04-12 (TRIAL RELEASE)

  [TESTS]

  - skip dysfunctional test on perl 5.8.x when Class::C3::XS is not installed
    (RT#113704)

2.1702  2016-04-08 (TRIAL RELEASE)

  [DOCUMENTATION]

  - Moose::Meta::Attribute::Native::Trait::Array now documents the return
    value for 'first_index' when there is no match (-1).

  [OTHER]

  - Moose::Exception's message attribute can now be any defined value, so as
    to allow for objects with a stringification overload in place of a string.

2.1701  2016-04-07 (TRIAL RELEASE)

  [OTHER]

  - Fixed the last remaining use of List::MoreUtils (RT#113587)

2.1700  2016-04-06 (TRIAL RELEASE)

  [OTHER]

  - Moose::Exception now has a boolean overload. (Graham Knop, PR#119)

  - All uses of List::MoreUtils have been removed, replaced by inlined forms
    or equivalents in List::Util. (Graham Knop, PR#120)

(wen)

2016-05-01 05:07:16 UTC MAIN commitmail json YAML

Added net/libasr version 1.0.2

(mef)

2016-05-01 05:03:23 UTC MAIN commitmail json YAML

Import libasr-1.0.2 as net/libasr. Based on PR pkg/51106 by ISIHARA Takanori.

libasr is a FREE asynchronous DNS resolver.

libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:

* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX

(mef)

2016-05-01 04:54:17 UTC MAIN commitmail json YAML

Updated mail/cue to 20151214

(mef)

2016-05-01 04:54:02 UTC MAIN commitmail json YAML

Updated to mail/cue-20151214 (from 20140217)
--------------------------------------------
- Based on PR pkg/51107 by ISIHARA Takanori
- Explicit ChangeLog was not found.
- New command added:
    ^x e    force to set encoding
  See ${PREFIX}/share/doc/cue/cue.hlp

(mef)

2016-05-01 04:19:13 UTC MAIN commitmail json YAML

mutt.h defines M_CMD and M_READ that may be defined by stream.h
undefining these in getdomain.c fixes build on at least SunOS.

(richard)

2016-05-01 00:49:46 UTC MAIN commitmail json YAML

Update Subversion to 1.9.4

(ryoon)

2016-05-01 00:48:33 UTC MAIN commitmail json YAML

Update Subversion to 1.9.4

Changelog:
Version 1.9.4
(28 Apr 2016, from /branches/1.9.x)
http://svn.apache.org/repos/asf/subversion/tags/1.9.4

User-visible changes:
  - Client-side bugfixes:
    * diff: support '--summarize --ignore-properties' (part of issue #4567)
    * checkout: fix performance regression on NFS (r1710167)
    * gpg-agent: properly handle passwords with percent characters (issue #4611)
    * svn-graph.pl: fix assertion about a non-canonical path (r1729060 et al)
    * hot-backup.py: better input validation (r1721174, r1721175)
    * commit: abort on Ctrl-C in plaintext password prompt (issue #4624)
    * diff: produce proper forward binary diffs with --git (r1704292, r1704573)
    * ra_serf: fix deleting directories with many files (issue #4557)

  - Server-side bugfixes:
    * improve documentation for AuthzSVNGroupsFile and groups-db (r1730856)
    * fsfs: reduce peak memory usage when listing large directories (r1725180)
    * fsfs: fix a rare source of incomplete dump files and reports (r1717876)

  - Client-side and server-side bugfixes:
    * update INSTALL documentation file (r1703470 et al)
    * fix potential memory access bugs (r1722860 et al)
    * fix potential out of bounds read in svn_repos_get_logs5() (r1738259)

  - Bindings bugfixes:
    * ignore absent nodes in javahl version of svn status -u (r1720643)

Developer-visible changes:
  - General:
    * fix ruby test suite to work with test-unit gem (r1714790)
    * allow building against KDE4 without conflict with KDE5 (r1734926)
    * fix update_tests.py#76 with SVNPathAuthz short_circuit (r1736432)
    * build system tweaks:
    * tweak how symbolic error names in maintainer mode (r1735179)
    * fix inconsistent behavior of inherited property API (r1717874 et al)

  - API changes:
    * properly interpret parameters in svn_wc_get_diff_editor6() (r1728308)

(ryoon)

2016-05-01 00:42:44 UTC MAIN commitmail json YAML

Updated www/apache-tomcat8 to 8.0.33

(ryoon)

2016-05-01 00:42:21 UTC MAIN commitmail json YAML

Update to 8.0.33

Changelog:
Tomcat 8.0.33 (markt)
Catalina

    Fix: Correct a regression in the fix for 58867. When configuring a Context to use an external directory for the docBase, and that directory happens to be located along side the original WAR, use the directory as the docBase rather than expanding the WAR into the appBase and using the newly created expanded directory as the docBase. (markt)
    Add: 58351: Make the server build date and server version number accessible via JMX. Patch provided by Huxing Zhang. (markt)
    Add: 58988: Special characters in the substitutions for the RewriteValve can now be quoted with a backslash. (fschumacher)
    Fix: 58999: Fix class and resource name filtering in WebappClassLoader. It throws a StringIndexOutOfBoundsException if the name is exactly "org" or "javax". (rjung)
    Code: Remove unnecessary code. There is no support for context level cluster. (kfujino)
    Add: Make checking for var and map replacement in RewriteValve a bit stricter and correct detection of colon in var replacement. (fschumacher)
    Fix: Fix the type of InstanceManager attribute of mbean definition of StandardContext. (kfujino)
    Fix: Refactor the web application class loader to reduce the impact of JAR scanning on the memory footprint of the web application. (markt)
    Fix: Fix some resource leaks in the error handling for accessing files from JARs and WARs. (markt)
    Fix: Refactor the JAR and JAR-in-WAR resource handling to reduce the memory footprint of the web application. (markt)
    Fix: 57809: Deprecate the custom context attribute org.apache.tomcat.util.scan.MergedWebXml which will be removed in Tomcat 9. (markt)
    Fix: 59001: Correctly handle the case when Tomcat is installed on a path where one of the segments ends in an exclamation mark. (markt)
    Fix: Expand the fix for 59001 to cover the special sequences used in Tomcat's custom jar:war: URLs. (markt)
    Fix: 59043: Avoid warning while expiring sessions associated with a single sign on if HttpServletRequest.logout() is used. (markt)
    Fix: 59054: Ensure that using the CrawlerSessionManagerValve in a distributed environment does not trigger an error when the Valve registers itself in the session. (markt)
    Fix: Storeconfig handling of alternate cookie processors. (markt/remm)
    Fix: Storeconfig handling for socket properties. (remm)
    Add: Log a warning message if a user tries to configure the default session timeout via the deprecated (and ignored) Manager.setMaxInactiveInterval() method. (markt)
    Fix: Fix incorrect parsing of the NE and NC flags in rewrite rules. (remm)
    Fix: 59065: Correct the timing of the check for colons in paths on non-Windows systems implemented in catalina.sh so it works correctly with Cygwin. Patch provided by Ed Randall. (markt)
    Fix: When a Host is configured with an appBase that does not exist, create the appBase before trying to expand an external WAR file into it. (markt)
    Fix: 59115: When using the Servlet 3.0 file upload, the submitted file name may be provided as a token or a quoted-string. If a quoted-string, unquote the string before returning it to the user. (markt)
    Fix: 59123: Close NamingEnumeration objects used by the JNDIRealm once they are no longer required. (fschumacher/markt)
    Fix: 59138: Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has been loaded by the web application class loader. (markt)
    Fix: 59145: Don't log an invalid warning when a user logs out of a session associated with SSO. (markt)
    Fix: 59151: Fix a regression in the fix for 56917 that added additional (and arguably unnecessary) validation to the provided redirect location. (markt)
    Fix: 59154: Fix a NullPointerException in the JASSMemoryLoginModue resulting from the introduction of the CredentialHandler to Realms. (schultz/markt)

Coyote

    Fix: 58646: Correct a problem with sendfile that resulted in a Processor being added to the cache twice leading to broken responses. (markt)
    Fix: 59015: Fix potential cause of endless APR Poller loop during shutdown if the Poller experiences an error during the shutdown process. (markt)
    Fix: Align cipher aliases for kECDHE and ECDHE with the current OpenSSL implementation. (markt)
    Fix: 59081: Retain the user defined cipher order when defining ciphers using the OpenSSL format. (markt)
    Fix: 59089: Correctly ignore HTTP headers that include non-token characters in the header name. (markt)
    Add: Add support for additional OpenSSL cipher aliases from OpenSSL master when specifying ciphers using the OpenSSL syntax. (markt)

Jasper

    Fix: 57583: Improve the performance of javax.servlet.jsp.el.ScopedAttributeELResolver when resolving attributes that do not exist. This improvement only works when Jasper is used with with Tomcat's EL implementation. (markt)
    Update: 58111: Update to the Eclipse JDT Compiler 4.5. (markt)
    Add: Add Java 9 support for JSPs. (markt)

WebSocket

    Fix: 59014: Ensure that a WebSocket close message can be sent after a close message has been received. (markt)
    Fix: Correctly handle compression of partial messages when the final message fragment has a zero length payload. (markt)
    Fix: 59119: Correct read logic for WebSocket client when using secure connections. (markt)
    Fix: 59134: Correct client connect logic for secure connections made through a proxy. (markt)
    Fix: 59189: Explicitly release the native memory held by the Inflater and Deflater when using PerMessageDeflate and the WebSocket session ends. Based on a patch by Henrik Olsson. (markt)

Web applications

    Fix: Correct an error in the documentation of the expected behaviour for automatic deployment. If a WAR is updated and an expanded directory is present, the directory will always be deleted and recreated by expanding the WAR if unpackWARs is true. (markt)
    Fix: 58935: Remove incorrect references in the documentation to using jar:file: URLs with the Manager application. (markt)
    Fix: Correct the description of the ServletRequest.getServerPort() in Proxy How-To. Issue reported via comments.apache.org. (violetagg)
    Fix: Fix a potenital indefinite wait in the Comet Chat servlet in the examples web application. (markt)

Tribes

    Fix: If promoting a proxy node to a primary node when getting a session, notify the change of the new primary node to the original backup node. (kfujino)

Other

    Fix: 58283: Change the default download location for libraries during the build process from /usr/share/java to ${user.home}/temp. Patch provided by Ahmed Hosni. (markt)
    Fix: 59031: When using the Windows uninstaller, do not remove the contents of any directories that have been symlinked into the Tomcat directory structure. (markt)
    Update: Update the packaged version of the Tomcat Native Library to 1.2.5 to pick up the Windows binaries that are based on OpenSSL 1.0.2g and APR 1.5.1. (markt)
    Update: Modify the default tomcat-users.xml file to make it harder for users to configure the entries intended for use with the examples web application for the Manager application. (markt)

(ryoon)

2016-05-01 00:41:52 UTC MAIN commitmail json YAML

Updated www/apache-tomcat7 to 7.0.69

(ryoon)

2016-05-01 00:41:29 UTC MAIN commitmail json YAML

Update to 7.0.69

Changelog:
Tomcat 7.0.69 (violetagg)

    Catalina

        fix Fix the type of InstanceManager attribute of mbean definition of StandardContext. (kfujino)
        add 58351: Make the server build date and server version number accessible via JMX. Patch provided by Huxing Zhang. (markt)
        fix 59001: Correctly handle the case when Tomcat is installed on a path where one of the segments ends in an exclamation mark. (markt)
        fix Expand the fix for 59001 to cover the special sequences used in Tomcat's custom jar:war: URLs. (markt)
        fix 59043: Avoid warning while expiring sessions associated with a single sign on if HttpServletRequest.logout() is used. (markt)
        fix 59054: Ensure that using the CrawlerSessionManagerValve in a distributed environment does not trigger an error when the Valve registers itself in the session. (markt)
        add Log a warning message if a user tries to configure the default session timeout via the deprecated (and ignored) Manager.setMaxInactiveInterval() method. (markt)
        fix Correct a regression introduced in 7.0.68 where the deprecated Manager.getMaxInactiveInterval() method returned the current default session timeout in minutes rather than seconds. (markt)
        fix When a Host is configured with an appBase that does not exist, create the appBase before trying to expand an external WAR file into it. (markt)
        fix 59115: When using the Servlet 3.0 file upload, the submitted file name may be provided as a token or a quoted-string. If a quoted-string, unquote the string before returning it to the user. (markt)
        fix 59123: Close NamingEnumeration objects used by the JNDIRealm once they are no longer required. (fschumacher/markt)
        fix 59138: Correct a false positive warning for ThreadLocal related memory leaks when the key class but not the value class has been loaded by the web application class loader. (markt)
        fix 59145: Don't log an invalid warning when a user logs out of a session associated with SSO. (markt)
        fix 59151: Fix a regression in the fix for 56917 that added additional (and arguably unnecessary) validation to the provided redirect location. (markt)
        fix 59206: Ensure NPE will not be thrown by o.a.tomcat.util.file.ConfigFileLoader when catalina.base is not specified. (violetagg)
        fix 59213: Async dispatches should be based off a wrapped request. (remm)
        fix 59217: Remove duplication in the recycling of the path in o.a.tomcat.util.http.ServerCookie. Patch is provided by Kyohei Nakamura. (violetagg)
        fix Ensure that javax.servlet.ServletRequest and javax.servlet.ServletResponse provided during javax.servlet.AsyncListener registration are made available via javax.servlet.AsyncEvent.getSuppliedRequest and javax.servlet.AsyncEvent.getSuppliedResponse (violetagg)
        fix Clarify the log message that specifying both urlPatterns and value attributes in WebServlet and WebFilter annotations is not allowed. (violetagg)
        fix Ensure the exceptions caused by Valves will be available in the log files so that they can be evaluated when o.a.catalina.valves.ErrorReportValve.showReport is disabled. Patch is provided by Svetlin Zarev. (violetagg)
        fix 59247: Preload ResourceEntry as a workaround for security manager issues on some JVMs. (kkolinko/remm)
        fix 59269: Correct the implementation of PersistentManagerBase so that minIdleSwap functions as designed and sessions are swapped out to keep the active session count below maxActiveSessions. (markt)

Coyote

    fix 58646: Correct a problem with sendfile that resulted in a Processor being added to the cache twice leading to broken responses. (markt)
    fix 59015: Fix potential cause of endless APR Poller loop during shutdown if the Poller experiences an error during the shutdown process. (markt)
    fix Limit the default TLS ciphers for JSSE (BIO, NIO) and OpenSSL (APR) to those currently considered secure. (markt)
    add Add a new environment variable JSSE_OPTS that is intended to be used to pass JVM wide configuration to the JSSE implementation. The default value is -Djdk.tls.ephemeralDHKeySize=2048 which protects against weak Diffie-Hellman keys. (markt)

WebSocket

    fix 59014: Ensure that a WebSocket close message can be sent after a close message has been received. (markt)
    fix Correctly handle compression of partial messages when the final message fragment has a zero length payload. (markt)
    add Extend the WebSocket programmatic echo endpoint provided in the examples to handle binary messages and also partial messages. This aligns the code with Tomcat 8 and makes it easier to run the Autobahn testsuite against the WebSocket implementation. (markt)
    fix 59119: Correct read logic for WebSocket client when using secure connections. (markt)
    fix 59134: Correct client connect logic for secure connections made through a proxy. (markt)
    fix 59189: Explicitly release the native memory held by the Inflater and Deflater when using PerMessageDeflate and the WebSocket session ends. Based on a patch by Henrik Olsson. (markt)

Web Applications

    fix Correct the description of the ServletRequest.getServerPort() in Proxy How-To. Issue reported via comments.apache.org. (violetagg)
    fix Fix a potential indefinite wait in the Comet Chat servlet in the examples web application. (markt)
    fix 59229: Fix error in HTTP docs and make clear the the HTTP NIO connector uses non-blocking I/O to read the HTTP request headers. (markt)
    fix Update in the documentation the link to the maven repository where Tomcat snapshot artifacts are deployed. (markt/violetagg)
    fix Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are logged at the SEVERE level. (violetagg)

Tribes

    fix If promoting a proxy node to a primary node when getting a session, notify the change of the new primary node to the original backup node. (kfujino)
    fix Avoid NPE when a proxy node failed to retrieve a backup entry. (kfujino)
    add Add log of when received an unexpected messages. (kfujino)
    add Add the flag indicating that member is a localMember. (kfujino)

Other

    fix 58283: Change the default download location for libraries during the build process from /usr/share/java to ${user.home}/tomcat-build-libs. Patch provided by Ahmed Hosni. (markt)
    fix 59031: When using the Windows uninstaller, do not remove the contents of any directories that have been symlinked into the Tomcat directory structure. (markt)
    update Modify the default tomcat-users.xml file to make it harder for users to configure the entries intended for use with the examples web application for the Manager application. (markt)
    fix 59211: Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang. (violetagg)
    update 59280: Update the NSIS Installer used to build the Windows Installers to version 2.51. (kkolinko)

(ryoon)

2016-05-01 00:07:03 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.22.2

(ryoon)

2016-05-01 00:05:57 UTC MAIN commitmail json YAML

Update to 5.22.2

Changelog:
NAME
      perldelta - what is new for perl v5.22.2

DESCRIPTION
      This document describes differences between the 5.22.1 release and the
      5.22.2 release.

      If you are upgrading from an earlier release such as 5.22.0, first read
      perl5221delta, which describes differences between 5.22.0 and 5.22.1.

Security
  Fix out of boundary access in Win32 path handling
      This is CVE-2015-8608.  For more information see [perl #126755]
      <https://rt.perl.org/Ticket/Display.html?id=126755>.

  Fix loss of taint in "canonpath()"
      This is CVE-2015-8607.  For more information see [perl #126862]
      <https://rt.perl.org/Ticket/Display.html?id=126862>.

  Set proper umask before calling mkstemp(3)
      In 5.22.0 perl started setting umask to 0600 before calling mkstemp(3)
      and restoring it afterwards.  This wrongfully tells open(2) to strip
      the owner read and write bits from the given mode before applying it,
      rather than the intended negation of leaving only those bits in place.

      Systems that use mode 0666 in mkstemp(3) (like old versions of glibc)
      create a file with permissions 0066, leaving world read and write
      permissions regardless of current umask.

      This has been fixed by using umask 0177 instead.

      [perl #127322] <https://rt.perl.org/Ticket/Display.html?id=127322>

  Avoid accessing uninitialized memory in Win32 "crypt()"
      Validation that will detect both a short salt and invalid characters in
      the salt has been added.

://rt.perl.org/Ticket/Display.html?id=126922>

  Remove duplicate environment variables from "environ"
      Previously, if an environment variable appeared more than once in
      "environ[]", %ENV would contain the last entry for that name, while a
      typical "getenv()" would return the first entry.  We now make sure %ENV
      contains the same as what "getenv()" returns.

      Secondly, we now remove duplicates from "environ[]", so if a setting
      with that name is set in %ENV we won't pass an unsafe value to a child
      process.

      This is CVE-2016-2381.

Incompatible Changes
      There are no changes intentionally incompatible with Perl 5.22.1.  If
      any exist, they are bugs, and we request that you submit a report.  See
      "Reporting Bugs" below.

Modules and Pragmata
  Updated Modules and Pragmata
      •  File::Spec has been upgraded from version 3.56 to 3.56_01.

          "canonpath()" now preserves taint.  See "Fix loss of taint in
          "canonpath()"".

      •  Module::CoreList has been upgraded from version 5.20151213 to
          5.20160429.

          The version number of Digest::SHA listed for Perl 5.18.4 was wrong
          and has been corrected.  Likewise for the version number of Config
          in 5.18.3 and 5.18.4.  [perl #127624]
          <https://rt.perl.org/Ticket/Display.html?id=127624>

Documentation
  Changes to Existing Documentation
      perldiag

      •  The explanation of the warning "unable to close filehandle %s
          properly: %s" which can occur when doing an implicit close of a
          filehandle has been expanded and improved.

      perlfunc

      •  The documentation of "hex()" has been revised to clarify valid
          inputs.

Configuration and Compilation
      •  Dtrace builds now build successfully on systems with a newer dtrace
          that require an input object file that uses the probes in the .d
          file.

          Previously the probe would fail and cause a build failure.

          [perl #122287] <https://rt.perl.org/Ticket/Display.html?id=122287>

      •  Configure no longer probes for libnm by default.  Originally this
          was the "New Math" library, but the name has been re-used by the
          GNOME NetworkManager.

          [perl #127131] <https://rt.perl.org/Ticket/Display.html?id=127131>

      •  Configure now knows about gcc 5.

      •  Compiling perl with -DPERL_MEM_LOG now works again.

Platform Support
  Platform-Specific Notes
      Darwin
          Compiling perl with -Dusecbacktrace on Darwin now works again.

          [perl #127764] <https://rt.perl.org/Ticket/Display.html?id=127764>

      OS X/Darwin
          Builds with both -DDEBUGGING and threading enabled would fail with
          a "panic: free from wrong pool" error when built or tested from
          Terminal on OS X.  This was caused by perl's internal management of
          the environment conflicting with an atfork handler using the libc
          "setenv()" function to update the environment.

          Perl now uses "setenv()"/"unsetenv()" to update the environment on
          OS X.

          [perl #126240] <https://rt.perl.org/Ticket/Display.html?id=126240>

      ppc64el
          The floating point format of ppc64el (Debian naming for little-
          endian PowerPC) is now detected correctly.

      Tru64
          A test failure in t/porting/extrefs.t has been fixed.

Internal Changes
      •  An unwarranted assertion in "Perl_newATTRSUB_x()" has been removed.
          If a stub subroutine definition with a prototype has been seen,
          then any subsequent stub (or definition) of the same subroutine
          with an attribute was causing an assertion failure because of a
          null pointer.

          [perl #126845] <https://rt.perl.org/Ticket/Display.html?id=126845>

Selected Bug Fixes
      •  Calls to the placeholder &PL_sv_yes used internally when an
          "import()" or "unimport()" method isn't found now correctly handle
          scalar context.  [perl #126042]
          <https://rt.perl.org/Ticket/Display.html?id=126042>

      •  The "pipe()" operator would assert for "DEBUGGING" builds instead
          of producing the correct error message.  The condition asserted on
          is detected and reported on correctly without the assertions, so
          the assertions were removed.  [perl #126480]
          <https://rt.perl.org/Ticket/Display.html?id=126480>

      •  In some cases, failing to parse a here-doc would attempt to use
          freed memory.  This was caused by a pointer not being restored
          correctly.  [perl #126443]
          <https://rt.perl.org/Ticket/Display.html?id=126443>

      •  Perl now reports more context when it sees an array where it
          expects to see an operator, and avoids an assertion failure.  [perl
          #123737] <https://rt.perl.org/Ticket/Display.html?id=123737>

      •  If a here-doc was found while parsing another operator, the parser
          had already read end of file, and the here-doc was not terminated,
          perl could produce an assertion or a segmentation fault.  This now
          reliably complains about the unterminated here-doc.  [perl #125540]
          <https://rt.perl.org/Ticket/Display.html?id=125540>

      •  Parsing beyond the end of the buffer when processing a "#line"
          directive with no filename is now avoided.  [perl #127334]
          <https://rt.perl.org/Ticket/Display.html?id=127334>

      •  Perl 5.22.0 added support for the C99 hexadecimal floating point
          notation, but sometimes misparsed hex floats.  This has been fixed.
          [perl #127183] <https://rt.perl.org/Ticket/Display.html?id=127183>

      •  Certain regex patterns involving a complemented posix class in an
          inverted bracketed character class, and matching something else
          optionally would improperly fail to match.  An example of one that
          could fail is "qr/_?[^\Wbar]\x{100}/".  This has been fixed.  [perl
          #127537] <https://rt.perl.org/Ticket/Display.html?id=127537>

      •  Fixed an issue with "pack()" where "pack "H"" (and "pack "h"")
          could read past the source when given a non-utf8 source and a utf8
          target.  [perl #126325]
          <https://rt.perl.org/Ticket/Display.html?id=126325>

      •  Fixed some cases where perl would abort due to a segmentation
          fault, or a C-level assert.  [perl #126193]
          <https://rt.perl.org/Ticket/Display.html?id=126193> [perl #126257]
          <https://rt.perl.org/Ticket/Display.html?id=126257> [perl #126258]
          <https://rt.perl.org/Ticket/Display.html?id=126258> [perl #126405]
          <https://rt.perl.org/Ticket/Display.html?id=126405> [perl #126602]
          <https://rt.perl.org/Ticket/Display.html?id=126602> [perl #127773]
          <https://rt.perl.org/Ticket/Display.html?id=127773> [perl #127786]
          <https://rt.perl.org/Ticket/Display.html?id=127786>

      •  A memory leak when setting $ENV{foo} on Darwin has been fixed.
          [perl #126240] <https://rt.perl.org/Ticket/Display.html?id=126240>

      •  Perl now correctly raises an error when trying to compile patterns
          with unterminated character classes while there are trailing
          backslashes.  [perl #126141]
          <https://rt.perl.org/Ticket/Display.html?id=126141>

      •  "NOTHING" regops and "EXACTFU_SS" regops in "make_trie()" are now
          handled properly.  [perl #126206]
          <https://rt.perl.org/Ticket/Display.html?id=126206>

      •  Perl now only tests "semctl()" if we have everything needed to use
          it.  In FreeBSD the "semctl()" entry point may exist, but it can be
          disabled by policy.  [perl #127533]
          <https://rt.perl.org/Ticket/Display.html?id=127533>

      •  A regression that allowed undeclared barewords as hash keys to work
          despite strictures has been fixed.  [perl #126981]
          <https://rt.perl.org/Ticket/Display.html?id=126981>

      •  As an optimization (introduced in Perl 5.20.0), "uc()", "lc()",
          "ucfirst()" and "lcfirst()" sometimes modify their argument in-
          place rather than returning a modified copy.  The criteria for this
          optimization has been made stricter to avoid these functions
          accidentally modifying in-place when they should not, which has
          been happening in some cases, e.g. in List::Util.

      •  Excessive memory usage in the compilation of some regular
          expressions involving non-ASCII characters has been reduced.  A
          more complete fix is forthcoming in Perl 5.24.0.

Acknowledgements
      Perl 5.22.2 represents approximately 5 months of development since Perl
      5.22.1 and contains approximately 3,000 lines of changes across 110
      files from 24 authors.

      Excluding auto-generated files, documentation and release tools, there
      were approximately 1,500 lines of changes to 52 .pm, .t, .c and .h
      files.

      Perl continues to flourish into its third decade thanks to a vibrant
      community of users and developers.  The following people are known to
      have contributed the improvements that became Perl 5.22.2:

      Aaron Crane, Abigail, Andreas Koenig, Aristotle Pagaltzis, Chris
      'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari Mannsaaker, David
      Golden, David Mitchell, H.Merijn Brand, James E Keenan, Jarkko
      Hietaniemi, Karen Etheridge, Karl Williamson, Matthew Horsfall, Niko
      Tyni, Ricardo Signes, Sawyer X, Stevan Little, Steve Hay, Todd Rinaldo,
      Tony Cook, Vladimir Timofeev, Yves Orton.

      The list above is almost certainly incomplete as it is automatically
      generated from version control history.  In particular, it does not
      include the names of the (very much appreciated) contributors who
      reported issues to the Perl bug tracker.

      Many of the changes included in this version originated in the CPAN
      modules included in Perl's core.  We're grateful to the entire CPAN
      community for helping Perl to flourish.

      For a more complete list of all of Perl's historical contributors,
      please see the AUTHORS file in the Perl source distribution.

(ryoon)

2016-04-30 23:18:49 UTC MAIN commitmail json YAML

Updated geography/gama to 1.17

(gdt)

2016-04-30 21:47:21 UTC MAIN commitmail json YAML

Updated devel/p5-File-Util to 4.161200

(mef)

2016-04-30 21:47:08 UTC MAIN commitmail json YAML

Updated to devel/p5-devel-File-Utils-4.161200 (from 4.132140)
---------------------------------------------
4.161200 2016-04-29
  - The previous TRIAL release passes muster by cpantesters.  This is
    now released as a STABLE dist, although more features are planned in
    coming releases.  See also: TODO

4.160630 2016-03-03
- TRIAL RELEASE
- Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771
- Added tests
- Added documentation regarding the bug fix, namely the now-unsupported
  (because Perl 5.23 deprecates) the combination of sysread/write/seek
  on filehandles in :utf8 binmode.
- Added the ability for users to specify their own IO layers via the
  { binmode => ':layerspec' } option to ::load_file(), ::write_file(),
  and ::open_handle()

(mef)

2016-04-30 20:57:23 UTC MAIN commitmail json YAML

Drop MASTERSITE, requires authentication now.

(joerg)

2016-04-30 20:18:38 UTC MAIN commitmail json YAML

2016-04-30 20:17:24 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2016-04-30 20:16:38 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2016-04-30 20:16:11 UTC MAIN commitmail json YAML

2016-04-30 19:29:01 UTC MAIN commitmail json YAML

Note addition of codecrypt

(agc)

2016-04-30 19:27:43 UTC MAIN commitmail json YAML

Add codecrypt, version 1.7.5 to the Packages Collection.

codecrypt is a program like gnupg (or netpgp) that uses only
quantum-computer-resistant algorithms

This is a GnuPG-like unix program for encryption and signing that uses
only quantum-computer-resistant algorithms:

+ McEliece cryptosystem (compact QC-MDPC variant) for encryption
+ Hash-based Merkle tree algorithm (FMTSeq variant) for digital
signatures

Stream ciphers used:  ChaCha20, XSynd stream cipher, RC4 (for initial
simplicity of implementation)

CRHFs used:
+ Cubehash variants were selected for implementation ease, really
clean design, quite good speed and flexibility of parameter choices.
KeyID's are CUBE256 hashes of serialized public key.
+ ripemd128 for small hashes
+ tiger192 is used as an alternative for Cubehash for 192bit hashes
+ There's always a variant with SHA-256, SHA-384 or SHA-512.

Signature algorithms:
+ FMTSeq with many possibilities and combinations of aforementioned CRHFs

Encryption:
MDPC McEliece on quasi-cyclic matrices - decoding is (slightly)
vulnerable to timing attacks.

(agc)

2016-04-30 14:14:32 UTC MAIN commitmail json YAML

Updated textproc/p5-Search-Xapian to 1.2.23.0

(schmonz)

2016-04-30 14:14:28 UTC MAIN commitmail json YAML

Update to 1.2.23.0. From the changelog:

[Changes contributed by Olly Betts]
- makehtmldocs: Fix inter-class links in generated HTML.
- Fix typo in POD documentation.
- Update Xapian website and trac links to use https, which is now
  supported, thanks to James Aylett.

(schmonz)

2016-04-30 14:14:21 UTC MAIN commitmail json YAML

Updated textproc/xapian-omega to 1.2.23

(schmonz)

2016-04-30 14:14:17 UTC MAIN commitmail json YAML

Update to 1.2.23. From the changelog:

documentation:

* Update links to Xapian website and trac to use https, which is now supported,
  thanks to James Aylett.

indexers:

* Fix HTML/XML entity decoding to be O(n) not O(n族) - processing HTML/XML with
  a lot of entities is now much faster.

templates:

* Remove unused country code to name maps.  These were intended as examples,
  but they aren't very useful as such, and really just bloat the templates
  needlessly.

(schmonz)

2016-04-30 14:14:11 UTC MAIN commitmail json YAML

Updated textproc/xapian to 1.2.23

(schmonz)

2016-04-30 14:14:07 UTC MAIN commitmail json YAML

Update to 1.2.23. From the changelog:

API:

* PostingSource: Public member variables are now wrapped by methods (mostly
  getters and/or setters, depending on whether they should be readable,
  writable or both).  In 1.3.5, the public members variables have been
  deprecated - we've added the replacement methods in 1.2.23 as well to make
  it easier for people to migrate over.

chert backend:

* xapian-check now performs additional consistency checks for chert. Reported
  by Jean-Francois Dockes and Bob Cargill via xapian-discuss.

documentation:

* Update links to Xapian website and trac to use https, which is now supported,
  thanks to James Aylett.

portability:

* On older Linux kernels, rename() of a file within a directory on NFS can
  sometimes erroneously fail with EXDEV.  This should only happen if you
  try to rename a file across filing systems, so workaround this issue by
  retrying up to 5 times on EXDEV (which should be plenty to avoid this
  bug, and we don't want to risk looping forever).  Fixes #698, reported by
  Mark Dufour.

(schmonz)

2016-04-30 13:59:46 UTC MAIN commitmail json YAML

Updated devel/p5-Test-BDD-Cucumber to 0.50

(schmonz)

2016-04-30 13:59:42 UTC MAIN commitmail json YAML

Update to 0.50. From the changelog:

- eheulsmann added placeholders to PyStrings
- Special extensions syntax in config files added by eheulsmann

(schmonz)

2016-04-30 13:51:50 UTC MAIN commitmail json YAML

Updated converters/p5-MIME-Base32 to 1.301

(schmonz)

2016-04-30 13:51:46 UTC MAIN commitmail json YAML

Update to 1.301. From the changelog:

- Updated the module to fit current release standards
- Added POD and POD-Coverage tests
- Combined test.pl and test1.pl into t/00-basic.t
- Closes https://rt.cpan.org/Ticket/Display.html?id=105711
- Closes https://rt.cpan.org/Ticket/Display.html?id=53173
- Fixed a few minor things to prepare for a developer release

(schmonz)

2016-04-30 11:22:55 UTC MAIN commitmail json YAML

2016-04-30 11:22:28 UTC MAIN commitmail json YAML

Update Go to 1.6.2.

This release includes fixes to the compiler, runtime, tools, documentation, and
the mime/multipart, net/http, and sort packages.

    https://golang.org/doc/devel/release.html#go1.6.minor

(bsiegert)

2016-04-30 10:28:46 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CPANfile to 1.1002

(wen)

2016-04-30 10:27:23 UTC MAIN commitmail json YAML

Update to 1.1002

Upstream changes:
1.1002  2016-02-12 08:23:00 PST
        - Make it work under the taint mode (-T) #41

(wen)

2016-04-30 06:38:17 UTC MAIN commitmail json YAML

Remove p5-Readonly and R-intervals which had been updated before

(wen)

2016-04-30 06:25:18 UTC MAIN commitmail json YAML

Updated sysutils/py-borgbackup to 1.0.2

(wiz)

2016-04-30 06:25:05 UTC MAIN commitmail json YAML

Updated py-borgbackup to 1.0.2.

Version 1.0.2
-------------

Bug fixes:

- fix malfunction and potential corruption on (nowadays rather rare) big-endian
  architectures or bi-endian archs in (rare) BE mode. #886, #889

  cache resync / index merge was malfunctioning due to this, potentially
  leading to data loss. borg info had cosmetic issues (displayed wrong values).

  note: all (widespread) little-endian archs (like x86/x64) or bi-endian archs
  in (widespread) LE mode (like ARMEL, MIPSEL, ...) were NOT affected.
- add overflow and range checks for 1st (special) uint32 of the hashindex
  values, switch from int32 to uint32.
- fix so that refcount will never overflow, but just stick to max. value after
  a overflow would have occured.
- borg delete: fix --cache-only for broken caches, #874

  Makes --cache-only idempotent: it won't fail if the cache is already deleted.
- fixed borg create --one-file-system erroneously traversing into other
  filesystems (if starting fs device number was 0), #873
- workround a bug in Linux fadvise FADV_DONTNEED, #907

Other changes:

- better test coverage for hashindex, incl. overflow testing, checking correct
  computations so endianness issues would be discovered.
- reproducible doc for ProgressIndicator*,  make the build reproducible.
- use latest llfuse for vagrant machines
- docs:

  - use /path/to/repo in examples, fixes #901
  - fix confusing usage of "repo" as archive name (use "arch")

(wiz)

2016-04-30 05:27:18 UTC MAIN commitmail json YAML

2016-04-30 01:17:59 UTC MAIN commitmail json YAML

Updated geography/gama to 1.17

(gdt)

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

Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.

Upstream news:

Version 1.17 (no upstream NEWS; bug about this reported upstream)

Version 1.16 Jula 2015

* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs

(gdt)

2016-04-30 00:19:23 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.5.1

(ryoon)

2016-04-30 00:16:58 UTC MAIN commitmail json YAML

Update to 4.5.1

Changelog:
4.5.1:
Summary

>From the announcement post, WordPress Version 4.5.1 fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads.

This maintenance release fixes a total of 12 bugs in Version 4.5 including:

Build/Test Tools

    #36498 Shrinkwrap npm dependencies for 4.5

Bundled Theme

    #36510 Twenty eleven page templates with widgets incorrectly styled

Customize

    #36457 Customizer Device Preview: Use px units for tablet preview size

Database

    #36629 Database connect functions can cause un-catchable warnings

Editor

    #36458 Fix support for Safari + VoiceOver when editing inline links

Emoji

    #36604 Emoji skin tone support test incorrectly passing in Chrome

Feeds

    #36620 Feeds using an rss-http content type are now served as application/octet-stream

Media

    #36501 Fatal error: Undefined class constant 'ALPHACHANNEL_UNDEFINED'
    #36578 wp_ajax_send_attachment_to_editor() bug
    #36621 Don窶冲 cache the results of wp_mkdir_p() in a persistent cache

Rewrite Rules

    #36506 Duplicate directives in web.config after WordPress 4.5 installation on Windows

TinyMCE

    #36545 WordPress TinyMCE toolbar/tabs unresponsive in Chrome Version 50.0.2661.75 beta-m (64-bit)

(ryoon)

2016-04-29 23:43:29 UTC MAIN commitmail json YAML

Updated www/firefox to 46.0nb1

(ryoon)

2016-04-29 23:42:49 UTC MAIN commitmail json YAML

Bump PKGREVISION for enabling H.264 video playback support with ffmpeg

Add dependency to multimedia/ffmpeg3

(ryoon)

2016-04-29 19:47:21 UTC MAIN commitmail json YAML

2016-04-29 19:28:04 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8.7; multimedia/ffmpeg3 to 3.0.2

(adam)

2016-04-29 19:26:26 UTC MAIN commitmail json YAML

version 3.0.2:
- avcodec/ttaenc: Reallocate packet if its too small
- configure: build fix for P5600 with mips code restructuring
- mips: add support for R6
- pgssubdec: fix subpicture output colorspace and range
- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
- avfilter/vf_drawtext: Check return code of load_glyph()
- avformat/mux: Check that deinit is set before calling it
- avcodec/takdec: add code that got somehow lost in process of REing
- avcodec/apedec: fix decoding of stereo files with one channel full of silence
- avcodec/avpacket: Fix off by 5 error
- avcodec/h264: Fix for H.264 configuration parsing
- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
- avcodec/pngdec: Fix alpha detection with skip_frame
- Changelog: Make formating consistent
- avfilter/src_movie: fix how we check for overflows with seek_point
- avcodec/j2kenc: Add attribution to OpenJPEG project:

(adam)

2016-04-29 19:18:36 UTC MAIN commitmail json YAML

version 2.8.7
- avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64
- avformat/ffmdec: Check pix_fmt
- avcodec/ttaenc: Reallocate packet if its too small
- pgssubdec: fix subpicture output colorspace and range
- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
- avfilter/vf_drawtext: Check return code of load_glyph()
- avcodec/takdec: add code that got somehow lost in process of REing
- avcodec/apedec: fix decoding of stereo files with one channel full of silence
- avcodec/avpacket: Fix off by 5 error
- avcodec/h264: Fix for H.264 configuration parsing
- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
- avfilter/src_movie: fix how we check for overflows with seek_point
- avcodec/j2kenc: Add attribution to OpenJPEG project:
- avcodec/h264_slice: Check PPS more extensively when its not copied
- avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
- avformat/rtpdec_jpeg: fix low contrast image on low quality setting
- avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
- lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
- avcodec/resample: Remove disabled and faulty code
- indeo2: Fix banding artefacts
- indeo2data: K&R formatting cosmetics
- avcodec/imgconvert: Support non-planar colorspaces while padding
- avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
- avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
- avformat/concatdec: set safe mode to enabled instead of auto
- avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
- avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
- avformat/cache: Fix memleak of tree entries
- lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac 5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428)
- lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354)
- avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
- libwebpenc_animencoder: print library messages in verbose log levels
- libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
- doc/utils: fix typo for min() description
- avcodec/avpacket: clear priv in av_init_packet()
- swscale/utils: Fix chrSrcHSubSample for GBRAP16
- swscale/input: Fix GBRAP16 input
- postproc: fix unaligned access
- avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
- avcodec/h264: Execute error concealment before marking the frame as done.
- swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
- swscale/x86/output: Move code into yuv2planeX_mainloop
- avutil/frame: Free destination qp_table_buf in frame_copy_props()

(adam)

2016-04-29 19:06:07 UTC MAIN commitmail json YAML

Update chat/ejabberd to 16.04 (and deps)

(fhajny)

2016-04-29 19:05:23 UTC MAIN commitmail json YAML

Update chat/ejabberd to 16.04.

API Commands
- Add API versionning
- Changed error handling, based on exception
- ejabberd Command bugfixes
- Accept commands: add_commands syntax (along commands: –
  add_commands)
- Fix mod_muc_admin:get_room_options and set_room_affiliation
- mod_http_api: support 'open' ejabberd commands

Databases
- Split modules DB specific code into separate modules
- Rename "odbc" to "sql" everywhere
- Rename "internal" auth to "mnesia"
- Improve detection of databases supported by modules
- Switch to varchar(64) in mysql user.server/salt as text can't
  have default values
- 'serverkey' and 'salt' should have empty string as default

XMPP
- Drop headline messages sent to offline resources
- Don't omit bounces for messages of type "result"
- Match namespace when checking for chat states
- Fix check for standalone chat state notifications
- Disable TLS compression for s2s by default
- Make sure that ejabberd_sm sid are unique
- Send stream trailer at the very end of the processing
- Generate shorted jid for anonymous connections
- Fix anonymous SASL auth

ejabberdctl
- Add option to migration script to delete data from a table after
  they have been successfully moved to SQL database: ejabberdctl
delete_mnesia example.org
- Remove useless variable and quote EPMD and SPOOL_DIR
- Fix node ping command
- Use UUID for ctl node name
- Remove --auth in ejabberd_ctl.erl as it's useless, still
  useful for mod_rest
- Force ERL_PATH for Elixir console

Pubsub
- Fix use of pubsub node plugin when configured with
  default_node_config
- Set default value for pubsub#itemreply option
- Add subscribe/unsubscribe hooks

Internal
- Add mod_mam header file
- Replace ?ERR_* macros with ?ERRT_*
- change mod_ping Timers using maps instead of dict

Dependencies
- Update p1_utils to 1.0.4: Adds p1_time_compat:unique_timestamp()
- Update fast_tls to 1.0.3: Prevent buffer overflows and
  allocation failures
- Update stringprep to 1.0.3: Fix compilation on Windows and error
  message
- Update stun to 1.0.3: Use fast_tls 1.0.3
- Update esip to 1.0.4: Use fast_tls 1.0.3

(fhajny)

2016-04-29 18:45:21 UTC MAIN commitmail json YAML

Update distinfo properly

(fhajny)

2016-04-29 18:23:32 UTC MAIN commitmail json YAML

Update net/erlang-esip to 1.0.4.

Version 1.0.4
- Update Fast TLS and Stun

Version 1.0.3
- Update Fast TLS and Stun

(fhajny)

2016-04-29 18:20:33 UTC MAIN commitmail json YAML

Update net/erlang-stun to 1.0.3.

Version 1.0.3
- Use Fast TLS 1.0.3

Version 1.0.2
- Use Fast TLS 1.0.2

(fhajny)

2016-04-29 18:16:42 UTC MAIN commitmail json YAML

Update textproc/erlang-stringprep to 1.0.3.

- Fix for compilation on Windows (Pawel Chmielowski)
- Fix typo in error message (Pawel Chmielowski)

(fhajny)

2016-04-29 18:14:24 UTC MAIN commitmail json YAML

Update security/erlang-fast_tls to 1.0.3.

Version 1.0.3
- Do not call internal erlang erl_exit function (Christophe Romain)

Version 1.0.2
- Add support for cafile option (Evgeny Khramtsov)
- Better error checks (Michael Santos)

(fhajny)

2016-04-29 18:12:00 UTC MAIN commitmail json YAML

Update misc/erlang-p1_utils to 1.0.4.

- Adds p1_time_compat:unique_timestamp() that returns value
  resembling what now() was returning

(fhajny)

2016-04-29 15:34:16 UTC MAIN commitmail json YAML

Updated sysutils/py-psutil to 4.1.0

(prlw1)

2016-04-29 15:33:57 UTC MAIN commitmail json YAML

Update py-psutil to 4.1.0

4.1.0 - 2016-03-12
==================

**Enhancements**

- #777: [Linux] Process.open_files() on Linux return 3 new fields: position,
  mode and flags.
- #779: Process.cpu_times() returns two new fields, 'children_user' and
  'children_system' (always set to 0 on OSX and Windows).
- #789: [Windows] psutil.cpu_times() return two new fields: "interrupt" and
  "dpc". Same for psutil.cpu_times_percent().
- #792: new psutil.cpu_stats() function returning number of CPU ctx switches
  interrupts, soft interrupts and syscalls.

**Bug fixes**

- #774: [FreeBSD] net_io_counters() dropout is no longer set to 0 if the kernel
  provides it.
- #776: [Linux] Process.cpu_affinity() may erroneously raise NoSuchProcess.
  (patch by wxwright)
- #780: [OSX] psutil does not compile with some gcc versions.
- #786: net_if_addrs() may report incomplete MAC addresses.
- #788: [NetBSD] virtual_memory()'s buffers and shared values were set to 0.
- #790: [OSX] psutil won't compile on OSX 10.4.

4.0.0 - 2016-02-17
==================

**Enhancements**

- #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field.
- #660: [Windows] make.bat is smarter in finding alternative VS install
  locations.  (patch by mpderbec)
- #732: Process.environ().  (patch by Frank Benkstein)
- #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats.
  (patch by Eric Rahm)
- #755: Process.memory_percent() "memtype" parameter.
- #758: tests now live in psutil namespace.
- #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.)
- #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and
  write_merged_count.
- #762: new scripts/procsmem.py script.

**Bug fixes**

- #685: [Linux] virtual_memory() provides wrong results on systems with a lot
  of physical memory.
- #704: [Solaris] psutil does not compile on Solaris sparc.
- #734: on Python 3 invalid UTF-8 data is not correctly handled for process
  name(), cwd(), exe(), cmdline() and open_files() methods resulting in
  UnicodeDecodeError exceptions. 'surrogateescape' error handler is now
  used as a workaround for replacing the corrupted data.
- #737: [Windows] when the bitness of psutil and the target process was
  different cmdline() and cwd() could return a wrong result or incorrectly
  report an AccessDenied error.
- #741: [OpenBSD] psutil does not compile on mips64.
- #751: [Linux] fixed call to Py_DECREF on possible Null object.
- #754: [Linux] cmdline() can be wrong in case of zombie process.
- #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)"
- #761: [Windows] psutil.boot_time() wraps to 0 after 49 days.
- #764: [NetBSD] fix compilation on NetBSD-6.x.
- #766: [Linux] net_connections() can't handle malformed /proc/net/unix file.
- #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's
  broken on 2.4 kernels.
- #770: [NetBSD] disk_io_counters() metrics didn't update.

(prlw1)

2016-04-29 14:30:11 UTC MAIN commitmail json YAML

Updated math/R-intervals to 0.15.1

(wen)

2016-04-29 14:29:10 UTC MAIN commitmail json YAML

Update to 0.15.1

No upstream changelog found.

(wen)

2016-04-29 14:22:21 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-BibTeX to 0.72

(wen)

2016-04-29 14:21:19 UTC MAIN commitmail json YAML

Update to 0.72

Upstream changes:
0.72 2016-04-19
  * Added clone() method to Text::BibTeX::Entry

(wen)

2016-04-29 14:14:16 UTC MAIN commitmail json YAML

2016-04-29 14:11:13 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 1.23

(wen)

2016-04-29 14:08:58 UTC MAIN commitmail json YAML

Updated devel/p5-Make to 1.1.2
Updated devel/p5-Log-Report to 1.15
Updated devel/p5-Log-Report-Optional to 1.02

(mef)

2016-04-29 14:08:06 UTC MAIN commitmail json YAML

Update to 1.23

Upstream changes:
1.23 - 2016-03-25, H.Merijn Brand
    * Skip unsupported encodings
    * Reorganize Unicode section and mention layers (Dan Book)
    * Amend some UTF-8 tests for PERL_UNICODE settings
    * Fix crash on error in parsing with bound columns (RT#113279)
    * Add predefined filters (not_blank, not_empty, filled)

(wen)

2016-04-29 14:06:37 UTC MAIN commitmail json YAML

Updated to devel/p5-Log-Report-1.15
-----------------------------------
version 1.15: Mon 18 Apr 13:54:12 CEST 2016

Improvements:
- dancer2: test import parameters [Andrew Beverley]
  https://github.com/PerlDancer/Dancer2/issues/1156

version 1.14: Tue 12 Apr 15:10:27 CEST 2016

Fixes:
- dancer2: regression test only for recent Dancer2 [cpantesters]

Improvements:
- typo rt.cpan.org#111985 [Gregor Herrmann, Debian]
- dancer2: treat all exceptions equal [Andrew Beverley]

version 1.13: Wed  3 Feb 11:34:18 CET 2016

Fixes:
- init of lexicon with HASH
  rt.cpan.org#111420 [Paulo A Ferreira]

Improvements:
- skip Log::Report wrappers from stacktrace and location.
- added ::Dispatcher::addSkipStack() and ::skipStack()
- add forward_url to Dancer2 plugin example [Andrew Beverley]
- ignore $SIG{__DIE__} within try blocks [Milos Lazarevic]
- dancer2: add regression test for plugin [Andrew Beverley]
- dancer2: add forward_template option [Raj Barath]

version 1.12: Mon Jan 18 21:55:35 CET 2016

Fixes:
- reopen default dispatcher creates a double. [Andrew Beverley]

Improvements:
- remove mode=DEBUG from Dancer2::*

version 1.11: Mon 18 Jan 17:07:43 CET 2016

Fixes:
- warning when log outside sub [Andrew Beverley]
- missing register of fault and failure [Andrew Beverley]
- some module is textdomain logreport, should be log-report.
  [Andrew Beverley]
- Dancer2::Logger::LogReport should not set the mode

Improvements:
- dispatcher 'do-not-reopen' does not protect the default
  dispatcher [Andrew Beverley]
- produce error when setContext is used while context_rules
  are not provided.
- added ::Exception::toHTML() and ::Message::toHTML()

version 1.10: Sat Nov 28 17:39:16 CET 2015

Fixes:
- Dancer2 object build  [Andrew Beverley]
- ::Domain::setContext with PAIRS as parameter
- collect stack for exceptions inside try block. [Andrew Beverley]

Improvements:
- keep dispatchers ordered.
- interpolate context setting inside msg_id's as well
- add ::Domain::updateContext()
- new option dispatcher 'do-not-reopen'
- ::Dispatcher::File option format() with CODE, now calls with
  additional parameter $msg.
- ::Dispatcher::File option output() now with CODE, to dynamically
  return the logfile name.
- added t/55throw.t
- new method ::Try::hide()
- renamed internal fields of ::Dispatcher::File, to lead with LRDF_
- new option ::Dispatcher::Syslog::new(format)

(mef)

2016-04-29 14:01:56 UTC MAIN commitmail json YAML

Updated to devel/p5-Log-Report-Optional-1.02
--------------------------------------------
Version 1.02: Mon 18 Jan 13:53:03 CET 2016
        Improvements:
        - add ::Util::to_html()

(mef)

2016-04-29 13:58:54 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Strip to 2.10

(wen)

2016-04-29 13:58:47 UTC MAIN commitmail json YAML

(pkgsrc)
- Add ${PERL5_LICENSE}
- Add Following line for make test
    +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
- Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
    fixed declaration of minimum Test::Compile version
        a number of CPANtesters failures occured because
        the test had an older non-OO version installed
    use strict, use warnings everywhere, other bits of cleanup

Changes in 1.1.1
    clean-up with tidyall/perltidy, add configs for them
    add tidy related tests
    use strict and warnings in all tests
    mostly releasing to get properly CPAN indexed

Changes in 1.1.0
        Cheat to allow installation on Strawberry Perl 5.22.0
        add META.yml and META.json
        modernize Makefile.PL
        add /lib and move Make.pm there
        match up distribution and module version numbers

(mef)

2016-04-29 13:57:22 UTC MAIN commitmail json YAML

Update to 2.10

Upstream changes:
2.10  Fri Apr 22 12:16:17 BST 2016
    - fix to building on Windows / MSVC (RT#102389)
    - fix duplicate DESTROY in Strip(.pm,.xs) warning (RT#104379, Debian bug #785032)

(wen)

2016-04-29 13:40:10 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Log4perl to 1.47

(mef)

2016-04-29 13:39:44 UTC MAIN commitmail json YAML

Updated to devel/p5-Log-Log4perl-1.47
-------------------------------------
1.47 (2016/03/17)
  *    (ms) [rt.cpan.org #102647] Slaven Rezic fixed a test
            case for file permissions
  *    (ms) Fixed synopsis code in Log::Log4perl::Appender::DBI,
            reported by Chris Collins.
  *    (ms) Added suggestion by Dylan Doxey to test for both MSWin32 and
            cygwin to detect windows-like systems for which tests need
            to be skipped.
  *    (ms) [rt.cpan.org #110915] Fixed "Redundant argument in sprintf"
            warning caused by DateFormat.pm with %d{Z} placeholders,
            reported by Alexander Hartmaier.
  *    (ms) [rt.cpan.org #110512] Felix Ostmann fixed a broken error
            message raised when a boolean filter can't be found.
  *    (ms) All hash traversals in Config.pm now done via "sort keys"
            to make sure we can reliably reproduce potential problems.

(mef)

2016-04-29 13:35:21 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-SysV to 2.06

(mef)

2016-04-29 13:35:04 UTC MAIN commitmail json YAML

Updated to devel/p5-IPC-SysV-2.06
---------------------------------
2.06 - 2016-02-28
    * CPAN #112110: invalid shmid should set errno
      (thanks to Jarkko Hietaniemi for providing a patch)

2.05 - 2016-02-14
    * CPAN #105416: Coverity finding: Argument cannot be negative
      (thanks to Jarkko Hietaniemi for providing a patch)
    * CPAN #102300: Links to manpages incorrect
    * GitHub #1: Use of uninitialized value in list slice

(mef)

2016-04-29 13:23:22 UTC MAIN commitmail json YAML

Updated devel/p5-Lexical-SealRequireHints to 0.010

(mef)

2016-04-29 13:23:06 UTC MAIN commitmail json YAML

Updated to devel/p5-Lexican-SealRequireHints-0.010
--------------------------------------------------
version 0.010; 2016-03-18
  * skip test with lexical $_ on Perl 5.23.4+ where that feature has
    been removed

(mef)

2016-04-29 13:11:48 UTC MAIN commitmail json YAML

Updated gstreamer1 and its plugins to 1.8.1.

(wiz)

2016-04-29 13:10:15 UTC MAIN commitmail json YAML

Update gstreamer1 and its plugins to 1.8.1.

Switch gst-plugin1-libav from ffmpeg2 to ffmpeg3.

1.8.1

The first 1.8 bug-fix release (1.8.1) was released on 20 April 2016.
This release only contains bugfixes and it should be safe to update
from 1.8.0.

Major bugfixes in 1.8.1

    Fix app compilation with Android NDK r11 and newer
    Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0
    Fix regression in avdeinterlace
    Fix memory corruption in scaletempo element with S16 input
    Fix glitches at the start with all audio sinks except for pulsesink
    Fix regression with encrypted HLS streams
    Fix automatic multithreaded decoding of VP8/9 video
    Fix deadlock in HTTP adaptive streams when scrub-seeking
    Fix regression in RTSP source with SRTP
    Add support for SRTP rollover counters in the RTSP source
    Add support for HiDPI ("Retina") screens in caopengllayersink
    ... and many more!

(wiz)

2016-04-29 13:09:17 UTC MAIN commitmail json YAML

Updated devel/p5-IO-TieCombine to 1.005

(mef)

2016-04-29 13:08:59 UTC MAIN commitmail json YAML

Updated to devel/p5-IO-TieCombine-1.005
---------------------------------------
1.005    2015-10-30 22:18:10-04:00 America/New_York
        - fileno on a IO::TieCombine::Handle now returns a negative value
          so they can be known to be artificial

(mef)

2016-04-29 13:05:15 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Interactive to 1.021

(mef)

2016-04-29 13:04:56 UTC MAIN commitmail json YAML

Updated to devel/p5-IO-Interactive-1.021 (From 0.0.6)
----------------------------------------------------
1.021 2016-01-27T20:29:17Z
  * Freshen the distro a bit
  * Somehow CPAN still has 0.0.6, so no one has David Muey's enhancements

1.01 - 2011-11-18
  * Decrease memory use a bit ***:
    1. lazy load Carp.pm only if we're about to croak()
    2. Remove use of version.pm since a decimal will do (made it 1.01 per
        discussion) - moots rt 50120
    3. Remove the need for Scalar::Util
  === Baseline RSS 1204,
          Orig RSS 2464 (+1260),
          New RSS 2244 (+1040)

          Technically -220 not a *huge* gain, but the ::Tiny version I'd
          worked up before this patch had an RSS of 1332 (+128).  I need
          to look into that and see if anything else could be done here.

(mef)

2016-04-29 12:59:33 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.069

(mef)

2016-04-29 12:59:16 UTC MAIN commitmail json YAML

Updated to devel/p5-IO-Compress-2.069
-------------------------------------
  2.069 26 Sept 2015
      * IO::Compress::FAQ
        - Added a section of bgzip
          RT #103295: IO::Compress Feature request

      * IO::Compress::Zip
        - Zip64 needs to be first in extra field to workaround a Windows Explorer Bug
          See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details

(mef)

2016-04-29 12:54:24 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Prompter to 0.004014

(mef)

2016-04-29 12:54:10 UTC MAIN commitmail json YAML

Updated to devel/p5-IO-Prompter-0.004014
----------------------------------------
0.004014  Tue Nov 24 08:50:00 2015
    * Numerous improvements to completion behaviour
      (Many thanks, Victor, and apologies for the long delay!)

(mef)

2016-04-29 12:48:25 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Pager to 0.36

(mef)

2016-04-29 12:48:03 UTC MAIN commitmail json YAML

Updated to devel/p5-IO-Pager-0.36
--------------------------------
0.36    Mon Feb 29 2016
  -    Fix Use of uninitialized value at IO/Pager.pm line 98
  -    Remove dubgging statement.
  -    Add some additional reporting to interactive tests.
  -    Specify minimum Test::More version.

0.35    Fri Jan 01 2016
  -    Update test 11 for Windows; okay in CMD, PowerShell and MSYS
        but tcsh and win-bash both fail
  -    Add .travis.yml

(mef)

2016-04-29 12:18:44 UTC MAIN commitmail json YAML

Updated devel/SDL_gfx to 2.0.25

(mef)

2016-04-29 12:18:28 UTC MAIN commitmail json YAML

Updated to devel/SDL_gfx-2.0.25
--------------------------------
Ver 2.0.25 - Sun, Oct 27, 2013  3:08:15 PM
* Added patch for 32- and 64-bit GCC-compiled MMX support
  (contributed by Sylvain Beucler, backported from SDL2_gfx)
* Fixed bug in _aaline when x1>x2 and dy==0 (found by Yannick
  Guesnet - thanks!)
* Updated documentation.
* Fixed header in SDL_gfxBlitFunc.h (reported by Jaders77 on
  sourceforge - thanks!)

(mef)

2016-04-29 12:17:11 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 6.9.3.8

(wiz)

2016-04-29 12:17:01 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.9.3.8

(wiz)

2016-04-29 12:16:46 UTC MAIN commitmail json YAML

Update ImageMagick and p5-PerlMagick to 6.9.3.8.

2016-03-22  6.9.3-8 Cristy  <quetzlzacatenango@image...>
  * Respect gravity when rendering text (e.g. convert -gravity center my.txt)
  * Return empty string for %d property and no directory (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29365)
  * Return filename for the %i property (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=29364).
  * Fixed lost pixels in frequency space (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29374).

2016-03-06  6.9.3-7 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-7, GIT revision 10628:810a9fe:20160306

2016-03-05  6.9.3-7 Dirk Lemstra <dirk@lem.....org>
  * -size can now be used the specify the maximum width/height for the
    following vector formats:
      * SVG (when librsvg and cairo are being used).
      * EMF (did not work on Windows).

2016-02-29  6.9.3-7 Cristy  <quetzlzacatenango@image...>
  * Fixed text alignment issue for label: / coder: (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29223).

2016-02-27  6.9.3-6 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-6, GIT revision 10597:83584a1:20160228.

2016-02-25  6.9.3-6 Cristy  <quetzlzacatenango@image...>
  * Ensure TXT: image format survives round-trip (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29206).

2016-02-21  6.9.2-6 Dirk Lemstra <dirk@lem.....org>
  * Added wavelet denoise.

2016-02-20  6.9.3-5 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-5, GIT revision 10572:cb24a69:20160219.

2016-02-16  6.9.3-5 Cristy  <quetzlzacatenango@image...>
  * Too many bytes when writing raw image formats (reference
    https://github.com/ImageMagick/ImageMagick/issues/132).

2016-02-12  6.9.3-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-4, GIT revision 10560:09f5f5d:20160212.

2016-02-12  6.9.3-4 Dirk Lemstra <dirk@lem.....org>
  * Fixed memory leak when reading an SVG without width/height (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=27&p=130197).

2016-02-09  6.9.3-4 Cristy  <quetzlzacatenango@image...>
  * Fix compiler error for complext text layout.

2016-02-05  6.9.3-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-3, GIT revision 10540:6b4c918:20160206.

2016-02-04  6.9.3-3 Cristy  <quetzlzacatenango@image...>
  * Numerous bugs fixed from fuzzed images (reference
    https://github.com/ImageMagick/ImageMagick/issues/123).
  * The -bias option is no longer a noop (reference
    https://github.com/ImageMagick/ImageMagick/issues/125).

2016-01-25  6.9.3-3 Dirk Lemstra <dirk@lem.....org>
  * Read XCF layer name (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=129638).

2016-01-23  6.9.3-2 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-2, GIT revision 10496:315028c:20160122.

2016-01-17  6.9.3-2 Cristy  <quetzlzacatenango@image...>
  * Don't reuse lock after free (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29031).

2016-01-21  6.9.3-2 Dirk Lemstra <dirk@lem.....org>
  * Fixed writing DocClass in CALS coder (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=129478).

2016-01-17  6.9.3-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-1, GIT revision 10488:e4f046e:20160116.

2016-01-06  6.9.3-1 Cristy  <quetzlzacatenango@image...>
  * Pair AcquireMagickResource with calls to RelinquishMagickResource when
    resource limits are hit (reference
    https://github.com/ImageMagick/ImageMagick/pull/75).
  * Return non-zero for the -format %b option (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28969).

2016-01-01  6.9.3-0 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.3-0, GIT revision 10445:620328b:20160101.

2015-12-31  6.9.3-0 Cristy  <quetzlzacatenango@image...>
  * Don't break on euro-style numbers (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28910).

2015-12-22  6.9.3-0 Glenn Randers-Pehrson <glennrp@image...>
  * 16-bit pnm images have a max value of 65535.

2015-12-18  6.9.2-10 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-10, GIT revision 10415:e31c09d:20151219.

2015-12-19  6.9.2-10 Cristy  <quetzlzacatenango@image...>
  * Fixed compile error when POSIX threads are not defined.

    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28791).
2015-12-18  6.9.2-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-9, GIT revision 10402:0027295:20151219

2015-12-05  6.9.2-9 Dirk Lemstra <dirk@lem.....org>
  * Fixed memory leak when reading incorrect PSD files (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28791).

2015-12-05  6.9.2-9 Cristy  <quetzlzacatenango@image...>
  * Enhance PDF to properly handle unicode titles (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786).
  * Fix memory leak in icon coder (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=28848).

2015-12-05  6.9.2-8 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-8, GIT revision 10374:ac7d144:20151205.

2015-12-04  6.9.2-8 Cristy  <quetzlzacatenango@image...>
  * Gray artifacts in large gif when using -layers optimize (reference
    https://github.com/ImageMagick/ImageMagick/issues/57).

2015-11-26  6.9.2-7 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-7, GIT revision 10370:eeb7d4e:20151126.

2015-11-24  6.9.2-7 Dirk Lemstra <dirk@lem.....org>
  * The DICOM reader now handles the rescale intercept and slope.
  * Added 'bmp3:alpha' option for including the alpha channel when writing
    an image in the BMP3 format. (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28733).
  * Only one thread permitted when delegating to the Ghostscript library
    under Windows.

2015-11-14  6.9.2-6 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-6, GIT revision 10341:f408196:20151113.

2015-11-08  6.9.2-6 Cristy  <quetzlzacatenango@image...>
  * PixelColor off by one on i386 (reference
    https://github.com/ImageMagick/ImageMagick/issues/54).
  * Eliminate stack overflow (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658).

2015-11-03  6.9.2-6 Dirk Lemstra <dirk@lem.....org>
  * Added local contrast enhancement.
  * Fixed bug in SetPixelCacheExtent that made images all black (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28514).
  * Added support for reading DICOM images with implicit vr little-endian
    transfer syntax.

2015-11-02  6.9.2-6 Samuel Thibault <samuel.thibault@...org>
  * Added 6dot variant for unicode and iso braille formats (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&p=127111).

2015-10-31  6.9.2-5 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-5, GIT revision 10316:86a76b6:20151031.

2015-10-15  6.9.2-5 Dirk Lemstra <dirk@lem.....org>
  * Fixed alpha blending issue with semi-transparent pixels in the merged
    image of PSD files. This can be disabled by setting the option
    'psd:alpha-unblend' to 'off' (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28169).
  * Fixed issue in jpeg:extent that prevented it from working (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=126638).
  * Fixed memory leak when reading Photoshop layers in a TIFF file.

2015-10-12  6.9.2-5 Cristy  <quetzlzacatenango@image...>
  * Support gradient:bounding-box, gradient:vector, gradient:center, and
    gradient:radius to shape the gradient rendering.
  * Recognize label:@- as stdin (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28501).
  * Make commas optional for coordinates (e.g. 0,0 256,256).

2015-10-10  6.9.2-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-4, GIT revision 10273:e00cf21:20151010

2015-10-08  6.9.2-4 Dirk Lemstra <dirk@lem.....org>
  * Fixed accessing subimage in a TIFF photoshop layer (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28469).
  * Fixed out of bounds error in -splice (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28466).

2015-09-25  6.9.2-4 Eric McConville <emcconville@emccon...>
  * Created Manhattan Interpolate method for -sparse-color (reference
    https://github.com/ImageMagick/ImageMagick/pull/36).

2015-09-22  6.9.2-4 Cristy  <quetzlzacatenango@image...>
  * Prevent null pointer access (reference
    https://github.com/ImageMagick/ImageMagick/pull/34).
  * Specify histogram code image format implictedly (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412).
  * Don't round up for JPEG image resolution (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422).
  * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1],
    image.jp2[2].
  * The -caption option no longer fails for filenames with @ prefix (reference
    https://github.com/ImageMagick/ImageMagick/issues/43).
  * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME (reference
    https://github.com/ImageMagick/ImageMagick/issues/44).

2015-09-19  6.9.2-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-3, GIT revision 10235:c40ee57:20150919

2015-09-17  6.9.2-2 Dirk Lemstra <dirk@lem.....org>
  * Added extra checks to avoid out of bounds error when parsing the 8bim
    profile (reference https://github.com/ImageMagick/ImageMagick/issues/31).
  * Fixed size of memory allocation in RLE coder to avoid segfault (reference
    https://github.com/ImageMagick/ImageMagick/issues/32).

2015-09-16  6.9.2-2 Cristy  <quetzlzacatenango@image...>
  * Add Bootstrap MIT license to ImageMagick web CSS and JS.
  * Use modern idiom for autoconf
    Fix a forgotten dir when regenerating html doc (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28363).
  * The -colorspace gray option no long leaves a ghostly shadow (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28350).

2015-09-14  6.9.2-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-1, GIT revision 10201:5879612:20150913.

2015-09-13  6.9.2-1 Dirk Lemstra <dirk@lem.....org>
  * Preserving image origin in TGA files (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28310).

2015-08-15  6.9.2-1 Cristy  <quetzlzacatenango@image...>
  * Support color compliance for TXT format (e.g. -define txt:compliance=css)
    (bug report from Anthony).
  * The first argument of a hsl() color is integer, not percentage (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26072).
  * Limit -fx recursive to avoid stack overflow (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28200).
  * Support inline images with data URLS.
  * Report progress less often (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28299).
  * Don't set image colorspace to gray for -alpha copy option.
  * Fixed a possible memory leak associated with the -sampling-factor option.
  * GetImageType() no longer has side-effects to match behavior of IMv7.

2015-08-15  6.9.2-0 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.2-0, GIT revision 10143:3534f6d:20150815.

2015-08-10  6.9.2-0 Cristy  <quetzlzacatenango@image...>
  * Swap pixels for -spread command-line option (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28043).
  * fx logical operations short circuit (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28179).
  * Type cast intensity variable (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28182).
  * Fix ModulusAdd & ModulusSubstract for HDRI compositing (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28186).

2015-07-25  6.9.2-0 Dirk Lemstra <dirk@lem.....org>
  * Added "-set colorspace:auto-grayscale false" that will prevent automatic
    conversion to grayscale inside coders that support grayscale.
  * Fixed -list weight and the options for -weight.
  * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image
    class of Magick++.
  * Fixed reading Photoshop layers of LSB TIFF files (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28045).
  * Fixed memory leak in font cache under Windows (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=28191).

2015-07-25  6.9.1-10 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-10, SVN revision 19269.

2015-07-20  6.9.1-10 Glenn Randers-Pehrson <glennrp@image...>
  * coders/magick.c: added "-define h:format=FMT" and
    "-define magick:format=FMT" options. FMT can be any output format
    supported by ImageMagick except "H" or "MAGICK". If this define is
    omitted, the encoder uses GIF by default for pseudoclass images and
    PNM for directclass images, as previously.  Made "MAGICK" (read-write)
    and "H" (write-only) visible in the format list.

2015-07-18  6.9.1-10 Dirk lemstra <dirk@lem.....org>
  * Removed incorrect EOF check in the DDS reader (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065).

2015-07-18  6.9.1-10 Cristy  <quetzlzacatenango@image...>
  * Fixed undefined behaviors (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067).
  * Return exception message for unknown image properties.
  * Color shift removed when reading transparent gray images (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081)

2015-07-18  6.9.1-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-9, SVN revision 19200.

2015-07-12  6.9.1-9 Dirk Lemstra <dirk@lem.....org>
  * Fixed issue with radial gradient in MVG (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995).

2015-07-11  6.9.1-8 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-8, SVN revision 19167.

2015-06-25  6.9.1-8 Cristy  <quetzlzacatenango@image...>
  * Correct install location of the Magick++ headers (reference
    https://github.com/ImageMagick/ImageMagick/pull/17/commits).
  * Different gif cropping behavior between versions (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013).
  * Cannot read properly simple psd file (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002).

(wiz)

2016-04-29 12:08:39 UTC MAIN commitmail json YAML

Updated devel/man-pages to 4.05

(mef)

2016-04-29 12:07:55 UTC MAIN commitmail json YAML

Updated to devel/man-pages-4.0.5
--------------------------------
The size of 'Changes' file reaches 33,413 bytes long,
so please read the file in distfiles, Thank you

(mef)

2016-04-29 12:03:41 UTC MAIN commitmail json YAML

Updated net/filezilla to 3.17.0

(wiz)

2016-04-29 12:03:31 UTC MAIN commitmail json YAML

Updated filezilla to 3.17.0.

3.17.0 (2016-04-21)

- *nix: Removed a label on the filter dialog that doesn't apply to *nix builds
- Fix compilation if Nettle is installed in a custom location
- Fix potential issues with destruction order when closing FileZilla

3.17.0-rc1 (2016-04-15)

+ Recursivly queuing local files for upload now displays the progress below the local file list
+ MSW: Use dynamic TCP send buffer sizes to improve upload speeds on high-latency connections
+ SFTP: Use hardware-accelerated AES on x86_64 CPUs if available by using the AES implementation from Nettle instead of PuTTY
+ Building FileZilla now depends on the Nettle library, version 3.1 or later
+ Building FileZilla now depends on libfilezilla >= 0.5.0 (https://lib.filezilla-project.org/).
- MSW: The installer now warns if it detects old versions of FileZilla outside of the installation directory
- Improve compatibility with directory listings where midnight is represented as 24:00:00 of the prior day
- SFTP: Failed downloads due to write failures, e.g. due to a full disk, no longer show up as successful
- SFTP: Fix transfer failures if multiple transfers try to list the same directory
- SFTP: Updated PuTTY components
- FTP over TLS: Debug logs now contain additional information about the TLS handshake

3.16.1 (2016-03-16)

! MSW: Updated installer to NSIS 3.0b3 to prevent DLL hijacking
- MSW: Fix string conversion functions of MinGW runtime libraries
- Updated PuTTY components
- Updated translations
- Official binaries now link against GnuTLS 3.4.10
- Official binaries now link against SQLite 3.11.1

3.16.0 (2016-02-29)

- Small fix for remembering queue completion actions

3.16.0-rc1 (2016-02-21)

+ Make notification bubble on queue completion configurable though the queue's context menu
+ Selected queue completion action is now remembered, excluding the system shutdown/sleep actions.
+ Added new servertype to the Site Manager for servers using MS-DOS style paths with forward slashes as separators
+ Building FileZilla now depends on libfilezilla >= 0.4.0 (https://lib.filezilla-project.org/).
- Fixes for network configuration wizard leading to incorrect test result
- MSW: Installer now removes leftover files from improperly uninstalled previous versions

3.15.0.2 (2016-02-10)

- MSW: Binaries are now also signed using a SHA256 signature and certificate.
- OS X: Move location of COPYING file containing the GPL to a different location in the bundle. On some systems OS X cannot verify the bundle with the file at the old location
- Restore focused item if changing directory listing sort order
- Fix restoring the column widths of the failed transfers tab in the queue when starting FileZilla
- MSW: Double-clicking a divider between a list header in the queue now adjust the sizes in the other tabs just as dragging the width would

3.15.0.1 (2016-02-02)

- Fix for search dialog not displaying the results from the last visited directory of a search

3.15.0 (2016-01-30)

+ MSW: Display notification bubble if FileZilla isn't in the forgeground and all active transfers have finished.

3.15.0-rc1 (2016-01-23)

- Fix regression from 3.16.0-beta1 where extra data being appended to some downloaded files
- Fix setting initial pane sizes when creating new tabs
- OS X: Fix display of issuer and subject details in certificate verification dialog
- Updated SFTP components from PuTTY
- Official binaries now link against GnuTLS 3.4.8
- Official binaries now link against SQLite 3.10.2

3.15.0-beta1 (2016-01-13)

+ Building FileZilla now depends on libfilezilla 0.3.0 (https://lib.filezilla-project.org/).
+ Added support for downloading and deleting multiple unrelated directories from the search dialog
+ *nix: Vastly speed up line-ending conversion when downloading files using the ASCII data type
+ Improved compatibility with broken servers omitting the mandatory 1yz reply to transfer commands
- Fix handling of SFTP keyfiles with non-ASCII characters in their paths
- Add missing directory comparison checkbox to new bookmark dialog
- MSW: Installer now sets appid on desktop icon
- Updated built-in pugixml

3.14.1 (2015-10-16)

+ For third-party builds, add configure flag to allow using system ciphers for FTP over TLS. Display a warning if an insecure cipher is negotiated as result of using system ciphers.
- Fixed loading of the directory comparison flag for bookmakrs in the Site Manager
- Changing the interface layout and icon theme no longer results in an inconsistent UI state
- Some SFTP servers send additional information on errors. This information is now shown in the message log
- If the local file cannot be opened on SFTP transfers FileZilla no longer automatically retries
- Updated SFTP components from PuTTY

3.14.0 (2015-09-16)

- When connecting using SFTP, show an error message instead of silently failing when encountering an insecure cipher

3.14.0-rc2 (2015-09-09)

- Removing selected queue items is now faster
- Reduced memory usage of queue
- When connecting to hostnames with multiple IPs, reset timeout if trying the next address

3.14.0-rc1 (2015-09-04)

+ Add support for password-protected SSH private keys
+ SSH private keys not in PuTTY's native format no longer need to be converted if they aren't password-protected
+ When using synchronized browsing, changing to a directory that does not exist on both sides now asks whether the missing directory should be created
- SSH1 support for SFTP has been disabled

3.13.1 (2015-08-24)

- Fix SFTP component crashing on some combinations of encryption and key exchange algorithm
- Fixed Ctrl+Shift+I shortcut to toggle filters
- OS X: Fixed Ctrl+, shortcut to open settings dialog
- Optimizations to reduce memory footprint
- Build system fixes

3.13.0 (2015-08-15)

+ Display home directory instead of root directory if the last used directory does not exist
+ Larger initial size of main window if there is no stored size
+ Slightly increased size of page selection box in settings dialog
- Fix assertion in directory listing parser
- Fix drag&drop of remote files which broke in 3.13.0-rc1

3.13.0-rc2 (2015-08-10)

- Updated SFTP components from PuTTY
- Official binaries now link against GnuTLS 3.4.4
- Official binaries now link against SQLite 3.8.11.1

3.13.0-rc1 (2015-08-05)

+ For SFTP servers the private key file to use can now be specified in the Site Manager
+ The contents of each queue tab can now be exported through the context menu
+ MSW: The installer now registers the App Path so that FileZilla is recognized in the Win+R dialog
+ FileZilla now uses pugixml instead of TinyXML to parse and create XML files
+ Several performance improvements
+ Code cleanup and modernization, building FileZilla now requires a C++14 compiler
- Fixed an assert loading sitemanager.xml created by an old version
- If password saving is disabled, specifying a password on the command-line no longer leads to extraneous password prompts when transferring files
- If deleting remote directories via the directory tree, navigate out of the directory tree that is to be deleted

3.12.0.2 (2015-07-09)

- Fix regression on servers that have MLSD facts disabled by default

3.12.0.1 (2015-07-09)

- Fix detection of UTF-8 support
- Fix location of file list status bar, it was shifted by one pixel

(wiz)

2016-04-29 11:55:31 UTC MAIN commitmail json YAML

Added textproc/pugixml version 1.7

(wiz)

2016-04-29 11:55:06 UTC MAIN commitmail json YAML

2016-04-29 11:54:54 UTC MAIN commitmail json YAML

Import pugixml-1.7 as textproc/pugixml.

pugixml is a light-weight C++ XML processing library. It features:

* DOM-like interface with rich traversal/modification capabilities
* Extremely fast non-validating XML parser which constructs the DOM
  tree from an XML file/buffer
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic
  encoding conversions

The library is extremely portable and easy to integrate and use.

(wiz)

2016-04-29 11:54:29 UTC MAIN commitmail json YAML

Added net/libfilezilla version 0.5.0

(wiz)

2016-04-29 11:54:19 UTC MAIN commitmail json YAML

+ libfilezilla.

(wiz)

2016-04-29 11:54:06 UTC MAIN commitmail json YAML

Import libfilezilla-0.5.0 as net/libfilezilla.

libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:

* A typesafe, multi-threaded event system that's very simple to use
  yet extremely efficient
* Timers for periodic events
* A datetime class that not only tracks timestamp but also their
  accuracy, which simplifies dealing with timestamps originating from
  different sources
* Simple process handling for spawning child processes with redirected
  I/O

(wiz)

2016-04-29 11:49:36 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 2.3.0

(mef)

2016-04-29 11:48:53 UTC MAIN commitmail json YAML

Updated to devel/p5-Git-CPAN-Patch-2.3.0
----------------------------------------
  (make test may fail on t/clone.t, but at least perl t/clone.t runs fine,
  I presume it is not on the package, but on test mechanism).
----------------------------------------
2.3.0 2016-04-13
  - perlcritic tweaks, add documentation, better die messages. (GH#32,
    temp0)

  [ ENHANCEMENTS ]
    - 'git cpan import' now has options '--author_name' and
      '--author_email' to force author to those values. (GH#31)

  [ STATISTICS ]
    - code churn: 8 files changed, 78 insertions(+), 45 deletions(-)

(mef)

2016-04-29 11:17:44 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.68

(wiz)

2016-04-29 11:17:34 UTC MAIN commitmail json YAML

Updated libdrm to 2.4.68.

Chih-Wei Huang (1):
      android: add virgl to be a valid driver

Daniel Vetter (7):
      headers: Remove _DRM_GEM
      tests/kms-steal-crtc: Use correct includes
      headers: Update drm_i915.h
      headers: Update drm_sarea.h
      headers: Update drm_fourcc.h
      headers: Update drm_mode.h
      headers: Update drm.h

Emil Velikov (1):
      proptest: print signed values correctly

Eric Engestrom (6):
      amdgpu: Fix spelling mistakes
      exynos: Fix spelling mistake
      freedreno: Fix spelling mistakes
      intel: Fix spelling mistakes
      tests: Fix spelling mistakes
      xf86drm: Fix spelling mistakes

Gustavo Padovan (3):
      tests: add virtio_gpu to the driver list
      gitignore: ignore kms-steal-crtc and kms-universal-planes
      modetest: print signed values correctly

Kenneth Graunke (1):
      Bump version for release

Michał Winiarski (1):
      intel/skl: Add missing SKL PCI IDs

Nicolas Dechesne (1):
      freedreno: add dummy fd_bo_from_fbdev implementation when KGSL is
disabled

Rob Clark (3):
      add libdrm_vc4.pc to .gitignore
      freedreno: update uapi
      freedreno: add support for FD_TIMESTAMP

Rodrigo Vivi (1):
      intel: Adding missing Broxton PCI IDs.

Sonny Jiang (1):
      amdgpu/tests: fix tests for asics with one VCE instance

Thierry Reding (1):
      tegra: Sync with Linux kernel UAPI header

Thomas Hellstrom (1):
      vmwgfx: update uapi

(wiz)

2016-04-29 11:17:32 UTC MAIN commitmail json YAML

Added patch to make sure that /include/WebCore/libdummy.prl is
not created.

(nros)

2016-04-29 11:14:13 UTC MAIN commitmail json YAML

Added patch to make sure that /include/WebCore/libdummy.prl is
not created.

(nros)

2016-04-29 10:16:11 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 2.3.2

(fhajny)

2016-04-29 10:16:01 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 2.3.2.

== 2.3.2 Release Notes

=== Deprecations

REST::
- Deprecate camelCase usages

Search::
- Deprecate sort option reverse.

Settings::
- Deprecate camelCase settings magic

=== Enhancements

Analysis::
- Analyze API : Fix/deprecated filters in analyze in 2x

=== Bug fixes

Aggregations::
- Aggregations: Adds serialisation of sigma to
  extended_stats_bucket pipeline aggregation
- ExtendedStatsAggregator should also pass sigma to emtpy aggs.

Allocation::
- Rebalancing policy shouldn't prevent hard allocation decisions
- When considering the size of shadow replica shards, set size to 0

Logging::
- Add missing index name to search slow log.

Mapping::
- Fail if an object is added after a field with the same name.

More Like This::
- Alias items are not ignored anymore

REST::
- Fixes reading of CORS pre-flight headers and methods
- index is a required url part for update by query

Recovery::
- Backports Notify GatewayRecoveryListener on failure

Snapshot/Restore::
- On restore, selecting concrete indices can select wrong index

== 2.3.1 Release Notes

=== Bug fixes

Aggregations::
- Prevents exception being raised when ordering by an aggregation
  which wasn't collected

Cluster::
- Cluster stats: fix memory available that is always set to 0

== 2.3.0 Release Notes

=== Breaking changes

Allocation::
- Speed up shard balancer by reusing shard model while moving
  shards that can no longer be allocated to a node

Mapping::
- Add per-index setting to limit number of nested fields

=== Deprecations

Geo::
- Deprecate lat_lon and precision_step
- Deprecate geo_point mapping params

Plugin Discovery Multicast::
- Deprecate Discovery Multicast Plugin

Query DSL::
- Add deprecation logging for deprecated queries.

=== New features

Reindex API::
- Backport reindex to 2.x

Task Manager::
- Backport of task management api to 2x

=== Enhancements

Allocation::
- Skip capturing least/most FS info for an FS with no total
- Speed improvements for BalancedShardsAllocator

Cache::
- Make TermsQuery considered costly.

Cluster::
- Shard state action request logging
- Safe cluster state task notifications

Core::
- Remove log4j exception hiding
- Avoid cloning MessageDigest instances
- Add a hard check to ensure we are running with the expected
  lucene version

Exceptions::
- Added file name to exceptions when failing to read index state
- Add Exception class name to message in
  `NotSerializableExceptionWrapper`

Geo::
- Upgrade GeoPointField to use Lucene 5.5 PrefixEncoding

Internal::
- Cleanup search sub transport actions and collapse
  o.e.action.search.type package into o.e.action.search

Java API::
- TransportClient: Add exception when using plugin.types, to help
  migration to addPlugin

Logging::
- Log suppressed stack traces under DEBUG

Mapping::
- Add deprecation logging for mapping transform
- Expose the reason why a mapping merge is issued.
- Add sub-fields support to `bool` fields.
- Improve cross-type dynamic mapping updates.
- Make mapping updates more robust.

Network::
- Add additional fallback to http.publish_port and restrict
  fallback to transport.publish_port

Packaging::
- Windows service: Use JAVA_HOME environment variable in registry
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)

Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
  snapshots

Plugin Mapper Attachment::
- Fix attachments plugins with docx

REST::
- More robust handling of CORS HTTP Access Control

Reindex API::
- Implement helpful interfaces in reindex requests
- Reindex should timeout if sub-requests timeout
- Teach reindex to retry on rejection

Scripting::
- Logs old script params use to the Deprecation Logger
- Remove suppressAccessChecks permission for Groovy script plugin
- Class permission for Groovy references
- Scripting: Allow to get size of array in mustache
- Added plumbing for compile time script parameters
- Enhancements to the mustache script engine

Search::
- Add deprecation logging for ignore_unmapped parameter
- Add deprecation logging when users use the SCAN search type.

Settings::
- Log warning if max file descriptors too low

=== Bug fixes

Aggregations::
- Setting 'other' bucket on empty aggregation
- Build empty extended stats aggregation if no docs collected for
  bucket
- Set meta data for pipeline aggregations
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Fix NPE in Derivative Pipeline when current bucket value is null

Aliases::
- Fix _aliases filter and null parameters
- Check lenient_expand_open after aliases have been resolved

Allocation::
- IndicesStore checks for `allocated elsewhere` for every shard
  not alocated on the local node
- Prevent peer recovery from node with older version

Analysis::
- Analysis : Allow string explain param in JSON
- Analysis : Fix no response from Analyze API without specified
  index

Bulk::
- Bulk api: fail deletes when routing is required but not
  specified

CAT API::
- Fix column aliases in _cat/indices, _cat/nodes and _cat/shards
  APIs

CRUD::
- fixed propagation of autoGeneratedId on document creation
- Throw exception if content type could not be determined in
  Update API

Cache::
- Handle closed readers in ShardCoreKeyMap

Cluster::
- Index deletes not applied when cluster UUID has changed
- Only fail the relocation target when a replication request on it
  fails

Core::
- Migrate template settings (add missing byte & time units)

Fielddata::
- Make disabled fielddata loading fail earlier.

Geo::
- Remove .geohash suffix from GeoDistanceQuery and
  GeoDistanceRangeQuery

Highlighting::
- Don't override originalQuery with request filters

Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
  each other

Internal::
- Log uncaught exceptions from scheduled once tasks
- FunctionScoreQuery should implement two-phase iteration.

Java API::
- Fix boundary chars in java api

Logging::
- Add missing index name to indexing slow log
- ParseFieldMatcher should log when using deprecated settings.

Mapping::
- Put mapping operations must update metadata of all types.
- Fix serialization of `search_analyzer`.
- Reuse metadata mappers for dynamic updates.
- Fix MapperService#searchFilter(...)
- MapperService: check index.mapper.dynamic during index creation

Network::
- Only accept transport requests after node is fully initialized

Packaging::
- Fix waiting for pidfile
- Enable es_include at init

Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity

Percolator::
- Don't replace found fields if map unmapped fields as string is
  enabled
- mpercolate api should serialise start time

Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory

Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends

REST::
- Remove detect_noop from REST spec
- Make text parsing less lenient.

Recovery::
- Try to renew sync ID if `flush=true` on forceMerge
- sync translog to disk after recovery from primary

Reindex API::
- Properly register reindex status
- Be much much much careful about context
- Make search failure cause rest failure

Scripting::
- Check that _value is used in aggregations script before setting
  value to specialValue
- Add permission to access sun.reflect.MethodAccessorImpl from
  Groovy scripts
- Fixes json generation for scriptsort w/ deprecated params
- Security permissions for Groovy closures

Search::
- Do not apply minimum_should_match on auto generated boolean
  query if the coordination factor is disabled.
- Do not apply minimum-should-match on a boolean query if the
  coords are disabled
- Fix blended terms take 2

Settings::
- TransportClient should use updated setting for initialization of
  modules and service

Snapshot/Restore::
- Prevent closing index during snapshot restore
- Add node version check to shard allocation during restore

Stats::
- Fix recovery translog stats totals when recovering from store
- Fix calculation of age of pending tasks

Task Manager::
- Fix TaskId#isSet to return true when id is set and not other way
  around
- Don't wait for completion of list tasks tasks when
  wait_for_completion flag is set

Translog::
- Call ensureOpen on Translog#newView() to prevent
  IllegalStateException
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails

Tribe Node::
- Passthrough environment and network settings to tribe client
  nodes
- Tribe node: pass path.conf to inner tribe clients

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x

Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0

REST::
- Don't return all indices immediately if count of expressions >1
  and first expression is *

=== Upgrades

Core::
- Upgrade to Lucene 5.5.0 official release
- Upgrade to lucene 5.5.0-snapshot-850c6c2
- Upgrade to lucene 5.5.0-snapshot-4de5f1d
- Update lucene to r1725675
- Upgrade to lucene-5.5.0-snapshot-1721183.

Plugin Cloud Azure::
- Upgrade Azure Storage client to 4.0.0

Plugin Discovery Azure::
- Upgrade azure SDK to 0.9.3

Scripting::
- Upgrade groovy dependency in lang-groovy module to version 2.4.6

== 2.2.1 Release Notes

=== Enhancements

Cluster::
- Shard state action request logging

Core::
- Avoid cloning MessageDigest instances

Exceptions::
- Add Exception class name to message in
  `NotSerializableExceptionWrapper`

Network::
- Add additional fallback to http.publish_port and restrict
  fallback to transport.publish_port

Packaging::
- Windows service: Use JAVA_HOME environment variable in registry

Scripting::
- Class permission for Groovy references

Settings::
- Log warning if max file descriptors too low

=== Bug fixes

Aggregations::
- Set meta data for pipeline aggregations

Aliases::
- Fix _aliases filter and null parameters

Bulk::
- Bulk api: fail deletes when routing is required but not
  specified

Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
  each other

Logging::
- Add missing index name to indexing slow log

Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity

Percolator::
- Don't replace found fields if map unmapped fields as string is
  enabled

Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory

Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin

Query DSL::
- Use MappedFieldType.termQuery to generate simple_query_string
  queries

REST::
- Remove detect_noop from REST spec

Scripting::
- Add permission to access sun.reflect.MethodAccessorImpl from
  Groovy scripts

Snapshot/Restore::
- Add node version check to shard allocation during restore

Stats::
- Fix recovery translog stats totals when recovering from store

Tribe Node::
- Passthrough environment and network settings to tribe client
  nodes

=== Regressions

Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0

=== Upgrades

Plugin Repository Azure::
- Upgrade Azure Storage client to 4.0.0

== 2.2.0 Release Notes

=== Breaking changes

Index APIs::
- Change Field stats API response to include both number and
  string based min and max values

Scripting::
- Filter classes loaded by scripts
- Lock down javascript and python script engines better

=== Deprecations

Java API::
- Deprecate the count api in favour of search with size 0
- Deprecates defaultRescoreWindowSize

Plugin Discovery Multicast::
- Deprecate the discovery-multicast plugin

Query DSL::
- Deprecate the `missing` query
- Deprecate NotQueryBuilder

Search::
- Deprecate _search/exists in favour of regular _search with size
  0 and terminate_after 1

=== New features

Geo::
- Add CONTAINS relation to geo_shape query
- Add support for Lucene 5.4 GeoPoint queries
- Add GeoPointV2 Field Mapping

Network::
- Allow binding to multiple addresses.

Plugin Analysis Phonetic::
- Add support for `daitch_mokotoff`

Plugin Repository S3::
- Add support for S3 storage class

Plugins::
- Decentralize plugin security

Search::
- Add query profiler

=== Enhancements

Aliases::
- Add support to _aliases endpoint to specify multiple indices and
  aliases in one action

Allocation::
- Simplify delayed shard allocation
- Add cluster-wide setting for total shard limit
- Early terminate high disk watermark checks on single data node
  cluster

Analysis::
- Add detail response support for _analyze API

CAT API::
- Add sync_id to cat shards API
- Add duration field to /_cat/snapshots
- Add cat API for repositories and snapshots
- Adds disk used by indices to _cat/allocation

Cluster::
- Safe cluster state task notifications
- Reroute once per batch of shard failures
- Add callback for publication of new cluster state
- Split cluster state update tasks into roles
- Use general cluster state batching mechanism for shard started
- Use general cluster state batching mechanism for shard failures
- Set an newly created IndexShard's ShardRouting before exposing
  it to operations
- Uniform exceptions for TransportMasterNodeAction

Core::
- If we can't get a MAC address for the node, use a dummy one
- Simplify shard inactive logging
- Simplify IndexingMemoryController#checkIdle
- IndexingMemoryController should not track shard index states
- Make PerThreadIDAndVersionLookup per-segment
- Verify Checksum once it has been fully written to fail as soon
  as possible

Discovery::
- Don't allow nodes with missing custom meta data to join cluster

Exceptions::
- Deduplicate cause if already contained in shard failures
- Give a better exception when running from freebsd jail without
  enforce_statfs=1
- Make root_cause of field conflicts more obvious

Fielddata::
- Update GeoPoint FieldData for GeoPointV2

Geo::
- Geo: Fix toString() in GeoDistanceRangeQuery and GeoPolygonQuery
- Enable GeoPointV2 with backward compatibility testing
- Refactor Geo utilities to Lucene 5.4

Index APIs::
- Add option to disable closing indices

Index Templates::
- Disallow index template pattern to be the same as an alias name

Internal::
- Simplify the Text API.
- Simpler using compressed oops flag representation
- Info on compressed ordinary object pointers
- Explicitly log cluster state update failures
- Use transport service to handle RetryOnReplicaException to
  execute replica action on the current node
- Make IndexShard operation be more explicit about whether they
  are expected to run on a primary or replica
- Avoid trace logging allocations in
  TransportBroadcastByNodeAction
- Only trace log shard not available exceptions
- Transport options should be immutable
- Fix dangling comma in ClusterBlock#toString
- Improve some logging around master election and cluster state
- Add System#exit(), Runtime#exit() and Runtime#halt() to
  forbidden APIs
- Simplify XContent detection.
- Add threadgroup isolation.
- Cleanup plugin security
- Add workaround for JDK-8014008
- Refactor retry logic for TransportMasterNodeAction
- Remove MetaDataSerivce and it's semaphores
- Cleanup IndexMetaData
- TransportNodesAction shouldn't hold on to cluster state
- Add SpecialPermission to guard exceptions to security policy.
- Clean up scripting permissions.
- Factor groovy out of core into lang-groovy
- Factor expressions scripts out to lang-expression plugin

Java API::
- TransportClient: Add exception when using plugin.types, to help
  migration to addPlugin
- Align handling of interrupts in BulkProcessor
- BulkProcessor backs off exponentially by default
- Add java API for synced flush
- Allow to get and set ttl as a time value/string
- Reject refresh usage in bulk items when using and fix NPE when
  no source
- BulkProcessor retries after request handling has been rejected
  due to a full thread pool

Logging::
- Add circuit breaker name to logging package
- Log cluster health status changes
- Map log-level 'trace' to JDK-Level 'FINEST'

Mapping::
- Make mapping serialization more robust.
- Make mappings immutable.
- Make MappedFieldType.checkTypeName part of
  MappedFieldType.checkCompatibility.
- throw exception if a copy_to is within a multi field
- Register field mappers at the node level.

Network::
- only allow code to bind to the user's configured port
  numbers/ranges
- Port of publishAddress should match port of corresponding
  boundAddress

Packaging::
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris
- punch thru symlinks when loading plugins/modules
- set ActiveProcessLimit=1 on windows
- set RLIMIT_NPROC = 0 on bsd/os X systems.
- Drop ability to execute on Solaris
- Packaging: change permissions/ownership of config dir
- Release: Fix package repo path to only consist of major version
- Nuke ES_CLASSPATH appending, JarHell fail on empty classpath
  elements
- Get lang-javascript, lang-python, securemock ready for script
  refactoring
- Remove some bogus permissions only needed for tests.
- Remove java.lang.reflect.ReflectPermission
  "suppressAccessChecks"

Plugin Cloud AWS::
- Add support for proxy authentication for s3 and ec2

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)
- Add support for secondary azure storage account

Plugin Cloud GCE::
- Adding backoff from retries on GCE errors
- Add `_gce_` network host setting

Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
  snapshots
- Adding US-Gov-West
- Improved building of disco nodes

Plugin Mapper Attachment::
- Backport mapper-attachments plugin to 2.x

Plugin Repository S3::
- Add aws canned acl

Plugins::
- Expose http.type setting, and collapse al(most all) modules
  relating to transport/http
- Ban RuntimePermission("getClassLoader")
- Add nicer error message when a plugin descriptor is missing
- Don't be lenient in PluginService#processModule(Module)
- Check "plugin already installed" before jar hell check.
- Plugin script to set proper plugin bin dir attributes
- Plugin script to set proper plugin config dir attributes

Query DSL::
- Allow CIDR notation in query string query

REST::
- Make XContentGenerator.writeRaw* safer.
- Filter path refactoring

Recovery::
- Handle cancel exceptions on recovery target if the cancel comes
  from the source
- Decouple routing and primary operation logic in
  TransportReplicationAction

Scripting::
- Add property permissions so groovy scripts can serialize json
- Remove ScriptEngineService.unwrap.
- Remove ScriptEngineService.execute.

Search::
- Support * wildcard to retrieve stored fields in the 'fields'
  option
- Caching Weight wrappers should propagate the BulkScorer.
- fix numerical issue in function score query

Snapshot/Restore::
- Support wildcards for getting repositories and snapshots
- Add ignore_unavailable parameter to skip unavailable snapshot

Stats::
- Add system CPU percent to OS stats
- Pull Fields instance once from LeafReader in completion stats
- Add os.allocated_processors stats

Top Hits::
- Put method addField on TopHitsBuilder

Translog::
- Check for tragic event on all kinds of exceptions not only ACE
  and IOException

Tribe Node::
- Tribe nodes should apply cluster state updates in batches

=== Bug fixes

Aggregations::
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Run pipeline aggregations for empty buckets added in the Range
  Aggregation
- [Children agg] fix bug that prevented all child docs from being
  evaluated
- Correct typo in class name of StatsAggregator
- Fix significant terms reduce for long terms
- Pass extended bounds into HistogramAggregator when creating an
  unmapped aggregator
- Added correct generic type parameter on ScriptedMetricBuilder

Aliases::
- Check lenient_expand_open after aliases have been resolved

Allocation::
- Prevent peer recovery from node with older version
- Fix calculation of next delay for delayed shard allocation
- Take ignored unallocated shards into account when making
  allocation decision
- Only allow rebalance operations to run if all shard store data
  is available
- Delayed allocation can miss a reroute
- Check rebalancing constraints when shards are moved from a node
  they can no longer remain on

Bulk::
- Do not release unacquired semaphore

CAT API::
- Properly set indices and indicesOptions on subrequest made by
  /_cat/indices

CRUD::
- Throw exception if content type could not be determined in
  Update API

Cluster::
- Only fail the relocation target when a replication request on it
  fails
- Handle shards assigned to nodes that are not in the cluster
  state
- Bulk cluster state updates on index deletion

Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
  number of processors
- AllTermQuery's scorer should skip segments that never saw the
  requested term
- Include root-cause exception when we fail to change shard's
  index buffer
- Restore thread interrupt flag after an InterruptedException
- Use fresh index settings instead of relying on @IndexSettings
- Record all bytes of the checksum in VerifyingIndexOutput
- When shard becomes active again, immediately increase its
  indexing buffer
- Close TokenStream in finally clause

Engine::
- Never wrap searcher for internal engine operations

Exceptions::
- Fix ensureNodesAreAvailable's error message

Fielddata::
- Don't cache top level field data for fields that don't exist

Geo::
- Geo: Allow numeric parameters enclosed in quotes for
  'geohash_grid' aggregation

Highlighting::
- Fix spans extraction to not also include individual terms.

Index APIs::
- Field stats: Index constraints should remove indices in the
  response if the field to evaluate is empty
- Field stats: Fix NPE for index constraint on empty index
- Field stats: Added `format` option for index constraints
- Restore previous optimize transport action name for bw comp
- Forbid index name `.` and `..`

Internal::
- Log uncaught exceptions from scheduled once tasks
- Make sure the remaining delay of unassigned shard is updated
  with every reroute
- Throw a meaningful error when loading metadata and an alias and
  index have the same name
- fixup issues with 32-bit jvm
- Failure to update the cluster state with the recovered state
  should make sure it will be recovered later
- Properly bind ClassSet extensions as singletons
- Streamline top level reader close listeners and forbid general
  usage
- Gateway: a race condition can prevent the initial cluster state
  from being recovered
- Verify actually written checksum in VerifyingIndexOutput
- Remove all setAccessible in tests and forbid
- Remove easy uses of setAccessible in tests.
- Ban setAccessible from core code, restore monitoring stats under
  java 9

Logging::
- Settings in log config file should not overwrite custom
  parameters
- Plugin cli tool should not create empty log files

Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.
- MetaDataMappingService should call MapperService.merge with the
  original mapping update.
- Fix copy_to when the target is a dynamic object field.
- Only text fields should accept analyzer and term vector
  settings.
- Mapper parsers should not check for a `tokenized` property.
- Validate that fields are defined only once.
- Check mapping compatibility up-front.
- Don't treat _default_ as a regular type.
- Don't ignore mapping merge failures.
- Treat mappings at an index-level feature.
- Multi field names may not contain dots
- Mapping: Allows upgrade of indexes with only search_analyzer
  specified

Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file
- Handle system policy correctly
- Startup script exit status should catch daemonized startup
  failures

Plugin Cloud AWS::
- Discovery-ec2 plugin should check `discovery.type`

Plugin Delete By Query::
- Fix Delete-by-Query with Shield
- Delete by query to not wrap the inner query into an additional
  query element

Plugin Mapper Attachment::
- Fix toXContent() for mapper attachments field

Plugin Repository S3::
- Hack around aws security hole of accessing sun.security.ssl, s3
  repository works on java 9 again

Plugins::
- Fix plugin list command error message
- Parse Java system properties in plugin.bat
- PluginManager: Dont leave leftover files on unsuccessful
  installs
- Fix HTML response during redirection

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends
- Min should match greater than the number of optional clauses
  should return no result
- Return a better exception message when `regexp` query is used on
  a numeric field

REST::
- Throw exception when trying to write map with null keys
- XContentFactory.xContentType: allow for possible UTF-8 BOM for
  JSON XContentType
- Restore support for escaped '/' as part of document id
- Add missing REST spec for `detect_noop`
- Expose nodes operation timeout in REST API
- Ensure XContent is consistent across platforms

Recovery::
- sync translog to disk after recovery from primary
- CancellableThreads should also treat ThreadInterruptedException
  as InterruptedException

Scripting::
- Security permissions for Groovy closures

Search::
- Fix NPE when a segment with an empty cache gets closed.
- Fix the quotes in the explain message for a script score
  function without parameters

Settings::
- TransportClient should use updated setting for initialization of
  modules and service

Shadow Replicas::
- Don't pull translog from shadow engine

Snapshot/Restore::
- Snapshot restore and index creates should keep index settings
  and cluster blocks in sync
- Snapshot restore operations throttle more than specified
- Fix blob size in writeBlob() method

Stats::
- Fix calculation of age of pending tasks
- serialize os name, arch and version too
- Add extra validation into `cluster/stats`
- Omit current* stats for OldShardStats

Translog::
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
  relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails
- Fail and close translog hard if writing to disk fails
- Prevent writing to closed channel if translog is already closed
- Don't delete temp recovered checkpoint file if it was renamed
- Translog recovery can repeatedly fail if we run out of disk

Tribe Node::
- Tribe node: pass path.conf to inner tribe clients
- Fix tribe node to load config file for internal client nodes

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x

Internal::
- Deduplicate concrete indices after indices resolution

Plugin Cloud Azure::
- Filter cloud azure credentials

Query DSL::
- RangeQueryParser should accept `_name` in inner field

=== Upgrades

Core::
- Upgrade to lucene-5.4.1.
- Upgrade to lucene-5.4.0.
- Upgrade Lucene to 5.4.0-snapshot-1715952
- Upgrade Lucene to 5.4.0-snapshot-1714615
- Upgrade to lucene-5.4.0-snapshot-1712973.
- update to lucene-5.4.x-snapshot-1711508
- Upgrade to lucene-5.4-snapshot-1710880.
- Upgrade to lucene-5.4-snapshot-1708254.
- upgrade lucene to r1702265
- Upgrade master to lucene 5.4-snapshot r1701068

Geo::
- Update to spatial4j 0.5 for correct Multi-Geometry

Network::
- Upgrade Netty to 3.10.5.final

Plugin Discovery Azure::
- Update Azure Service Management API to 0.9.0

Plugin Discovery EC2::
- Upgrade to aws 1.10.33

Plugin Lang JS::
- upgrade rhino for plugins/lang-javascript

== 2.1.2 Release Notes

=== Enhancements

Internal::
- Only trace log shard not available exceptions

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)

Translog::
- Check for tragic event on all kinds of exceptions not only ACE
  and IOException

=== Bug fixes

Aggregations::
- Make `missing` on terms aggs work with all execution modes.

Aliases::
- Check lenient_expand_open after aliases have been resolved

Allocation::
- Prevent peer recovery from node with older version

Cluster::
- Only fail the relocation target when a replication request on it
  fails

Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
  number of processors
- AllTermQuery's scorer should skip segments that never saw the
  requested term

Highlighting::
- Fix spans extraction to not also include individual terms.

Internal::
- Log uncaught exceptions from scheduled once tasks
- Fix ConcurrentModificationException from nodes info and nodes
  stats

Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.

Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends

Recovery::
- sync translog to disk after recovery from primary

Stats::
- Fix calculation of age of pending tasks

Translog::
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
  relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails

Tribe Node::
- Tribe node: pass path.conf to inner tribe clients

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x

(fhajny)

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

Updated lang/openjdk8 to 1.8.77nb1

(ryoon)

2016-04-29 09:38:19 UTC MAIN commitmail json YAML

Bump PKGREVISION from /dev/urandom use on *BSD
Originally reported from abs@ on tech-pkg@.

>From random(4) man page:
    Applications should read from /dev/urandom when they need randomly
    generated data, e.g. key material for cryptography or seeds for
    simulations.

(ryoon)

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

Updated textproc/py-xlsxwriter to 0.8.6

(fhajny)

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

Update textproc/py-xlsxwriter to 0.8.6.

* Fix for ``external:`` urls where the target/anchor contains
  spaces.

(fhajny)

2016-04-29 08:56:21 UTC MAIN commitmail json YAML

+ duplicity-0.7.07.1, dvdstyler-2.9.6, evolution-3.18.5.2,
  filezilla-3.17, gcc-6.1, howm-1.4.3 [pkg/51101], kodi-16.1,
  nginx-1.10, ocaml-4.03, shotwell-0.22.1, sshguard-1.6.4, tea-41.1.1,
  tin-2.3.3, tor-browser-5.5.5.

(wiz)

2016-04-29 08:51:16 UTC MAIN commitmail json YAML

Include firefox45 common Make fragment to provide gstreamer1
Reported by wiz@. Thank you.

(ryoon)

2016-04-29 08:50:21 UTC MAIN commitmail json YAML

Updated geography/kplex to v1.3.2

(plunky)

2016-04-29 08:49:46 UTC MAIN commitmail json YAML

update to v1.3.2:

    Released 21st April 2016

Added gpsd support
Fixed various udp handling bugs
Fixed various bugs on tcp reconnect
Improve reconnection handling
Added much more debugging
Give interfaces default names

(plunky)

2016-04-29 08:31:02 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.173

(wiz)

2016-04-29 08:30:50 UTC MAIN commitmail json YAML

Updated mame to 0.173.

It's the end of another month, and time for a new MAME release.
This time there are more improvements for capabilities we have added
in previous versions.

MAME now includes ports of some popular shaders for the BGFX renderer,
including the EAGLE, HQx and xBR scaling effects. Please be aware
that the BGFX renderer is still a work in progress, and you may
experience some stability issues when using it.

This release introduces a new cheat engine based on the Lua scripting
language. This opens the door to exciting new possibilities. One
of the most significant improvements is better support for systems
with banked memory, including many 8-bit home computers like the
Apple II family.

MAME's archive file handling has been improved in a number of ways.
ZIP64 format is now supported, allowing MAME to archives over 4GiB
in size. This mean that, for example, large flyer collections don't
need to be unzipped for use with the internal UI. 7zip support has
been updated for the latest 7zip release, including new archive
features and many bug fixes. We've also fixed a number of bugs in
the internal file browser.

Of course this release also includes many other improvements from
the MAME team and external contributors.

(wiz)

2016-04-29 08:12:20 UTC MAIN commitmail json YAML

2016-04-29 07:41:34 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-Simple to 1.28
Updated devel/p5-Tree-Simple-VisitorFactory to 0.14
Updated devel/p5-Tree-DAG_Node to 1.29

(mef)

2016-04-29 07:40:08 UTC MAIN commitmail json YAML

Updated to devel/p5-Tree-DAG-Node-1.29
---------------------------------------
1.29  2016-03-01T13:39:00
  - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the
    cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that
    Test::Pod is needed neither for building nor testing this module, but is only needed for
    development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See
    https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details.

1.28  2016-03-01T08:43:00
  - No code changes.
  - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES.
          Many thanx to Kent Fredric in RT#112568 for this suggestion.
  - Expand the SYNOPSIS.
  - Update MANIFEST.SKIP to include .gitignore.
  - Finally add lightweight git tags to distros, so that if you have a Bash alias such as:
  alias gl='git log --decorate=full' you'll see something like these 5 lines:

1.27  2015-07-12T11:01:00
  - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says:
          "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does
          'use Tree::DAG_Node'. That's no good when code is expecting a different encoding
          (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing
          in another module of mine. Then I checked all my modules (including some not intended for
          publication - Local::*) and found about 28 offenders, with some using it inn multiple files.
          The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble':
          http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
          All tests still work after removing that line.
  - Remove Build.PL. Ship only Makefile.PL.

(mef)

2016-04-29 07:35:37 UTC MAIN commitmail json YAML

Updated to devel/p5-Tree-Simple-VisitorFactory-0.14
---------------------------------------------------
0.14  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

0.13  2016-04-25T09:26:00
  - No code changes.
  - Delete Build.PL.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.

(mef)

2016-04-29 07:32:46 UTC MAIN commitmail json YAML

Updated to devel/p5-Tree-Simple-1.28
------------------------------------
1.28  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

1.27  2016-04-25T09:26:00
  - No code changes.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.

1.26  2015-11-28T09:30:00
  - No code changes.
  - Accept patches from Manwar via github. See https://github.com/stevan/tree-simple/pull/10.
  - I (Ron) followed github's advice on handling merge conflicts from the command line, but could
          not see the patches after the merge.
  - So, create github repo https://github.com/ronsavage/Tree-Simple.
  - Remove Build.PL.
  - Reformat dates in this file.
  - Oops. Can't get Test::Stream to work in 10_Tree_Simple_test.t. Logged issue, but it's
          probably a problem with the way I tried to use Test::Stream. Revert to Test::More.
  - Add xt/author/changes.t to MANIFEST.

(mef)

2016-04-28 22:21:42 UTC MAIN commitmail json YAML

Updated sysutils/libgtop to 2.28.4nb9

(jperkin)

2016-04-28 22:18:58 UTC MAIN commitmail json YAML

2016-04-28 19:23:21 UTC MAIN commitmail json YAML

2016-04-28 14:57:46 UTC MAIN commitmail json YAML

2016-04-28 13:50:14 UTC MAIN commitmail json YAML

Updated devel/st to 1.9

(gson)

2016-04-28 13:49:04 UTC MAIN commitmail json YAML

Update devel/st to 1.9.

Changes from 1.8 to 1.9.
------------------------
o  Support 32-bit and 64-bit Intel Macs.

o  Added ST_VERSION string, and ST_VERSION_MAJOR and ST_VERSION_MINOR
  [bug 1796801].

o  Fixed some compiler warnings, based on a patch from Brian Wellington
  [bug 1932741].

(gson)

2016-04-28 11:15:06 UTC MAIN commitmail json YAML

Updated ham/uhd to 3.9.3

(mef)

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

Updated to ham/uhd-3.9.3
------------------------
## 003.009.003
* UBX: Fixed a phase synchronization issue on the sub-1GHz band
* USB: Fixed transport issue that crashed when multiple USB devices were
  connected on a Windows machine, more graceful handling of USB disconnects,,
  provided .cdf file for installing on Windows
* B200: Fixed memory growth/increasing tune times issue
* E300: Fixed memory leak with udev, fixed issue with autoboot value, fixes
  to button behaviour
* usrp2, usrp3: Fixed IQ imbalance and DC bias in DDC chain
* CMake: Windows registry fixes
* Fixed several compiler warnings and minor bugs
* Examples: Updated benchmark_rate for improved thread safety

(mef)

2016-04-28 10:11:03 UTC MAIN commitmail json YAML

Updated multimedia/ffplay3 to 3.0.1nb1

(leot)

2016-04-28 10:10:52 UTC MAIN commitmail json YAML

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

Updated multimedia/ffplay2 to 2.8.6nb1

(leot)

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

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

Updated multimedia/ffmpeg2 to 2.8.6nb3

(leot)

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

Also install man pages and HTML documentation.

Prior to this change all USE_TOOLS were already present except "perl". That
blocked the generation of both man pages and HTML documentation.
Also handle the append of configure's --progs-suffix number to address
coexistence of multiple ffmpeg versions man pages (done via patch-doc_Makefile).

Bump PKGREVISION.

(leot)

2016-04-28 08:39:23 UTC MAIN commitmail json YAML

bump for gnome-desktop3 bl3 ABI fix

(prlw1)

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

Forgot to increase ABI in blk3 for library major number change.

(prlw1)

2016-04-28 07:17:31 UTC MAIN commitmail json YAML

2016-04-28 07:14:32 UTC MAIN commitmail json YAML

2016-04-28 07:13:19 UTC MAIN commitmail json YAML

s/baloo/libbaloo4/

(markd)

2016-04-28 07:11:54 UTC MAIN commitmail json YAML

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

2016-04-28 07:08:13 UTC MAIN commitmail json YAML

2016-04-28 07:05:13 UTC MAIN commitmail json YAML

2016-04-28 07:02:23 UTC MAIN commitmail json YAML

2016-04-28 07:01:13 UTC MAIN commitmail json YAML

2016-04-27 21:23:26 UTC MAIN commitmail json YAML

Updated www/firefox38-l10n to 38.8.0

(ryoon)

2016-04-27 21:22:56 UTC MAIN commitmail json YAML

2016-04-27 21:21:56 UTC MAIN commitmail json YAML

Updated www/firefox38 to 38.8.0

(ryoon)

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

Update to 38.8.0

Changelog:
Fixed in Firefox ESR 38.8
    2016-47 Write to invalid HashMap entry through JavaScript.watch()
    2016-44 Buffer overflow in libstagefright with CENC offsets
    2016-39 Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8)
    2016-36 Use-after-free during processing of DER encoded keys in NSS
    2016-29 Same-origin policy violation using performance.getEntries and history navigation with session restore
    2016-15 Use-after-free in NSS during SSL connections in low memory
    2016-07 Errors in mp_div and mp_exptmod cryptographic functions in NSS

(ryoon)

2016-04-27 16:52:31 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.636

(wiz)

2016-04-27 16:52:19 UTC MAIN commitmail json YAML

Updated p5-DBI to 1.636.

Changes in DBI 1.636 - 24th April 2016

    Fix compilation for threaded perl <= 5.12 broken in 1.635 RT#113955
    Revert change to DBI::PurePerl DESTROY in 1.635
    Change t/16destroy.t to avoid race hazard RT#113951
    Output perl version and archname in t/01basics.t
    Add perl 5.22 and 5.22-extras to travis-ci config

(wiz)

2016-04-27 16:44:31 UTC MAIN commitmail json YAML

+ openntpd-5.9p1 [pkg/51092], p5-DBI-1.636.

(wiz)

2016-04-27 16:41:22 UTC MAIN commitmail json YAML

Use common Makefile fragment from firefox45

Firefox 46 does not require gstreamer1.

(ryoon)

2016-04-27 16:39:58 UTC MAIN commitmail json YAML

Add firefox45-l10n

(ryoon)

2016-04-27 16:39:25 UTC MAIN commitmail json YAML

Added www/firefox45-l10n version 45.1.0

(ryoon)

2016-04-27 16:38:59 UTC MAIN commitmail json YAML

2016-04-27 16:38:06 UTC MAIN commitmail json YAML

Add firefox45

(ryoon)

2016-04-27 16:37:27 UTC MAIN commitmail json YAML

Added www/firefox45 version 45.1.0

(ryoon)

2016-04-27 16:36:50 UTC MAIN commitmail json YAML

Import firefox45-45.1.0 as www/firefox45.

Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.

It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.

This package tracks Firefox 45 ESR branch.

Changelog from www/firefox 45.0.2:
Fixed in Firefox ESR 45.1
    2016-47 Write to invalid HashMap entry through JavaScript.watch()
    2016-44 Buffer overflow in libstagefright with CENC offsets
    2016-39 Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8)

(ryoon)

2016-04-27 16:25:16 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 46.0

(ryoon)

2016-04-27 16:24:06 UTC MAIN commitmail json YAML

2016-04-27 16:23:12 UTC MAIN commitmail json YAML

Updated www/firefox to 46.0

(ryoon)

2016-04-27 16:22:40 UTC MAIN commitmail json YAML

Update to 46.0

* Drop buildlink to gstreamer1

Changelog:
New
    Improved security of the JavaScript Just In Time (JIT) Compiler
    GTK3 integration (GNU/Linux only)

Fixed
    Correct rendering for scaled SVGs that use a clip and a mask
    Various security fixes
    Screen reader behavior with blank spaces in Google Docs corrected

Changed
    WebRTC fixes to improve performance and stability

Developer
    Display dominator trees in Memory tool
    Allocation and garbage collection pause profiling in the performance panel
    Launch responsive mode from the Style Editor @media sidebar

HTML5
    Added support for document.elementsFromPoint
    Added HKDF support for Web Crypto API

Fixed in Firefox 46
    2016-48 Firefox Health Reports could accept events from untrusted domains
    2016-47 Write to invalid HashMap entry through JavaScript.watch()
    2016-46 Elevation of privilege with chrome.tabs.update API in web extensions
    2016-45 CSP not applied to pages sent with multipart/x-mixed-replace
    2016-44 Buffer overflow in libstagefright with CENC offsets
    2016-43 Disclosure of user actions through JavaScript with motion and orientation sensors
    2016-42 Use-after-free and buffer overflow in Service Workers
    2016-41 Content provider permission bypass allows malicious application to access data
    2016-40 Privilege escalation through file deletion by Maintenance Service updater
    2016-39 Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8)

(ryoon)

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

Updated net/ntp4 to 4.2.8p7

(wen)

2016-04-27 15:59:19 UTC MAIN commitmail json YAML

Update to 4.2.8p7

Upstream changes:
(4.2.8p7) 2016/04/26 Released by Harlan Stenn <stenn@ntp.org>

* [Sec 2901] KoD packets must have non-zero transmit timestamps.  HStenn.
* [Sec 2936] Skeleton Key: Any system knowing the trusted key can serve
  time. Include passive servers in this check. HStenn.
* [Sec 2945] Additional KoD packet checks.  HStenn.
* [Sec 2978] Interleave can be partially triggered.  HStenn.
* [Sec 3007] Validate crypto-NAKs.  Danny Mayer.
* [Sec 3008] Always check the return value of ctl_getitem().
  - initial work by HStenn
  - Additional cleanup of ctl_getitem by perlinger@ntp.org
* [Sec 3009] Crafted addpeer with hmode > 7 causes OOB error. perlinger@ntp.org
  - added more stringent checks on packet content
* [Sec 3010] remote configuration trustedkey/requestkey values
  are not properly validated. perlinger@ntp.org
  - sidekick: Ignore keys that have an unsupported MAC algorithm
    but are otherwise well-formed
* [Sec 3011] Duplicate IPs on unconfig directives will cause an assertion botch
  - graciously accept the same IP multiple times. perlinger@ntp.org
* [Sec 3020] Refclock impersonation.  HStenn.
* [Bug 2831]  Segmentation Fault in DNS lookup during startup. perlinger@ntp.org
  - fixed yet another race condition in the threaded resolver code.
* [Bug 2858] bool support.  Use stdbool.h when available.  HStenn.
* [Bug 2879] Improve NTP security against timing attacks. perlinger@ntp.org
  - integrated patches by Loganaden Velvidron <logan@ntp.org>
    with some modifications & unit tests
* [Bug 2952] Symmetric active/passive mode is broken.  HStenn.
* [Bug 2960] async name resolution fixes for chroot() environments.
  Reinhard Max.
* [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile. perlinger@ntp.org
* [Bug 2995] Fixes to compile on Windows
* [Bug 2999] out-of-bounds access in 'is_safe_filename()'. perlinger@ntp.org
* [Bug 3013] Fix for ssl_init.c SHA1 test. perlinger@ntp.org
  - Patch provided by Ch. Weisgerber
* [Bug 3015] ntpq: config-from-file: "request contains an unprintable character"
  - A change related to [Bug 2853] forbids trailing white space in
    remote config commands. perlinger@ntp.org
* [Bug 3019] NTPD stops processing packets after ERROR_HOST_UNREACHABLE
  - report and patch from Aleksandr Kostikov.
  - Overhaul of Windows IO completion port handling. perlinger@ntp.org
* [Bug 3022] authkeys.c should be refactored. perlinger@ntp.org
  - fixed memory leak in access list (auth[read]keys.c)
  - refactored handling of key access lists (auth[read]keys.c)
  - reduced number of error branches (authreadkeys.c)
* [Bug 3023] ntpdate cannot correct dates in the future. perlinger@ntp.org
* [Bug 3030] ntpq needs a general way to specify refid output format.  HStenn.
* [Bug 3031] ntp broadcastclient unable to synchronize to an server
            when the time of server changed. perlinger@ntp.org
  - Check the initial delay calculation and reject/unpeer the broadcast
    server if the delay exceeds 50ms. Retry again after the next
    broadcast packet.
* [Bug 3036] autokey trips an INSIST in authistrustedip().  Harlan Stenn.
* Document ntp.key's optional IP list in authenetic.html.  Harlan Stenn.
* Update html/xleave.html documentation.  Harlan Stenn.
* Update ntp.conf documentation.  Harlan Stenn.
* Fix some Credit: attributions in the NEWS file.  Harlan Stenn.
* Fix typo in html/monopt.html.  Harlan Stenn.
* Add README.pullrequests.  Harlan Stenn.
* Cleanup to include/ntp.h.  Harlan Stenn.

---
(4.2.8p6) 2016/01/20 Released by Harlan Stenn <stenn@ntp.org>

* [Sec 2935] Deja Vu: Replay attack on authenticated broadcast mode. HStenn.
* [Sec 2936] Skeleton Key: Any trusted key system can serve time. HStenn.
* [Sec 2937] ntpq: nextvar() missing length check. perlinger@ntp.org
* [Sec 2938] ntpq saveconfig command allows dangerous characters
  in filenames. perlinger@ntp.org
* [Sec 2939] reslist NULL pointer dereference.  perlinger@ntp.org
* [Sec 2940] Stack exhaustion in recursive traversal of restriction
  list. perlinger@ntp.org
* [Sec 2942]: Off-path DoS attack on auth broadcast mode.  HStenn.
* [Sec 2945] Zero Origin Timestamp Bypass. perlinger@ntp.org
* [Sec 2948] Potential Infinite Loop in ntpq ( and ntpdc) perlinger@ntp.org
* [Bug 2772] adj_systime overflows tv_usec. perlinger@ntp.org
* [Bug 2814] msyslog deadlock when signaled. perlinger@ntp.org
  - applied patch by shenpeng11@huawei.com with minor adjustments
* [Bug 2882] Look at ntp_request.c:list_peers_sum(). perlinger@ntp.org
* [Bug 2891] Deadlock in deferred DNS lookup framework. perlinger@ntp.org
* [Bug 2892] Several test cases assume IPv6 capabilities even when
            IPv6 is disabled in the build. perlinger@ntp.org
  - Found this already fixed, but validation led to cleanup actions.
* [Bug 2905] DNS lookups broken. perlinger@ntp.org
  - added limits to stack consumption, fixed some return code handling
* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
  - changed stacked/nested handling of CTRL-C. perlinger@ntp.org
  - make CTRL-C work for retrieval and printing od MRU list. perlinger@ntp.org
* [Bug 2980] reduce number of warnings. perlinger@ntp.org
  - integrated several patches from Havard Eidnes (he@uninett.no)
* [Bug 2985] bogus calculation in authkeys.c perlinger@ntp.org
  - implement 'auth_log2()' using integer bithack instead of float calculation
* Make leapsec_query debug messages less verbose.  Harlan Stenn.
* Disable incomplete t-ntp_signd.c test.  Harlan Stenn.

(wen)

2016-04-27 15:03:22 UTC MAIN commitmail json YAML

Updated lang/nodejs to 6.0.0

(fhajny)

2016-04-27 15:03:10 UTC MAIN commitmail json YAML

Update lang/nodejs to 6.0.0.

This release will become the new LTS later in 2016.

The following significant changes have been made since the
previous Node.js v5.0.0 release.

Buffer
- New Buffer constructors have been added #4682 and #5833.
- Existing Buffer() and SlowBuffer() constructors have been
  deprecated in docs #4682 and #5833.
- Previously deprecated Buffer APIs are removed #5048, #4594.
- Improved error handling #4514.
- The Buffer.prototype.lastIndexOf() method has been added #4846.

Cluster
- Worker emitted as first argument in 'message' event #5361.
- The worker.exitedAfterDisconnect property replaces
  worker.suicide #3743.

Console
- Calling console.timeEnd() with an unknown label now emits a
  process warning rather than throwing #5901.

Crypto
- Improved error handling #3100, #5611.
- Simplified Certificate class bindings #5382.
- Improved control over FIPS mode #5181.
- pbkdf2 digest overloading is deprecated #4047.

Dependencies
- Reintroduce shared c-ares build support #5775.
- V8 updated to 5.0.71.35 #6372.

DNS
- Add dns.resolvePtr() API to query plain DNS PTR records #4921.

Domains
- Clear stack when no error handler #4659.

Events
- The EventEmitter.prototype._events object no longer inherits
  from Object.prototype #6092.
- The EventEmitter.prototype.prependListener() and
  EventEmitter.prototype.prependOnceListener() methods have been
  added #6032.

File System
- The fs.realpath() and fs.realpathSync() methods have been
  updated to use a more efficient libuv-based implementation. This
  change includes the removal of the cache argument and the method
  can throw new errors #3594.
- FS apis can now accept and return paths as Buffers #5616.
- Error handling and type checking improvements #5616, #5590,
  #4518, #3917.
- fs.read's string interface is deprecated #4525.

HTTP
- 'clientError' can now be used to return custom errors from an
  HTTP server #4557.

(fhajny)

2016-04-27 12:39:00 UTC MAIN commitmail json YAML

Updated print/zathura-pdf-mupdf to 0.3.0nb2

(leot)

2016-04-27 12:38:45 UTC MAIN commitmail json YAML

2016-04-27 12:36:21 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.9a

(leot)

2016-04-27 12:34:58 UTC MAIN commitmail json YAML

Update print/mupdf to 1.9a.

pkgsrc changes:
o Update MASTER_SITES (archive/ subdirectory contains all the distfiles,
  latest stable version and also older ones)
o Bump BUILDLINK_A[BP]I_DEPENDS.mupdf to 1.9a due to several API and ABI
  changes

Changes:
MuPDF 1.9a (2016-04-26)
-----------------------
Version 1.9a is a bug fix release. If you run into issues with selecting or
searching for text with ligatures, you should upgrade from 1.9.

MuPDF 1.9 (2016-04-18)
-----------------------
The 1.9 release is here!

Headline changes:

  * New command line tools: create and run.
  * New low-level Java interface for desktop and android.
  * Bidirectional layout for Arabic and Hebrew scripts.
  * Shaping complex scripts for EPUB text layout.
  * Noto fallback fonts for EPUB layout.

mutool create:

  * Create new PDF files from scratch.
  * Read an annotated content stream in a text file and write a PDF file,
    automatically embedding font and image resources.

mutool run:

  * Run javascript scripts with MuPDF bindings.
  * The interface is similar to the new Java interface.

mutool draw:

  * Optional multi-threaded operation (Windows and pthreads).
  * Optional low memory mode (primarily for testing).

(leot)

2016-04-27 04:20:10 UTC MAIN commitmail json YAML

2016-04-26 22:52:55 UTC MAIN commitmail json YAML

update print/hplip to 3.16.3.

(schnoebe)

2016-04-26 22:51:30 UTC MAIN commitmail json YAML

Update to hplip 3.16.3:

Upstream Release Notes

HPLIP 3.16.3 - This release has the following changes:

Added Support for the Following New Printers:

- HP PageWide Pro 577dw Multifunction Printer
- HP PageWide Pro 577z Multifunction Printer
- HP PageWide Pro 552dw Printer
- HP PageWide Pro 452dw Printer
- HP PageWide Pro 452dn Printer
- HP PageWide Pro 477dw Multifunction Printer
- HP PageWide Pro 477dn Multifunction Printer
- HP DeskJet GT 5810 All-in-One Printer
- HP DeskJet GT 5820 All-in-One Printer

Added support for the following new Distro's:
- Ubuntu 16.04 (beta)

Issues fixed:
- Traceback error occurs when ESC button is hit upon the promt for
  root/superuser credentials while installing hp-plugin.

Announcements:
- Discontinued the RPM packaging for RHEL-5.X

(schnoebe)

2016-04-26 20:56:07 UTC MAIN commitmail json YAML

Bump oxygen-icons version.  Fixes pbulk scan resolution.

(jperkin)

2016-04-26 16:40:25 UTC MAIN commitmail json YAML

Updated www/nghttp2 to 1.10.0

(adam)

2016-04-26 16:31:59 UTC MAIN commitmail json YAML

nghttp2 v1.10.0:
This release adds ALTSVC frame support in libnghttp2. nghttp gets new option to exercise expect/continue dance with server. nghttpx gets several new features, robust load balancing, and bug fixes.

(adam)

2016-04-26 15:26:44 UTC MAIN commitmail json YAML

Fix build on Darwin < 10.9 by disabling Cocoa notification support.

(jperkin)

2016-04-26 14:38:05 UTC MAIN commitmail json YAML

Updated lang/nodejs to 5.11.0

(fhajny)

2016-04-26 14:37:54 UTC MAIN commitmail json YAML

Update lang/nodejs to 5.11.0.

Buffer:
- Buffer.prototype.compare can now compare sub-ranges of two
  Buffers.

deps:
- update to http-parser 2.7.0
- update ESLint to 2.7.0

net:
- adds support for passing DNS lookup hints to createConnection()

node:
- Make the builtin libraries available for the --eval and --print
  CLI options

npm:
- upgrade npm to 3.8.6

repl:
- Pressing enter in the repl will repeat the last command by default
  if no input has been received. This behaviour was in node
  previously and was not removed intentionally.

src:
- add SIGINFO to supported signals

streams:
- Fix a regression that caused by net streams requesting multiple
  chunks synchronously when combined with cork/uncork

zlib:
- The flushing flag is now configurable allowing for decompression
  of partial data

(fhajny)

2016-04-26 12:42:33 UTC MAIN commitmail json YAML

Add missing DEPENDS.

Spotted by: joerg@

(wen)

2016-04-26 10:36:48 UTC MAIN commitmail json YAML

Fix build on NetBSD >=7.99.27 due route(4) change (deprecation of RTF_LLINFO). Courtesy of leot.

(adam)

2016-04-26 09:36:35 UTC MAIN commitmail json YAML

Updates to phonon* extra-cmske-modules and oxygen-icons

(markd)

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

Update oxygen-icons to 5.21

* Install index.theme to same directory it always was in
* Install into oxygen/base/ so icons move from apps don't clash with
  version installed by those apps
* Replicate symlinks from breeze-icons
* Add new emblem-added and emblem-remove icons for sync with breeze

(markd)