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 (0m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 15:50:36 UTC Now

2016-02-02 11:42:36 UTC MAIN commitmail json YAML

Updated devel/ocaml-findlib to 1.6.1

(jaapb)

2016-02-02 11:41:46 UTC MAIN commitmail json YAML

Updated package to latest version, 1.6.1. Changes include:
- 1.6.1: Just an important doc fix.
- 1.6.0: Adding support for dynamically loading packages (Fran巽ois Bobot):
  new "plugin" variable, new Fl_dynload module.
  New command "ocamlfind lint" for checking META files (Fran巽ois Bobot).
  Also support MSYS_NT on Windows. Permit spaces in install paths
  (Christophe Troestler).
  Allow to query the location of the META file of a package:
  "ocamlfind query -format '%m'" (Gerd Stolpmann).
  Get the install path for the META file of packages:
  "ocamlfind printconf metapath" (Gerd Stolpmann).
- 1.5.6: for MSVC build fixing bad filename suffix (Dmitry Bely).
  The switch -only-show did not work as described.
  (Error report from Bob Atkey.)</p>
  Also support mingw64 as system type (Matthieu Dubuget).

Also some changes to wrapper scripts, needed for lang/coq.

(jaapb)

2016-02-02 08:15:07 UTC MAIN commitmail json YAML

Changed "Install binary package" to "Installing binary package"

(rillig)

2016-02-02 08:02:49 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint4 to 4.162

(rillig)

2016-02-02 08:02:30 UTC MAIN commitmail json YAML

Don't look in pkgtools/pkglint for a newer version, use pkgtools/pkglint4

Bumped version.

(rillig)

2016-02-02 08:00:10 UTC MAIN commitmail json YAML

Fixed dependency pattern for pkglint4

(rillig)

2016-02-02 07:38:29 UTC MAIN commitmail json YAML

add explicit dependency on libX11
fixes build on Darwin

(dbj)

2016-02-02 07:24:47 UTC MAIN commitmail json YAML

Add PLIST.SunOS, fixes build on SunOS.

(fhajny)

2016-02-02 06:31:36 UTC MAIN commitmail json YAML

2016-02-02 06:30:34 UTC MAIN commitmail json YAML

2016-02-02 06:15:02 UTC MAIN commitmail json YAML

add c to USE_LANGUAGES since it gets invoked during configuration

(dbj)

2016-02-02 06:12:10 UTC MAIN commitmail json YAML

fix incorrect CoreAudio api usage on Darwin
also enumerate inputs and outputs separately to find the correct type

(dbj)

2016-02-02 05:41:18 UTC MAIN commitmail json YAML

Updated www/firefox38-l10n to 38.6.0

(ryoon)

2016-02-02 05:40:48 UTC MAIN commitmail json YAML

Update to 38.6.0

* Sync with firefox38-38.6.0

(ryoon)

2016-02-02 05:40:08 UTC MAIN commitmail json YAML

Updated www/firefox38 to 38.6.0

(ryoon)

2016-02-02 05:39:13 UTC MAIN commitmail json YAML

Update to 38.6.0

Changelog:
Fixed in Firefox ESR 38.6
    2016-03 Buffer overflow in WebGL after out of memory allocation
    2016-01 Miscellaneous memory safety hazards (rv:44.0 / rv:38.6)
    2015-150 MD5 signatures accepted within TLS 1.2 ServerKeyExchange in server signature

(ryoon)

2016-02-02 04:45:25 UTC MAIN commitmail json YAML

note updates to codec2, freedv and qgis

(dbj)

2016-02-02 04:33:58 UTC MAIN commitmail json YAML

update qgis to 12.2.3

New Features in QGIS 2.12 ���Lyon���

This is the next release in our 4-monthly release series. It
gives you access to the new features we have been working on and
represents the ���cutting edge��� of QGIS development.

QGIS ���Lyon��� is jam-packed with awesome new features. Special
highlights are support for rule based labelling, rule based
styling of attribute tables, and advanced geometry checker,
support for digitising curve based geometries, better
authentication management and much, much more! QGIS 2.12 also has
many bug fixes and memory leaks addressed. The features provided
in QGIS 2.12 will be included in the next LTR release (slated for
release in 2016), so using this release provides you with an
excellent opportunity to test new features that will make their
way into the next LTR.

(dbj)

2016-02-01 23:34:31 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.3.2

(asau)

2016-02-01 23:29:56 UTC MAIN commitmail json YAML

Update to SBCL 1.3.2

changes in sbcl-1.3.2 relative to sbcl-1.3.1:
* enhancement: {READ,WRITE}-SEQUENCE are much faster for some combinations
  of short sequences and stream types
* enhancement: MAKE-LIST's result can be stack-allocated on x86-64
* bug fix: WRITE-SEQUENCE no longer fails to write lists containing integers
  to bivalent streams
* bug fix: LOGTEST (and hence ODDP) no longer conses when given fixnum
  arguments and small bit positions.  (lp#1277690)
* bug fix: READ-FROM-STRING compiler-macro does not permute its arguments
* bug fix: DEFUN of a function name that collides with a system-generated
  structure accessor does not confuse the runtime. (lp#540063)
* bug fix: heap corruption from miscompiled RESTART-BIND. (lp#1530390)

(asau)

2016-02-01 21:40:39 UTC MAIN commitmail json YAML

Fixed boolean expression for selecting the proper pkglint version

It had been wrong for SunOS-*-i386, which is not supported by the Go
programming language, but was forced to use the Go version nevertheless.

(rillig)

2016-02-01 18:47:23 UTC MAIN commitmail json YAML

Add keywords to print/texlive/package.mk and instruct mk/help/help.mk to also
look for print/texlive/*.mk files for help.

Now documentation regarding TeX packages for pkgsrc MAINTAINERs and
developers is easily accessible via the "help" target.

ok wiz@

(leot)

2016-02-01 18:21:25 UTC MAIN commitmail json YAML

Removed expat dependency

(adam)

2016-02-01 17:10:38 UTC MAIN commitmail json YAML

Recent versions of Illumos implement flock() so add an additional guard
for SOLARIS.

(richard)

2016-02-01 16:57:53 UTC MAIN commitmail json YAML

Fix filesystems/glusterfs entry (hi manu@!).

(leot)

2016-02-01 16:11:39 UTC MAIN commitmail json YAML

Updated devel/gettext to 0.19.7

(adam)

2016-02-01 15:06:46 UTC MAIN commitmail json YAML

Added x11/tabbed version 0.6

(leot)

2016-02-01 15:06:26 UTC MAIN commitmail json YAML

2016-02-01 15:05:56 UTC MAIN commitmail json YAML

Import tabbed-0.6 as x11/tabbed.
Packaged by Daniel ��lschlegel in pkgsrc-wip.

Simple generic tabbed fronted to xembed aware applications, originally
designed for surf but also usable with many other application, i.e.
uzbl, urxvt and xterm.

(leot)

2016-02-01 15:02:16 UTC MAIN commitmail json YAML

Disable KDE4 (already disabled altough it leads to a failure according to Joyent
pkgsrc-linux-trunk-i386 bulk builds).

(leot)

2016-02-01 14:56:30 UTC MAIN commitmail json YAML

Version 0.19.7:
* Programming languages support:
  - XML:
    xgettext can now load custom string extraction rules supplied by
    consumer projects.  The rules are written in XML, utilizing the
    Internationalization Tag Set (ITS) standard.  All the existing
    XML-based language scanners (Glade, GSettings, and AppData) are
    rewritten using ITS.  In addition, msgfmt now has --xml option to
    merge translations back to the original XML document.
* Portability:
  - Improve OS/2 kLIBC support (still not complete)
  - Remove dependency on expat

(adam)

2016-02-01 14:29:19 UTC MAIN commitmail json YAML

Updated filesystems/gluserfs to 3.7.7

(manu)

2016-02-01 14:27:02 UTC MAIN commitmail json YAML

2016-02-01 14:17:27 UTC MAIN commitmail json YAML

Note update of audio/ruby-mp3info package to 0.8.8.

(taca)

2016-02-01 14:16:39 UTC MAIN commitmail json YAML

Update ruby-mp3info to 0.8.8.

=== 0.8.8 / 2016-01-26

* fix on picture parsing when mime type is wrong

(taca)

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

Note update of www/ruby-webrobots package to 0.1.2.

(taca)

2016-02-01 14:08:23 UTC MAIN commitmail json YAML

Update ruby-webrobots to 0.1.2.

* Make the default `http_get` proc act more like Googlebot.

  - It only allows up to 5 redirect hops rather than 10.
  - It treats too many redirections as full allow.
  - It treats any 4xx error as full allow.

* Fix context/should wording

* Follow the deprecation warning from SimpleCov::Formatter::MultiFormatter

* Update real world tests, introducing Webmock+VCR

(taca)

2016-02-01 13:53:48 UTC MAIN commitmail json YAML

Note update of Ruby on Rails packages to 3.2.22.1.

devel/ruby-activesupport32
devel/ruby-activemodel32
databases/ruby-activerecord32
www/ruby-activeresource32
www/ruby-actionpack32
mail/ruby-actionmailer32
devel/ruby-railties32
www/ruby-rails32

(taca)

2016-02-01 13:51:57 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.11nb1

(wiz)

2016-02-01 13:51:47 UTC MAIN commitmail json YAML

Fix default-on libofx option.

Bump PKGREVISION.

(wiz)

2016-02-01 13:50:48 UTC MAIN commitmail json YAML

Update ruby-rails32 to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:49:57 UTC MAIN commitmail json YAML

Update ruby-railties32 to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:48:55 UTC MAIN commitmail json YAML

Update ruby-actionmailer32  to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:48:02 UTC MAIN commitmail json YAML

Note update of ruby-actionpack32 to 3.2.22.1.

* Use secure string comparisons for basic auth username / password.
  (CVE-2015-7576)
* Stop caching mime types globally.  (CVE-2016-0751)
* Don't short-circuit reject_if proc.  (CVE-2015-7577)
* Allow :file to be outside rails root, but anything else must be inside
  the rails view directory.  (CVE-2016-0752)

(taca)

2016-02-01 13:47:02 UTC MAIN commitmail json YAML

Update ruby-activeresource32 to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:46:12 UTC MAIN commitmail json YAML

Update ruby-activerecord32 to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:45:10 UTC MAIN commitmail json YAML

Update ruby-activemodel32 to 3.2.22.1.

* No change except version.

(taca)

2016-02-01 13:43:56 UTC MAIN commitmail json YAML

Update ruby-activesupport32 to 3.2.22.1.

* Add ActiveSupport::SecurityUtils module which is required for
  security fix of  actionpack.

(taca)

2016-02-01 13:42:36 UTC MAIN commitmail json YAML

Start update of Ruby on Rails to 3.2.22.1.

Also tweak _RAILS_{MAJOR,MINOR,TEENY} variable definition.

(taca)

2016-02-01 13:32:20 UTC MAIN commitmail json YAML

Updated finance/moneyguru to 2.9.4

(wiz)

2016-02-01 13:32:10 UTC MAIN commitmail json YAML

Update moneyguru to 2.9.4:

2.9.4 (2015-12-24)

    Fix crash on loading files with inconsistent currencies. (#442)
    Fix Account Lookup up/down keys. [Linux, Windows] (#444)
    Fix crash on saving file to non-existing folder. (#445)

2.9.3 (2015-07-14)

    Fix crash on startup. [Mac] (#437)

2.9.2 (2015-07-09)

    Fix broken currency rates fetching. (#435)
    Fix broken date editing widget [Linux, Windows] (#436)

2.9.1 (2015-07-06)

    Fix import regression introduced in v2.9.0 (#432)
    Fix visual glitch in schedule panel [Linux, Windows] (#430)
    Fix keyboard bindings in all panels [Linux, Windows] (#433)

2.9.0 (2015-07-01)

    Add “+” button in the tab bar [Linux, Windows] (#424)
    Add API for import plugins (#420)
    Add Russian localization (with documentation!) (Igor Fokusov)
    Improve plugin system by introducing a “core plugins” concept (#429)
    Improve currency rates fetching by diversifying sources (#415)
    Improve reliability of automated tests [Windows] (#417)
    Optimize amount column sizes in single-currency cases [Linux, Windows] (#414)
    Remember panels position and size [Linux, Windows] (#364)
    Make Schedule Panel’s stop date field clearable (#400)
    Fix various UI glitches [Linux, Windows] (#418, #413, #411)
    Fix crash when importing empty files (#416)

(wiz)

2016-02-01 13:27:46 UTC MAIN commitmail json YAML

Updated security/nettle to 3.2

(wiz)

2016-02-01 13:27:37 UTC MAIN commitmail json YAML

Update nettle to 3.2.

Fix some pkglint while here.

NEWS for the Nettle 3.2 release

Bug fixes:

* The SHA3 implementation is updated according to the FIPS 202
  standard. It is not interoperable with earlier versions of
  Nettle. Thanks to Nikos Mavrogiannopoulos. To easily
  differentiate at compile time, sha3.h defines the constant
  NETTLE_SHA3_FIPS202.

* Fix corner-case carry propagation bugs affecting elliptic
  curve operations on the curves secp_256r1 and secp_384r1 on
  certain platforms, including x86_64. Reported by Hanno B旦ck.

New features:

* New functions for RSA private key operations, identified by
  the "_tr" suffix, with better resistance to side channel
  attacks and to hardware or software failures which could
  break the CRT optimization. See the Nettle manual for
  details. Initial patch by Nikos Mavrogiannopoulos.

* New functions nettle_version_major, nettle_version_minor, as
  a run-time variant of the compile-time constants
  NETTLE_VERSION_MAJOR and NETTLE_VERSION_MINOR.

Optimizations:

* New ARM Neon implementation of the chacha stream cipher.

Miscellaneous:

* ABI detection on mips, with improved default libdir
  location. Contributed by Klaus Ziegler.

* Fixes for ARM assembly syntax, to work better with the clang
  assembler. Thanks to Jukka Ukkonen.

* Disabled use of ifunc relocations for fat builds, to fix
  problems most easily triggered by using dlopen RTLD_NOW.

The shared library names are libnettle.so.6.2 and
libhogweed.so.4.2, with sonames still libnettle.so.6 and
libhogweed.so.4. It is intended to be fully binary compatible
with nettle-3.1.

(wiz)

2016-02-01 13:24:07 UTC MAIN commitmail json YAML

Updated devel/py-requests-toolbelt to 0.6.0

(wiz)

2016-02-01 13:23:57 UTC MAIN commitmail json YAML

Update py-requests-toolbelt to 0.6.0:

0.6.0 -- 2016-01-27
-------------------

More information about this release can be found on the `0.6.0 milestone`_.

New Features
~~~~~~~~~~~~

- Add ``AppEngineAdapter`` to support developers using Google's AppEngine
  platform with Requests.

- Add ``GuessProxyAuth`` class to support guessing between Basic and Digest
  Authentication for proxies.

Fixed Bugs
~~~~~~~~~~

- Ensure that proxies use the correct TLS version when using the
  ``SSLAdapter``.

- Fix an ``AttributeError`` when using the ``HTTPProxyDigestAuth`` class.

Miscellaneous
~~~~~~~~~~~~~

- Drop testing support for Python 3.2. virtualenv and pip have stopped
  supporting it meaning that it is harder to test for this with our CI
  infrastructure. Moving forward we will make a best-effort attempt to
  support 3.2 but will not test for it.

.. _0.6.0 milestone:
    https://github.com/sigmavirus24/requests-toolbelt/milestones/0.6.0

(wiz)

2016-02-01 13:20:20 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Curl to 4.17

(mef)

2016-02-01 13:19:36 UTC MAIN commitmail json YAML

(pkgsrc)
- Add  BUILD_DEPENDS+=        p5-Test-CPAN-Meta-[0-9]*:... for make test
- Convert LINCENSE from 'mpl-1.0 OR mpl-1.1 OR mit' to mit only
(upstream)
- Update 4.15 to 4.17
  -------------------
4.17 Fri Feb 21 2014: - Balint Szilakszi <szbalint at cpan.org>

    - Fixing build process for old libcurl versions without CURLOPT_RESOLVE.
    - License is now MIT only.

4.16 Thu Feb 20 2014: - Balint Szilakszi <szbalint at cpan.org>

    - Support for CURLOPT_RESOLVE (an slist option) [Theo Schlossnagle]
    - Fixing t/19multi.t test failures when using a threaded resolver for libcurl.
    - Improved constant parsing when using ISO-compliant CPP. [tsibley]

(mef)

2016-02-01 13:15:27 UTC MAIN commitmail json YAML

2016-02-01 13:13:10 UTC MAIN commitmail json YAML

Add minor typo fix in doc/example for make test to pass

(mef)

2016-02-01 13:12:03 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.8.1

(wiz)

2016-02-01 13:11:53 UTC MAIN commitmail json YAML

Update py-vdirsyncer to 0.8.1.

Version 0.8.1
=============

*released on 30 January 2016*

- Fix error messages when invalid parameter fetching strategy is used. This is
  important because users would receive awkward errors for using deprecated
  ``keyring`` fetching.

Version 0.8.0
=============

*released on 27 January 2016*

- Keyring support has been removed, which means that ``password.fetch =
  ["keyring", "example.com", "myuser"]`` doesn't work anymore.

  For existing setups: Use ``password.fetch = ["command", "keyring", "get",
  "example.com", "myuser"]`` instead, which is more generic. See the
  documentation for details.

- Now emitting a warning when running under Python 2. See :gh:`219`.

(wiz)

2016-02-01 13:10:18 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 14.0.3

(wiz)

2016-02-01 13:10:09 UTC MAIN commitmail json YAML

Update py-virtualenv to 14.0.3. All self tests pass.

14.0.3 (2016-01-28)
-------------------

* Upgrade setuptools to 19.6.1

14.0.2 (2016-01-28)
-------------------

* Upgrade setuptools to 19.6

* Supress any errors from `unset` on different shells (:pull:`843`)

* Normalize letter case for prefix path checking. Fixes :issue:`837`

(wiz)

2016-02-01 13:08:22 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 19.6.1

(wiz)

2016-02-01 13:08:13 UTC MAIN commitmail json YAML

Update py-setuptools to 19.6.1. All self-tests pass.

19.6.1
------

* Restore compatibility for PyPy 3 compatibility lost in
  19.4.1 addressing Issue #487.
* ``setuptools.launch`` shim now loads scripts in a new
  namespace, avoiding getting relative imports from
  the setuptools package on Python 2.

19.6
----

* Added a new entry script ``setuptools.launch``,
  implementing the shim found in
  ``pip.util.setuptools_build``. Use this command to launch
  distutils-only packages under setuptools in the same way that
  pip does, causing the setuptools monkeypatching of distutils
  to be invoked prior to invoking a script. Useful for debugging
  or otherwise installing a distutils-only package under
  setuptools when pip isn't available or otherwise does not
  expose the desired functionality. For example::

    $ python -m setuptools.launch setup.py develop

* Issue #488: Fix dual manifestation of Extension class in
  extension packages installed as dependencies when Cython
  is present.

19.5
----

* Issue #486: Correct TypeError when getfilesystemencoding
  returns None.
* Issue #139: Clarified the license as MIT.
* Pull Request #169: Removed special handling of command
  spec in scripts for Jython.

19.4.1
------

* Issue #487: Use direct invocation of ``importlib.machinery``
  in ``pkg_resources`` to avoid missing detection on relevant
  platforms.

(wiz)

2016-02-01 13:05:43 UTC MAIN commitmail json YAML

Updated devel/py-test-cov to 2.2.1

(wiz)

2016-02-01 13:05:34 UTC MAIN commitmail json YAML

Update py-test-cov to 2.2.1:

2.2.1 (2016-01-30)
------------------

* Fixed incorrect merging of coverage data when xdist was used and coverage was ``>= 4.0``.

(wiz)

2016-02-01 13:03:54 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.8.7

(wiz)

2016-02-01 13:03:45 UTC MAIN commitmail json YAML

Update py-test to 2.8.7. All self-tests pass.

2.8.7
----------

- fix #1338: use predictable object resolution for monkeypatch

(wiz)

2016-02-01 12:45:39 UTC MAIN commitmail json YAML

2016-02-01 12:35:44 UTC MAIN commitmail json YAML

Updated chat/prosody to 0.9.10

(fhajny)

2016-02-01 12:35:33 UTC MAIN commitmail json YAML

Update chat/prosody to 0.9.10.

Security
- mod_dialback: Adopt key generation algorithm from XEP-0185,
  to prevent impersonation attacks (CVE-2016-0756)

Fixes and improvements
- Startup: Open /dev/urandom read-only, to fix a failure to start
  on some systems (fixes #585)
- Networking: Improve handling of the 'select' network backend
  running out of file descriptors

Minor changes
- Networking: Increase default internal read size to prevent
  connections stalling with LuaEvent (see #583)
- DNS: Discard queries that failed to send due to connection
  errors (fixes #598)
- c2s, s2s: Lower priority of shutdown handler, so that modules
  such as MUC can always send shutdown notifications to (remote)
  users (fixes #601)

(fhajny)

2016-02-01 12:30:58 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Amazon-Wishlist to 2.014

(mef)

2016-02-01 12:30:16 UTC MAIN commitmail json YAML

Update 2.012 to 2.014
---------------------
2015-12-13  Kingpin  <martin@localhost.localdomain>
        *  added META.yml to distro

2015-09-23  Kingpin  <Martin@EV-9D9>
        * moved UK test file to xt folder (author only)

2014-11-28  Kingpin  <Martin@EV-9D9>
        * lib/WWW/Amazon/Wishlist.pm (get_list): fixed now that HTML page layouts are same

(mef)

2016-02-01 12:25:48 UTC MAIN commitmail json YAML

Updated www/p5-URI-db to 0.16

(mef)

2016-02-01 12:25:06 UTC MAIN commitmail json YAML

Update 0.15 to 016
------------------
0.16  2015-09-22T00:17:07Z
      - Added new abstract class, URI::_odbc, for URIs that use ODBC in
        `dbi_dsn`.
      - The `dbi_dsn` method of URI::mssql now returns an ODBC DSN instead of
        DBD::Sybase, since the latter would require Sybase to build.
      - URI::sqlserver now inherits from URI::mssql rather than the other way
        around.
      - Fixed a bug where a URI with three slashes but no authority part after
        the first two would incorrectly think the databse name should be an
        absolute path. That is, in "db:sqlite:///foo.db", the `dbname` value
        is "foo.db", not "/foo.db". Thanks to Dan Book for the report
        (issue #8).

(mef)

2016-02-01 12:21:56 UTC MAIN commitmail json YAML

Updated www/p5-URI-Escape-XS to 0.13

(mef)

2016-02-01 12:21:13 UTC MAIN commitmail json YAML

Update 0.12 to 0.13
-------------------
$Revision: 0.13 $ $Date: 2015/06/27 00:28:39 $
! XS.xs t/02-basic.t
  Refactor & debug my_hextol()
! XS.xs
  Pulled: Speed up common case of decoding
  https://github.com/dankogai/p5-uri-escape-xs/pull/5

(mef)

2016-02-01 12:19:05 UTC MAIN commitmail json YAML

Updated www/p5-Starman to 0.4014

(mef)

2016-02-01 12:17:37 UTC MAIN commitmail json YAML

Updated www/p5-Starman to 0.4014

(mef)

2016-02-01 12:16:54 UTC MAIN commitmail json YAML

Update 0.4011 to 0.4014
-----------------------
0.4014  2015-06-03 12:01:00 PDT
        - Treat ECONNRESET like EPIPE (i.e. ignore), not as a fatal error #114 (Tim Bunce)

0.4013  2015-05-14 15:01:20 PDT
        - Fixed some bad git merges.

0.4012  2015-05-14 14:59:48 PDT
        - Add --net_server-* options to pass directly to Net::Server backend (#109)
        - Updated documentation

(mef)

2016-02-01 12:12:50 UTC MAIN commitmail json YAML

Updated sysutils/p5-Server-Starter to 0.32

(mef)

2016-02-01 12:12:05 UTC MAIN commitmail json YAML

Update 0.17 to 0.32
--------------------
0.32 2015-08-25T02:09:18Z
- fix compatibility issue on Solaris (thanks to Syohei YOSHIDA) #40

0.31 2015-07-20T02:38:57Z
- do not remove the socket file when becoming a daemon (thanks to
          andyjones) #34 #36
- emit name of the directory to which it failed to chdir(2) (thanks
          to tokuhirom) #33

0.30 2015-06-05T05:28:43Z
- unlink the status file only when created by itself (thanks to
          tokuhirom) #32
- redo #26 (thanks to tokuhirom) #31

0.29 2015-06-04T06:45:26Z
- build should fail on Windows (thanks to chorny) #26
- add `--stop` option (thanks to tokuhirom) #28
- do not close STDIN in case the listening port is mapped to fd
          zero (thanks to tokuhirom) #29 #24
- reopen STDIN to suppress unnecessary warnings (thanks to
          touhirom) #30

0.28 2015-05-28T22:08:37Z
- add `--port=[host:]port=fd` option for specifying the file
          descriptor number (thanks to tokuhirom) #24

0.27 2015-04-28T01:02:28Z
- revert 0.26 so that the install script can update the
- shebang (thanks to miyagawa) #22 modernize the build tool
- (thanks to miyagawa) #23
0.26
- `start_server` command uses perl found in $PATH instead of
          /usr/bin/perl #21
0.25
- fix `already in use` error if the program is restarted
          (regression in 0.21) #18
- tests now pass on environments wo. IPv6 support #19
0.24
- introduce --daemonize option (#18 #6)
- fix bug that causes a infinite loop in shutdown (amends #14)
0.23
- set IPV6_V6ONLY for socket bound to an IPv6 address (#16)
0.22
- support for IPv6 (#16)
- include repository URL in META.yml (#15; thanks to ether)
0.21
- remove dependency against non-standard modules (#14)
0.19
- reimplement changes in 0.15, 0.16 for stability (#13)
- update inc/Module/Install

(mef)

2016-02-01 12:00:18 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.3.20160126

(wiz)

2016-02-01 12:00:09 UTC MAIN commitmail json YAML

Update dialog to 1.3.20160126:

2016/01/26 - release 1.3
+ correct --infobox documentation, which said it shows an OK button.
+ fix a couple of place in test-scripts which referred to $SIG_TRAP
  rather than $SIG_QUIT
+ reorganize dialog.3, to use subsections for generating navigation
  pane, using man2html
+ add "--week-start" option for calendar widget (prompted by discussion
  with Stefan Vogtner).
+ add a limit-check in editbox.c to ensure that mouse-clicks outside
  the filled-in text area do not access past the end of the array
  (report by Stefan Vogtner).
+ update configure macros from ncurses changes.
+ update config.guess, config.sub

(wiz)

2016-02-01 11:58:28 UTC MAIN commitmail json YAML

Updated net/py-foolscap to 0.10.1

(wiz)

2016-02-01 11:58:19 UTC MAIN commitmail json YAML

Update to 0.10.1:

* Release 0.10.1 (21-Jan-2015)

** Packaging Fixes

This release fixes a version-string management failure when the "log
publisher" feature was used in a tree built from a release tarball (rather
than from a git checkout). This caused a unit test failure, as well as
operational failures when using `flogtool tail`. Thanks to Ramakrishnan
Muthukrishnan (vu3rdd) for the catch and the patch. (#248)

(wiz)

2016-02-01 11:53:54 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.2.2

(wiz)

2016-02-01 11:53:45 UTC MAIN commitmail json YAML

Update py-cryptography to 1.2.2:

1.2.2 - 2016-01-29
~~~~~~~~~~~~~~~~~~

* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2f.

(wiz)

2016-02-01 11:23:26 UTC MAIN commitmail json YAML

Updated devel/waf to 1.8.19

(wiz)

2016-02-01 11:23:16 UTC MAIN commitmail json YAML

Update waf to 1.8.19:

NEW IN WAF 1.8.19
-----------------
* Fixed the Intel Fortran compiler detection on Windows systems #1681
* Fixed the detection of newer Sun compilers #1686
* Fixed the detection of NAG Fortran compilers #1684
* Fixed missing variable dependencies of the form ARCH_ST used in ${ARCH_ST:ARCH} expressions
* Added conf.check(..., comment='some text') to document configuration headers

(wiz)

2016-02-01 10:28:20 UTC MAIN commitmail json YAML

Ensure iconv support is properly pulled in and enabled.  Fixes build on
at least SunOS.

(jperkin)

2016-02-01 10:07:56 UTC MAIN commitmail json YAML

2016-02-01 09:53:29 UTC MAIN commitmail json YAML

Updated devel/lua-ljsyscall to 0.11

(prlw1)

2016-02-01 09:53:08 UTC MAIN commitmail json YAML

Update lua-ljsyscall to 0.11

    0.11 release

+ OSX time functions
+ OSX Mach types
+ OSX fixes for Yosemite
+ arm64 support
+ OpenBSD 5.6, 5.7 and 5.8 support
+ ppc64le support, by Gustavo Serra Scalet
+ mipsel support
+ added Dockerfile, now available on Docker Hub

OK alnsn@

(prlw1)

2016-02-01 09:43:34 UTC MAIN commitmail json YAML

Updated net/miniupnpd to 1.9.20160113; databases/rrdtool to 1.5.5

(adam)

2016-02-01 09:41:59 UTC MAIN commitmail json YAML

Changes 1.5.5:
Bugfixes
--------
* fix JSON output in xport with legend and gprint blocks
* fix parse_time mutex unlocking in the error case
* don't crash on invalid variable names in CDEF
* add mutex locking in rrdc_fetch
* fix buffer overflow in rrd_restore
* shorten test precision to 7 digits ...
* never exit from a library function
* buffer overflow in rrd_restore.c

(adam)

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

Changes 1.9.20160113:
* --disable-pppconn to disable WanPPPConnection more fixes in DeviceProtection service
* improve syslog message for incoming HTTP requests

(adam)

2016-02-01 09:23:03 UTC MAIN commitmail json YAML

Updated graphics/jpeg to 9b

(wiz)

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

Update jpeg to 9b.

Comment two patches while here.

Version 9b  17-Jan-2016
-----------------------

Improvements and optimizations in DCT and color calculations.
Normalize range limit array composition and access pattern.
Thank to Sia Furler and Maddie Ziegler for inspiration.

Use merged upsample with scaled DCT sizes larger than 8.
Thank to Taylor Hatala for inspiration.

Check for excessive comment lengths in argument parsing in wrjpgcom.c.
Thank to Julian Cohen for hint.

Add makefile.b32 for use with Borland C++ 32-bit (bcc32).
Thank to Joe Slater for contribution.

Document 'f' specifier for jpegtran -crop specification.
Thank to Michele Martone for suggestion.

Use defined value from header instead of hardwired number in rdswitch.c.
Thank to Robert Sprowson for hint.

(wiz)

2016-02-01 03:21:30 UTC MAIN commitmail json YAML

Fix path to sysbuild in sysbuild4cron.

This is a pull-up of upstream 1eb74a64b213d0e4e6a98955169fae76b1c563e0
which was committed on 2014-07-01 but never checked in here (nor I have
released another distfile yet).

Bump PKGREVISION to 2 for this fix.

(jmmv)

2016-02-01 02:42:40 UTC MAIN commitmail json YAML

Note update of fuse-unionfs to 1.0.

(jmmv)

2016-02-01 02:41:21 UTC MAIN commitmail json YAML

Update fuse-unionfs to 1.0:

1.0
- add unionfsctl utility to control unionfs-fuse over ioctl
- better apple support
- dropped stats
- better test suite
- probably lots of other things, it's been a while since last release ;-)

0.26
- use BUILD_PATH instead of snprintf, which will
  return -ENAMETOOLONG if the path is too long instead of simply
  using a wrong path
- new options "-o relaxed_permissions" and "-o hide_meta_dir"
- included the debian directory
- Properly check on rmdir() if sub-branches are also empty
- Always compile with debug code, but only enable debugging on request
- New option -o debug_file
- Lots of bugs fixed in BUILD_PATH()
- Improved search of white-out files
- Properly fix Debian Bug#509516.
- More debug output.
- Add syslog support without the risk of possible dead locks
- Use fuse big-writes (and reads) if available

0.25
- Alternate way to specify branches
- Minor fixes

0.24
- Support for liveCDs / live USB sticks (-o chroot)
- Build-in support to change the maximum number of open files
- Added recursive directory COW.
- relative paths: Critical bug fix, had been completely broken in 0.23

0.23
- remove to_user() and to_root() calls for autorization and use fuse build-in
  default_permissions checks
- bugfix: rename created wrong whiteout type

0.22
- Fix a bug reported by Jens Hoelldampf <jens@hoelldampf.net>, in 0.21 cow
  didn't work for pathes.

0.21
- Fix a segmentation fault when COW was enabled, but no rw-branch was specified.
- Proper handling when ro-branches are on top of rw-branches.
- Disabled syslog entries for now, since it might cause deadlocks.
- Fixed a license issue with the elfhash, since the CPL is not compatible
  with the BSD license.
- Fix a bug when stat() was called instead of lstat().
- Many internal code changes (renaming of "root" to "branch").
- Better directory structure.
- Add this NEWS file.
- Add a man page.

0.20
- Fix a critical bug introduced in 0.19 when we disabled threadding.

0.19
- Several copy-on-write fixes (readdir, unlink, rmdir, rename).
- Whiteout files are now located in branch/.unionfs/ subdirectories.
- Disable threadding, since our current permissions-model is not compatible
  with the NPTL implementation and the Posix-Thread model in general.
- Add supplementary group support.

0.18
- First release with copy-on-write (COW) support.
- Many many internal code changes.

(jmmv)

2016-01-31 23:43:48 UTC MAIN commitmail json YAML

Don't request static graphite, it breaks the build against newer
external graphite. Add all the graphite headers to the magic wrapper
list to avoid future fun. Remove manual unwind.h header where it still
exists.

(joerg)

2016-01-31 20:29:32 UTC MAIN commitmail json YAML

Updated net/samba4 to 4.3.4

(ryoon)

2016-01-31 20:28:23 UTC MAIN commitmail json YAML

Update to 4.3.4

Changelog:
                  =============================
                  Release Notes for Samba 4.3.4
                        January 12, 2016
                  =============================

This is the latest stable release of Samba 4.3.

Changes since 4.3.3:
--------------------

o  Michael Adam <obnox@samba.org>
  * BUG 11619: doc: Fix a typo in the smb.conf manpage, explanation of idmap
    config.
  * BUG 11647: s3:smbd: Fix a corner case of the symlink verification.

o  Jeremy Allison <jra@samba.org>
  * BUG 11624: s3: libsmb: Correctly initialize the list head when keeping a
    list of primary followed by DFS connections.
  * BUG 11625: Reduce the memory footprint of empty string options.

o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
  * BUG 11659: Update lastLogon and lastLogonTimestamp.

o  Ralph Boehme <slow@samba.org>
  * BUG 11065: vfs_fruit: Enable POSIX directory rename semantics.
  * BUG 11466: Copying files with vfs_fruit fails when using vfs_streams_xattr
    without stream prefix and type suffix.
  * BUG 11645: smbd: Make "hide dot files" option work with "store dos
    attributes = yes".

o  G端nther Deschner <gd@samba.org>
  * BUG 11639: lib/async_req: Do not install async_connect_send_test.

o  Stefan Metzmacher <metze@samba.org>
  * BUG 11394: Crash: Bad talloc magic value - access after free.

o  Rowland Penny <repenny241155@gmail.com>
  * BUG 11613: samba-tool: Fix uncaught exception if no fSMORoleOwner
    attribute is given.

o  Karolin Seeger <kseeger@samba.org>
  * BUG 11619: docs: Fix some typos in the idmap backend section.
  * BUG 11641: docs: Fix typos in man vfs_gpfs.

o  Uri Simchoni <uri@samba.org>
  * BUG 11649: smbd: Do not disable "store dos attributes" on-the-fly.

(ryoon)

2016-01-31 17:27:41 UTC MAIN commitmail json YAML

Fixed subst.mk not to corrupt files

Up to now, using subst.mk may have led to file corruption during active
package development. This happened when a sed(1) command had a syntax
error, in which case the whole sed(1) command was terminated, leaving an
empty original file behind.

This commit changes that behavior by applying the sed(1) commands to
the original file and saving the result in a temporary file. Only
after that succeeded is the original file overwritten.

During this rewrite, SUBST_POSTCMD has been removed, since it was
only used in one place (mk/wrapper), and since it relied on the exact
sequence of the internal commands. No package in either main pkgsrc
or pkgsrc-wip uses this variable right now.

(rillig)

2016-01-31 17:19:59 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 5.3.5

(rillig)

2016-01-31 17:18:54 UTC MAIN commitmail json YAML

2016-01-31 16:19:56 UTC MAIN commitmail json YAML

Updated mail/claws-mail to 3.13.2

(nros)

2016-01-31 13:45:34 UTC MAIN commitmail json YAML

Remove unused patches in claws-mail-vcalendar.
The patches were from upstream and are included in the version of
claws-mail-vcalendar currently in pkgsrc.

(nros)

2016-01-31 13:37:08 UTC MAIN commitmail json YAML

Updated claws-mail and its plugins to version 3.13.2.

Pkgsrc changes:
patch-ae, patch-cb and parts of patch-ca has been filed upstream by
people from the OpenBSD project.

Changelog (from NEWS):

* 3.13.2
--------

* Bug fixes:
o bug 2358, '"Disposition-Notification-To:" should default
    to same value as "From:'
o bug 3557, 'Remotely exploitable bug.'
o bug 3584, 'After 3.13.1, characters in some Japanese codec
    are never correctly converted to internal ones'

* 3.13.1
--------

* When attaching files with no suffix, e.g. Makefile, the correct
  mime type is now found.

* Added support for a whole range of extra TLDs.

* '➜' is used instead of '-->' in the Message List when sender is
  yourself. (Only visible if the hidden pref 'enable_swap_from' is
  set to 0.)

* An external editor can now be embedded in the Compose window.
  This depends upon the 'Text editor' option (/Configuration/
  Preferences/Message View/External Programs) having a suitable
  value, such as 'gvim -f --socketid %w %s'.

* Address Book: address books can now be searched.

* A hidden pref has been added, 'next_on_delete'. This controls the
  message selection when a message is deleted. A setting of '0'
  which cause the previous, older message to be selected, a setting
  of '1' will cause the next, newer message to be selected.

* PDF Viewer plugin: Support for encrypted (password protected) PDFs.

* RSSyl plugin: The feed preferences window appearance has been
  improved.

* The --enable-new-addrbook configure option has been renamed to
  --enable-alternate-addressbook.

* Windows: Re-enabled regexps.

* updated man page.

* Updated translations: British English, Czech, Dutch, Finnish,
  French, German, Hebrew, Hungarian, Italian, Lithuanian,
  Norwegian Bokmål, Slovak, Swedish, Traditional Chinese.

* New translations: Russian.

* Removed translations: Bulgarian, Esperanto.

* Bug fixes:
o bug 1959, 'Selection selects too many under expanded view'
o bug 2490, 'Selecting mails through Shift-Home/End doesn't
    work properly'
o bug 3151, 'loaded vCalendar plugin "disables" gnome-shells
    calendar view entries'
o bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting
    an unread message'
o bug 3557, 'Remotely exploitable bug.'
o bug 3454, (windows) 'Attachments containing certain special
    characters in filename are not opened'
o bug 3480, 'No valid feed found when channel title is
    missing'
o bug 3513, 'Can't delete multiple selected e-mails'
o bug 3541, 'Selecting a leaf folder with keyboard no longer
    opens it'
o bug 3559, 'Opening preferences window causes out of bounds
    read'
o bug 3561, 'HTML <a> tag with no href makes message display
    incorrectly.'
o bug 3562, 'Hyperlink Errors URI XMPP, SIP, SIPS and Skype'
o bug 3563, 'URL parser will read out of bounds when closing
    bracket is missing in get_url_part'
o bug 3566, 'Missing locales in Eastern name order'
o Debian bug 801375, 'Segfault when activating ... the plugin
      with the Code from Google'
o better fix for crash after broken pgp keyring update, and
  bogus EOF message on verifying sigs of missing keys
o building on OpenBSD
o libetpan version test
o folder renaming for IMAP on Windows.

(nros)

2016-01-31 13:25:43 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Shorten to 3.08

(mef)

2016-01-31 13:24:58 UTC MAIN commitmail json YAML

Update 3.06 to 3.08
-------------------
Tue Dec 15 14:54:14 CET 2015
- Bump version for release
- Better diagnostics
- Added .gitignore
- Fix some formatting that has been broken for a very long time.
- Force another build.
- Experimentally add coveralls.op and Devel::Cover support
- better diagnostics in case of failure in tinyurl.t
- better META.yml
- Corrected INSTALL instructions.
  The INSTALL section links to
  http://www.cpan.org/modules/by-authors/id/S/SP/SPOON/
  as the place to download 'the latest release of WWW::Shorten'
  but this is no longer true.
  Of course the whole INSTALL file is a little bit huge!

(mef)

2016-01-31 12:51:40 UTC MAIN commitmail json YAML

Updated www/p5-Rose-HTML-Objects to 0.623

(mef)

2016-01-31 12:50:58 UTC MAIN commitmail json YAML

Update 0.621 to 0.623
---------------------
0.623 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated more project URLs.

0.622 (03.17.2015) - John Siracusa <siracusa@gmail.com>

    * Updated project URLs.

(mef)

2016-01-31 12:45:17 UTC MAIN commitmail json YAML

(p5-Rose-URI) Remove redundent MASTER_SITES line, sorry.

(mef)

2016-01-31 12:43:55 UTC MAIN commitmail json YAML

Updated www/p5-Rose-URI to 1.02

(mef)

2016-01-31 12:43:12 UTC MAIN commitmail json YAML

Update 1.000 (pkgsrc) 1.00 (upstream) to 1.02
---------------------------------------------
1.02 (03.17.2015) - John Siracusa <siracusa@gmail.com>
    * Updated more project URLs.

1.01 (03.17.2015) - John Siracusa <siracusa@gmail.com>
    * Updated project URLs.

(mef)

2016-01-31 10:17:27 UTC MAIN commitmail json YAML

2016-01-31 09:43:39 UTC MAIN commitmail json YAML

+ dialog-1.3.20160126, jpeg-9b, mcsim-5.6.4, py-cryptography-1.2.2,
  py-requests-toolbelt-0.6.0, py-setuptools-19.6.1, py-test-2.8.7,
  py-test-cov-2.2.1, py-vdirsyncer-0.8.1, py-virtualenv-14.0.3,
  waf-1.8.19, x264-devel-20160130.

(wiz)

2016-01-31 09:22:33 UTC MAIN commitmail json YAML

Updated sysutils/coreutils to 8.25
Updated misc/gnuls to 8.25

(ryoon)

2016-01-31 09:20:51 UTC MAIN commitmail json YAML

Update to 8.35

Changelog:
* Noteworthy changes in release 8.25 (2016-01-20) [stable]

** Bug fixes

  cp now correctly copies files with a hole at the end of the file,
  and extents allocated beyond the apparent size of the file.
  That combination resulted in the trailing hole not being reproduced.
  [bug introduced in coreutils-8.10]

  cut --fields no longer outputs extraneous characters on some uClibc configs.
  [bug introduced in coreutils-6.11]

  install -D again copies relative file names when absolute file names
  are also specified along with an absolute destination directory name.
  [bug introduced in coreutils-6.2]

  ls no longer prematurely wraps lines when printing short file names.
  [bug introduced in coreutils-5.1.0]

  mv no longer causes data loss due to removing a source directory specified
  multiple times, when that directory is also specified as the destination.
  [bug introduced in coreutils-8.24]

  shred again uses defined patterns for all iteration counts.
  [bug introduced in coreutils-5.93]

  sort --debug -b now correctly marks the matching extents for keys
  that specify an offset for the first field.
  [bug introduced with the --debug feature in coreutils-8.6]

  tail -F now works with initially non existent files on a remote file system.
  [bug introduced in coreutils-7.5]

** New commands

  base32 is added to complement the existing base64 command,
  and encodes and decodes printable text as per RFC 4648.

** New features

  comm,cut,head,numfmt,paste,tail now have the -z,--zero-terminated option, and
  tac --separator accepts an empty argument, to work with NUL delimited items.

  dd now summarizes sizes in --human-readable format too, not just --si.
  E.g., "3441325000 bytes (3.4 GB, 3.2 GiB) copied".  It omits the summaries
  if they would not provide useful information, e.g., "3 bytes copied".
  Its status=progress output now uses the same format as ordinary status,
  perhaps with trailing spaces to erase previous progress output.

  md5sum now supports the --ignore-missing option to allow
  verifying a subset of files given a larger list of checksums.
  This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.

  printf now supports the '%q' format to print arguments in a form that
  is reusable by most shells, with non-printable characters escaped
  with the POSIX proposed $'...' syntax.

  stty now supports the "[-]drain" setting to control whether to wait
  for transmission of pending output before application of settings.

** Changes in behavior

  base64 no longer supports hex or oct --wrap parameters,
  thus better supporting decimals with leading zeros.

  date --iso-8601 now uses +00:00 timezone format rather than +0000.
  The standard states to use this "extended" format throughout a timestamp.

  df now prefers sources towards the root of a device when
  eliding duplicate bind mounted entries.

  ls now quotes file names unambiguously and appropriate for use in a shell,
  when outputting to a terminal.

  join, sort, uniq with --zero-terminated, now treat '\n' as a field delimiter.

** Improvements

  All utilities now quote user supplied arguments in error strings,
  which avoids confusing error messages in the presence of '\r' chars etc.

  Utilities that traverse directories, like chmod, cp, and rm etc., will operate
  more efficiently on XFS through the use of "leaf optimization".

  md5sum now ensures a single line per file for status on standard output,
  by using a '\' at the start of the line, and replacing any newlines with '\n'.
  This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.

  dircolors now supports globbing of TERM entries in its database.
  For example "TERM *256color*" is now supported.

  du no longer stats all mount points at startup, only doing so
  upon detection of a directory cycle.
  [issue introduced in coreutils-8.20]

  ls -w0 is now interpreted as no limit on the length of the outputted line.

  stat -f --format=%T now reports the file system type for new Linux
  pseudo file systems "bpf_fs", "btrfs_test", "nsfs", "overlayfs"
  and "tracefs", and remote file system "acfs".

  wc now ensures a single line per file for counts on standard output,
  by quoting names containing '\n' characters; appropriate for use in a shell.

* Noteworthy changes in release 8.24 (2015-07-03) [stable]

** Bug fixes

  dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics.
  Previously those signals may have inadvertently terminated the process.

  df --local no longer hangs with inaccessible remote mounts.
  [bug introduced in coreutils-8.21]

  du now silently ignores all directory cycles due to bind mounts.
  Previously it would issue a warning and exit with a failure status.
  [bug introduced in coreutils-8.1 and partially fixed in coreutils-8.23]

  chroot again calls chroot(DIR) and chdir("/"), even if DIR is "/".
  This handles separate bind mounted "/" trees, and environments
  depending on the implicit chdir("/").
  [bugs introduced in coreutils-8.23]

  cp no longer issues an incorrect warning about directory hardlinks when a
  source directory is specified multiple times.  Now, consistent with other
  file types, a warning is issued for source directories with duplicate names,
  or with -H the directory is copied again using the symlink name.

  factor avoids writing partial lines, thus supporting parallel operation.
  [the bug dates back to the initial implementation]

  head, od, split, tac, tail, and wc no longer mishandle input from files in
  /proc and /sys file systems that report somewhat-incorrect file sizes.

  mkdir --parents -Z now correctly sets the context for the last component,
  even if the parent directory exists and has a different default context.
  [bug introduced with the -Z restorecon functionality in coreutils-8.22]

  numfmt no longer outputs incorrect overflowed values seen with certain
  large numbers, or with numbers with increased precision.
  [bug introduced when numfmt was added in coreutils-8.21]

  numfmt now handles leading zeros correctly, not counting them when
  settings processing limits, and making them optional with floating point.
  [bug introduced when numfmt was added in coreutils-8.21]

  paste no longer truncates output for large input files.  This would happen
  for example with files larger than 4GiB on 32 bit systems with a '\n'
  character at the 4GiB position.
  [the bug dates back to the initial implementation]

  rm indicates the correct number of arguments in its confirmation prompt,
  on all platforms.  [bug introduced in coreutils-8.22]

  shuf -i with a single redundant operand, would crash instead of issuing
  a diagnostic.  [bug introduced in coreutils-8.22]

  tail releases inotify resources when unused.  Previously it could exhaust
  resources with many files, or with -F if files were replaced many times.
  [bug introduced in coreutils-7.5]

  tail -f again follows changes to a file after it's renamed.
  [bug introduced in coreutils-7.5]

  tail --follow no longer misses changes to files if those files were
  replaced before inotify watches were created.
  [bug introduced in coreutils-7.5]

  tail --follow consistently outputs all data for a truncated file.
  [bug introduced in the beginning]

  tail --follow=name correctly outputs headers for multiple files
  when those files are being created or renamed.
  [bug introduced in coreutils-7.5]

** New features

  chroot accepts the new --skip-chdir option to not change the working directory
  to "/" after changing into the chroot(2) jail, thus retaining the current wor-
  king directory.  The new option is only permitted if the new root directory is
  the old "/", and therefore is useful with the --group and --userspec options.

  dd accepts a new status=progress level to print data transfer statistics
  on stderr approximately every second.

  numfmt can now process multiple fields with field range specifications similar
  to cut, and supports setting the output precision with the --format option.

  split accepts a new --separator option to select a record separator character
  other than the default newline character.

  stty allows setting the "extproc" option where supported, which is
  a useful setting with high latency links.

  sync no longer ignores arguments, and syncs each specified file, or with the
  --file-system option, the file systems associated with each specified file.

  tee accepts a new --output-error option to control operation with pipes
  and output errors in general.

** Changes in behavior

  df no longer suppresses separate exports of the same remote device, as
  these are generally explicitly mounted.  The --total option does still
  suppress duplicate remote file systems.
  [suppression was introduced in coreutils-8.21]

  mv no longer supports moving a file to a hardlink, instead issuing an error.
  The implementation was susceptible to races in the presence of multiple mv
  instances, which could result in both hardlinks being deleted.  Also on case
  insensitive file systems like HFS, mv would just remove a hardlinked 'file'
  if called like `mv file File`.  The feature was added in coreutils-5.0.1.

  numfmt --from-unit and --to-unit options now interpret suffixes as SI units,
  and IEC (power of 2) units are now specified by appending 'i'.

  tee will exit early if there are no more writable outputs.

  tee does not treat the file operand '-' as meaning standard output any longer,
  for better conformance to POSIX.  This feature was added in coreutils-5.3.0.

  timeout --foreground no longer sends SIGCONT to the monitored process,
  which was seen to cause intermittent issues with GDB for example.

** Improvements

  cp,install,mv will convert smaller runs of NULs in the input to holes,
  and cp --sparse=always avoids speculative preallocation on XFS for example.

  cp will read sparse files more efficiently when the destination is a
  non regular file.  For example when copying a disk image to a device node.

  mv will try a reflink before falling back to a standard copy, which is
  more efficient when moving files across BTRFS subvolume boundaries.

  stat and tail now know about IBRIX.  stat -f --format=%T now reports the file
  system type, and tail -f uses polling for files on IBRIX file systems.

  wc -l processes short lines much more efficiently.

  References from --help and the man pages of utilities have been corrected
  in various cases, and more direct links to the corresponding online
  documentation are provided.

(ryoon)

2016-01-31 08:53:57 UTC MAIN commitmail json YAML

Update libdbusmenu-qt, add libdbusmenu-qt5

(markd)

2016-01-31 08:48:56 UTC MAIN commitmail json YAML

2016-01-31 08:47:45 UTC MAIN commitmail json YAML

Update to 0.12

Changelog:
== ChangeLog v0.12 ==

49 files changed, 1073 insertions(+), 2145 deletions(-)

Changes:

* Uses internally Git 2.7.0.
* Show remote refs in branch switcher combobox.
* Add sample post-receive hook in /contrib.
* Add HTML escaping to filters.
* Add "enable-follow-links" option to have the log UI
  behave the same way as "git log --follow", as well
  as updating the diffand commit UIs.
* Errors are now cached under the dynamic-ttl setting.
* Simplified filters and converters.
* Add "enable-html-serving" to turn on serving of HTML mimetypes
  from the /plain handler, to prevent against stored XSS.
* /blob no longer takes a mimetype query string parameter.

Bug fixes:

* Always honor repo.hide and repo.ignore.
* Ensure /about/ always has a trailing slash to keep other links
  consistent internally.
* Unit test stability improvements.
* Numerous internal cleanups.
* Always send HTTP headers even on error messages.
* Cleaner mimetype parsing.
* Multiple resource leaks plugged.
* Do not allow header injection.
* Fix integer/buffer overflow.
* Fix several crashes.
* Return 404 when no repositories are found.

== ChangeLog v0.11.2 ==

22 files changed, 444 insertions(+), 92 deletions(-)

Additions:

* New sample filter: filters/gentoo-ldap-authentication.lua
  This filter shows how you might use lualdap for real authentication.

Changes:

* Uses internally Git 2.3.2
* No longer display blank links for submodules when there's no way of
  resolving the submodule location.

Bug fixes:

* Numerous code quality fixes from sparse
* Take into account leading slashes when comptuing links
* Set up environment variables before making clone urls

== ChangeLog v0.11.1 ==

10 files changed, 127 insertions(+), 113 deletions(-)

Changes:

* Uses internally Git 2.3.1
* Optimized commit and tag parsing
* The sample simple-authentication.lua has been hardened

Bug fixes:

* When clicking on an owner in the index, use the right query string for
  searching
* When filtering in the index, make the sorting links point to the same
  filtered page of results
* Also, the same as above, but with pagination links
* F_SETLK is now used to avoid creating stale lock files

== ChangeLog v0.11.0 ==

31 files changed, 328 insertions(+), 211 deletions(-)

Features:

* "stat-only" diff type, for kernel.org, where diff's can become huge
* Show rel='vcs-git' on clone URL attributes
* Add rel-vcs microformat links to HTML <head> section
* Add "owner-filter" option, for filtering the owner column in the index
* Snapshots now have HTTP ETags, for better caching
* repo.hide and repo.ignore can now be specified for changing repository
  visibility

Changes:

* Rebased on Git 2.3.0
* Match more Markdown extensions
* Tooltips now show absolute time for relative date markers
* Use git's built-in ident line splitting algorithm instead
* The patch output now matches git's format

Bug fixes:

* More constification
* Documentation fixes
* Libravatar now uses HTTPS correctly
* Be sure README exists before displaying
* Remove trailing slash when .git is removed from links

(ryoon)

2016-01-31 08:36:39 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.50.1

(wiz)

2016-01-31 08:36:29 UTC MAIN commitmail json YAML

Update calibre to 2.50.1:

2.50.1

New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.

2.50
New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.

(wiz)

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

+ calibre-2.50.1, libevent-2.0.22, magit-2.5, nettle-3.2, stella-4.7.

(wiz)

2016-01-31 08:10:01 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.95

(wiz)

2016-01-31 08:09:50 UTC MAIN commitmail json YAML

Update p5-DateTime-TimeZone to 1.95:

1.95    2016-01-27

- This release is based on version 2016a of the Olson database. This release
  includes contemporary changes for the Cayman Islands, Iran, and Chrita,
  Russia.

(wiz)

2016-01-31 08:09:22 UTC MAIN commitmail json YAML

work around Darwin specific configure code that assumes the builtin python interpreter

(dbj)

2016-01-31 08:08:29 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Printer to 0.38

(wiz)

2016-01-31 08:08:19 UTC MAIN commitmail json YAML

Update p5-Data-Printer to 0.38:

0.38 2016-01-28
    BUG FIXES:
        - removed Test::Most unlisted dependency
          (thanks Marco Masetti for reporting)

0.37 2016-01-28
    NEW FEATURES:
        - Support for displaying scalar's unicode flag
          (Michael Conrad)
    BUG FIXES:
        - Fixed test failure due to leaking environment variables
          (Thomas Sibley)
        - class_method only works if it's actually something we can call
          (RenatoCRON)
        - Attempt to fix a taint error on old Win32 systems
          (Baldur Kristinsson)
        - Prevent some 5.8 errors caused by the version module
          (Baldur Kristinsson)
        - Data::Printer::Filter should imports np() as well
          (Olaf Alders)
        - Multiline property is now properly propagated
          (Adam Rosenstein)
    OTHER:
        - Removed some trailing whitespaces (Ivan Bessarabov)
        - Extended tests for finding trailing whitespaces (Ivan Bessarabov)
        - Documented caveat of using p() in variable declarations (vividsnow)
        - Documented that the 'DB' filter supports DBIx::Class (Olaf Alders)
        - New .gitignore file (David Lowe)
        - Updated .travis.yml (Ivan Bessarabov)

(wiz)

2016-01-31 08:02:59 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.590

(ryoon)

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

Update to 0.590

Status:
Unadjusted glyphs (characters; 1st pass): Uninode 8a05-8b95
Unadjusted glyphs (Bushu; 1st pass): Gonben

(ryoon)

2016-01-31 07:49:23 UTC MAIN commitmail json YAML

2016-01-31 07:30:16 UTC MAIN commitmail json YAML

Updated graphics/djview4 to 4.10.5

(ryoon)

2016-01-31 07:27:04 UTC MAIN commitmail json YAML

Update to 4.10.5

Changelog:
NEW IN VERSION 4.10
-------------------
- Bug fixes: layout, usability, preferences, locale selection
- Works with both Qt4 and Qt5
- Build uses automake/qmake hybrid (instead of autoconf/qmake).
- Layout annotations are honored in multipage mode
- Experimental OpenGL rendering
- Slideshow mode

NEW IN VERSION 4.9
------------------
- Added language selection in preference.
- Added option to override printing and saving restrictions.
- Automatic reloading of djvu documents when the file is changed.
- New chinese translations.
- Improved network code (needs Qt>=4.4.)
- Remember the last visited position for the last 50 documents.

(ryoon)

2016-01-31 07:23:33 UTC MAIN commitmail json YAML

Updated print/pdf2djvu to 0.9.3

(ryoon)

2016-01-31 07:22:55 UTC MAIN commitmail json YAML

Update to 0.9.3

Changelog:
pdf2djvu (0.9.3) unstable; urgency=low

  * Fix rendering some vector elements that should go to the foreground layer.
    Regression introduced in 0.7.1.
    https://bitbucket.org/jwilk/pdf2djvu/issues/115
  * Improve the test suite.

-- Jakub Wilk <jwilk@jwilk.net>  Fri, 20 Nov 2015 19:26:40 +0100

pdf2djvu (0.9.2) unstable; urgency=low

  [ Jakub Wilk ]
  * Improve error handling.
    + Ignore document outline items with non-existent destinations.
      https://bitbucket.org/jwilk/pdf2djvu/issues/112
  * Improve the test suite.
  * Update the Polish translation.

  [ Chris Leick ]
  * Update the German translation.

  [ Américo Monteiro ]
  * Update the Portuguese translation.

  [ Kyrill Detinov ]
  * Update the Russian translation.

-- Jakub Wilk <jwilk@jwilk.net>  Thu, 22 Oct 2015 15:06:02 +0200

pdf2djvu (0.9.1) unstable; urgency=low

  * Fix detection of libraries needed for XMP support in the configure script.
  * Document that libuuid might be a part of e2fsprogs on some systems.
  * Use DCE uuid_*() functions (instead of libuuid) if they are provided by
    libc.
  * Improve error handling.
  * Improve the test suite.
    + Add work-around for tests failing on OpenBSD because of an error message
      from GraphicsMagick (“Failed to close module …”).
      https://bitbucket.org/jwilk/pdf2djvu/issues/108

-- Jakub Wilk <jwilk@jwilk.net>  Mon, 28 Sep 2015 22:00:48 +0200

pdf2djvu (0.9) unstable; urgency=low

  [ Jakub Wilk ]
  * Add support for PDF page labels in page titles.
    Use labels as default page titles.
    https://bitbucket.org/jwilk/pdf2djvu/issue/109
  * Add the “--no-page-title” option.
    Also, don't set page title if “--page-title-template” is empty.
  * Rename “--pageid-prefix” as “--page-id-prefix”.
  * Rename “--pageid-template” as “--page-id-template”.
  * Improve XMP support:
    + Use the Exiv2 library (instead of the GNOME XSLT library with
      hand-crafted XSL stylesheets).
    + Update the xmpMM:InstanceID property.
    + Update the xmpMM:DocumentID property.
    + Generate globally unique identifiers in the urn:uuid namespace.
      https://tools.ietf.org/html/rfc4122#section-3
    + Use correct timezone offset in xmp:MetadataDate.
  * Fix a few spelling mistakes in the manual page.
  * Fix support for files larger than 2GB on 32-bit systems.
  * Improve error handling.
  * Improve the test suite.
  * Update the Polish translation.
  * Disable building the Ukrainian manual page, which is not fully translated.

  [ Américo Monteiro ]
  * Update the Portuguese translation.

  [ Chris Leick ]
  * Update the German translation.

  [ Jean-Paul Guillonneau ]
  * Update the French translation of the manual page.

  [ Kyrill Detinov ]
  * Update the Russian translation.

-- Jakub Wilk <jwilk@jwilk.net>  Sun, 27 Sep 2015 17:45:49 +0200

(ryoon)

2016-01-31 07:01:56 UTC MAIN commitmail json YAML

2016-01-31 06:46:16 UTC MAIN commitmail json YAML

Add libdbusmenu-qt5

(markd)

2016-01-31 06:46:03 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-MakeMaker to 7.10

(mef)

2016-01-31 06:45:39 UTC MAIN commitmail json YAML

2016-01-31 06:45:17 UTC MAIN commitmail json YAML

(pkgsrc)
- drop patch-ad, upstream fixed.
(upstream)
- Update 7.07 to 7.10
  -------------------
7.10 Thu Sep 10 19:38:55 BST 2015

    Bug fixes:
    - Fix an issue with quoting of dist_ci target on Win32

7.08 Tue Sep  8 20:24:15 BST 2015

    This release reverts all the changes since v7.04 until such time
    as the regressions we have found in the "wild" of CPAN can be
    tamed

    ExtUtils::Command has been included in this release as it was
    reincorporated in v7.06

    The following bug fixes have also been included:
    - RT#100268 fix wrong variable being used
    - Check exit status for commands in "make ci" target
    - Fix distsignature dependencies for parallel make
    - The bundled Encode::Locale has been updated to 1.04

(mef)

2016-01-31 06:42:28 UTC MAIN commitmail json YAML

2016-01-31 06:23:17 UTC MAIN commitmail json YAML

Updated devel/p5-Exception-Class to 1.40

(mef)

2016-01-31 06:22:27 UTC MAIN commitmail json YAML

1.40    2016-01-29
- Fixed broken metadata. Reported by Slaven ReziÄ<87> (Rezic). GitHub #3.

(mef)

2016-01-31 06:02:58 UTC MAIN commitmail json YAML

Updated security/p5-String-Random to 0.29

(mef)

2016-01-31 05:56:03 UTC MAIN commitmail json YAML

Update 0.28 to 0.29
-------------------
0.29    2015-12-24
  - Add a dependency on the 'parent' module:
  - This caused some CPAN Testers failures on perl-5.8.x.
  - http://www.cpantesters.org/cpan/report/d21f0078-6c11-1014-b233-6b3058476d35

(mef)

2016-01-31 05:52:06 UTC MAIN commitmail json YAML

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

Updated security/p5-Net-SSH to 1.42

(mef)

2016-01-31 05:49:47 UTC MAIN commitmail json YAML

Update 1.34 to 1.42
-------------------
1.42 2015.09.28
    - Fix issue with long selects getting interrupted by signals and dying (Andrew Hoying)
    - fix version cpan meta info

1.41 2015.09.18
    - use Errno constants in more portable way, see perldoc Errno

1.40 2015.09.17
    - declare new dependency to File::HomeDir in Makefile.PL

1.39 2015.09.15

    - RT #83978 - fix shell terminal width and height (lharey)
    - RT #94574 - fix Algorithm negotiation issue in ::Kex.pm
      (Brian Curnow, Michael Gray)
    - RT #105728 - fix VERSION methods (reported by Karen Etheridge)
    - code modernization (strict+warnings) (gh0stwizard)
    - pass tests on Win32 (gh0stwizard)
    - use Win32::LoginName on Windows (Michael Gray)
    - use File::HomeDir to simplify handling (Michael Gray)

1.38 2014.10.06

    - RT #99284 - install valid SIGNATURE file (Greg Sabino Mullane)

1.37 2014.03.17

    - RT #91840 - enabled config option "StrictHostKeyChecking"
                  (the corresponding code already existed)

1.36 2013.08.09

  Apply many bugfixes from RT discussions.

    - RT #48338 - FIX race condition with SSHv2
    - RT #55195 - FIX race condition in KEXINIT
    - RT #67586 - FIX test '03-packet.t' hangs forever
    - RT #64517 - enable PTY support in SSH2
    - RT #23947 - Replacement for KeyboardInt.pm

1.35 2012.12.03

    - rt#76482 - apply patch to t/03-packet.t for 5.15+ (chisel++)

(mef)

2016-01-31 05:37:42 UTC MAIN commitmail json YAML

Updated security/p5-Net-OpenSSH to 0.70

(mef)

2016-01-31 05:36:53 UTC MAIN commitmail json YAML

Update 0.57 to 0.70
-------------------
Revision history for Perl extension Net::OpenSSH.

0.70  Jan 20, 2016
        - Re-release as stable.

0.69_01  Jan 14, 2016
        - Add fish.pm to MANIFEST (bug reported by Erik Ferguson).

0.68  Dec 20, 2015
        - Rerelease as stable.

0.67_02  Dec 4, 2015
        - Do not croak when a method gets an unknown argument as far
          as its value is undef.

0.67_01  Nov 7, 2015
        - fix internal waitpid usage (bug report by Konrad
          Bucheli, #rt108516)
        - use strict and warnings in Net::OpenSSH::ConnectionCache
          (bug report and fix by Mohammad S Anwar)

0.66  Oct 11, 2015
        - documentation fix (reported by Alex Kok)
- allow redirecting debug output to a custom file handle

0.65_06  Aug 26, 2015
        - accept IPv6 addresess with zone indexes (bug report by
          Cserb叩k M叩rton)
        - some documentation corrections (bug report and patch by
          Florian Schlichting)

0.65_05  Jul 13, 2015
        - improve documentation

0.65_04  Jul 13, 2015
        - add support for Object::Remote framework integration
        - be more explicit on errors about non matching host public
          keys if possible (still unfinished, bug report by Ferenc
          Erki)
        - add support for connecting to remote unix sockets (requires
          patch to OpenSSH)

0.65_03  Jun 18, 2015
        - remove defined-or operator usage in order to remain perl
          5.8.x compatible

0.65_02  Jun 17, 2015
        - accept as targets URIs where the username contains the at
          sign (bug report by Mark Rushing)

0.65_01  Mar 12, 2015
        - add disown_master method
        - add sshfs_mount.pl sample

0.64  Mar 12, 2015
        WARNING: mayor internal changes have been introduced since
                last stable release!!!
        - Rerelease as stable

0.63_07  Jan 25, 2015
        - umask is not thread safe, avoid it (bug report and fix by
          Shaun Pankau)

0.63_06  Jan 15, 2015
        - DESTROY was overwritting $@

0.63_05  Jan 8, 2015
        WARNING, this is a mayor internal change!!!
        it may introduce regression bugs!!!
        ===============================================================
        - completely revamp internal logic for master monitoring
        ===============================================================
        - add constructor option 'connect'
        - add method 'any'
        - add "contributing code" documentation section
        - update TODO list

0.63_04  Jan 4, 2015
        - remove usage of defined-or operator in order to restore
          support for perl 5.8

0.63_03  Jan 3, 2015
- remove usage of defined-or operator in order to restore
          support for perl 5.8

0.63_02  Jan 2, 2015
- make module instalable on Windows and Cygwin
        - fix error on regular expression inside quoting.t (bug report
          by Slaven Rezic)
        - documentation section about security added
        - doc corrections (reported by Gregor Herrmann from Debian)
        - AT&T ksh is broken, don't use it when testing quoting
          functions (bug report by Greg Oldendick)

0.63_01  Jun 14, 2014
        - add clean_cache method to Net::OpenSSH::ConnectionCache (bug
          report by Mithun Ayachit)

0.62  Jun 14, 2014
        - rerelease as stable

0.61_18  May 6, 2014
        - add passwd_prompt feature
        - check for the password not being requested a second time
          (bug report by leschm)
- more spelling errors corrected

0.61_17  Apr 24, 2014
        - lots of spelling errors corrected
        - support code for master_setpgrp feature was not reseting the
          terminal process group owner on failure (bug report by
          Matthias Hofer)
        - MSWin, MSCmd and Chain quoters where missing from the
          MANIFEST and so not being distributed
        - document MSWin and MSCmd quoters
        - add dummy package Net::OpenSSH::SSH

0.61_16  Apr 6, 2014
        - add work around in quoting.t for Solaris csh 'fixing'
          invalid UTF8 sequences

0.61_15  Apr 2, 2014
        - from OpenSSH version 6.5 UNKNOWN is not a valid
          you-are-not-going-to-use-it-anyway hostname as it tries to
          resolve; now we use 0.0.0.0 instead
        - add support for master_setpgrp and setpgrp features
        - scp does not accept setting bandwidth limit to 0

0.61_14  Oct 30, 2013
        - the way used in tests to detect when they are running in the
          background was broken (bug report by Victor Efimov)

0.61_13  Oct 28, 2013
        - set bath_mode when test are being run on the background
          (bug report by Victor Efimov)
        - disable testing against custom ssh server as it is currently
          broken

0.61_12  Oct 10, 2013
        - rsync_* was not replicating time attributes when copy_attrs
          was set (bug report and fix by SUN Guonian)
        - add chain quoter
        - add quoters for MS Windows (MSWin, MSCmd)
        - extended argument quoting was never triggered
        - stream_encoding option was not accepted by capture2 method
        - glob_quoting option was not accepted by most methods
        - rename quote_style option as remote_shell

0.61_11  Aug 29, 2013
        - rsync_get method relied on a feature not available in old
          but still widely used versions of rsync (bug report by
          laiweiwei)

0.61_10  Jul 29, 2013
        - disable ControlPersist only when OpenSSH version >= 5.6 (bug
          report by Philippe Bruhat)
        - autodetect OpenSSH version during object creation

0.61_09  Jul 19, 2013
        - forcibly disable ControlPersist that may have been set from
          ssh configuration files (bug report by Philippe Bruhat)

0.61_08  Jul 19, 2013
        - fix test errors on perl 5.8

0.61_07  Jul 15, 2013
        - capture methods were not hanling retriable errors correctly
          (bug report by Victor Efimov)

0.61_06  Jul 12, 2013
        - another take into the shell_is_clean sanity check. Now we
          mimic sshd close enough to fool bash and make it behave as
          when really called by sshd

0.61_05  Jul 11, 2013
        - add shell_is_clean sanity check to test scripts to avoid
          false negatives while testing (bug report by Karen
          Etheridge)

0.61_04  Jun 28, 2013
        - print more informative error messages when loading an
          optional module fail
        - remove useless old fix for a nonexistent bug on
          _fileno_dup_over (un-bug report by Tammy Rockvam)

0.61_03  May 10, 2013
        - when testing on AIX don't check mux socket permissions and
          use correct ps arguments (bug report by mwatson)
        - apply doc patch by Florian of Debian project
        - add open3socket method
        - open2socket and open2pty now return the socket and pty
          respectively when called on scalar context
        - methods returning several file objects now croak when called
          on scalar context

0.61_02  Apr 16, 2013
        - add support for multiple shell quoting backends
        - add support for X11 forwarding

0.61_01  Mar 18, 2013
        - remote shell detection code was broken in tests (bug report
          by Neil Bowers)
        - skip tests requiring a bourne shell when the remote shell is
          csh or some derivative as tcsh

0.60  Feb 15, 2013
        - scp_put and rsync_put where not handling correctly the case
          where glob was set but the given file patterns didn't match
          any local file (bug report by Pavel Leity).
        - $SIG{__DIE__} was not always localized before calling eval

0.59  Jan 31, 2013
        - release as stable
        - fix some misspellings

0.58_04  May 2, 2012
        - solve some git merge mistakes

0.58_03  May 1, 2012
        - several misspellings corrected on the docs (bug report by
          Florian Schlichting from Debian - I love these guys!)
        - don't put square brackets around IPv6 addreses when passing
          the hostname to ssh (bug report by Alexey ?)

0.58_02  Apr 16, 2012
        - strict_mode lets pass world-writable directories if they
          have the restricted deletion flag set
        - implement sshfs import and export methods
        - add forward_agent feature
        - do not disable ssh-agent when using password authentication
        - some documentation improvements

0.58_01  Jan 30, 2012
        - add new documentation section about debugging
        - new helper module Net::OpenSSH::OSTracer added
        - ConnectionCache module was missing from MANIFEST
        - correction on default_ssh_opts feature documentation
          (reported by Yann Kerherv.)

(mef)

2016-01-31 02:49:53 UTC MAIN commitmail json YAML

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

(mef)

2016-01-31 02:49:08 UTC MAIN commitmail json YAML

Update to 2.023
---------------
2.023 2016/01/30
- OpenSSL 1.0.2f changed the behavior of SSL shutdown in case the TLS connection
  was not fully established (commit: f73c737c7ac908c5d6407c419769123392a3b0a9).
  This somehow resulted in Net::SSLeay::shutdown returning 0 (i.e. keep trying)
  which caused an endless loop. It will now ignore this result in case the TLS
  connection was not yet established and consider the TLS connection closed
  instead.

(mef)

2016-01-31 02:45:07 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2theora to 0.30

(mef)

2016-01-31 02:44:23 UTC MAIN commitmail json YAML

(pkgsrc)
- Add comment on patch by picking up from cvs log
(upstream)
- Update to 0.30
--------------
0.30 2014-12-12
    - various bugfixes
    - update to compile with ffmpeg 2.9

(mef)

2016-01-30 23:55:04 UTC MAIN commitmail json YAML

Updated devel/rt4 to 4.2.12

(ryoon)

2016-01-30 23:54:20 UTC MAIN commitmail json YAML

Update to 4.2.12

Changelog:
This release is a security release which addresses the following
vulnerabilities:

RT 4.0.0 and above are vulnerable to a cross-site scripting (XSS) attack via
the user and group rights management pages.  This vulnerability is assigned
CVE-2015-5475.  It was discovered and reported by Marcin Kopeć at Data Reliance
Shared Service Center.

RT 4.2.0 and above are vulnerable to a cross-site scripting (XSS) attack
via the cryptography interface.  This vulnerability could allow an attacker
with a carefully-crafted key to inject JavaScript into RT's user interface.
Installations which use neither GnuPG nor S/MIME are unaffected.

(ryoon)

2016-01-30 22:21:15 UTC MAIN commitmail json YAML

Updated cross/arm-none-eabi-binutils to 2.26

(ryoon)

2016-01-30 22:20:52 UTC MAIN commitmail json YAML

Update to 2.26

Changelog:
Changes in 2.26:

* Add option to objcopy to insert new symbols into a file:
  --add-symbol <name>=[<section>:]<value>[,<flags>]

* Add support for the ARC EM/HS, and ARC600/700 architectures.

* Extend objcopy --compress-debug-sections option to support
  --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
  targets.

* Add --update-section option to objcopy.

* Add --output-separator option to strings.

(ryoon)

2016-01-30 22:15:49 UTC MAIN commitmail json YAML

Updated devel/binutils to 2.26

(ryoon)

2016-01-30 22:15:11 UTC MAIN commitmail json YAML

Update to 2.26

Changelog:
Changes in 2.26:

* Add option to objcopy to insert new symbols into a file:
  --add-symbol <name>=[<section>:]<value>[,<flags>]

* Add support for the ARC EM/HS, and ARC600/700 architectures.

* Extend objcopy --compress-debug-sections option to support
  --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
  targets.

* Add --update-section option to objcopy.

* Add --output-separator option to strings.

(ryoon)

2016-01-30 20:49:31 UTC MAIN commitmail json YAML

2016-01-30 19:34:06 UTC MAIN commitmail json YAML

Updated graphics/py-Pillow to 3.1.0

(adam)

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

Pull upstream change to fix build failure with poppler-0.39 and later.

https://github.com/ruby-gnome2/ruby-gnome2/commit/3dda85661515d71101f1028dc7d68d4e53de45b1
> poppler: remove needless POPPLER_TYPE_ORIENTATION binding
> Poppler 0.39 removed it. And there are no Poppler releases that use
> POPPLER_TYPE_ORIENTATION.

Bump PKGREVISION.

(tsutsui)

2016-01-30 18:45:32 UTC MAIN commitmail json YAML

Changes 3.1.0:
- Fixing test failures on Python 2.6/Windows
- Limit metadata tags when writing using libtiff
- Rolling back exif support to pre-3.0 format
- Fix Divide by zero in Exif, add IFDRational class
- Catch the IFD error near the source
- Added release notes for 3.1.0
- Updated spacing to be consistent between multiline methods
- Let EditorConfig take care of some basic formatting
- Restore gpsexif data to the v1 form
- Add /usr/local include and library directories for freebsd
- Updated installation docs for new versions of dependencies
- Removed unrunnable test file
- Changed register calls to use format property
- Added field type constants to TiffTags
- Allow saving RowsPerStrip with libtiff
- Enabled conversion to numpy array for HSV images
- Changed some urls in the docs to use https
- Removed logger.exception from ImageFile.py
- Removed warnings module check
- Changed arcs, chords and pie slices to use floats
- Update unit test asserts
- Fix command to invoke ghostscript for eps files
- Consistent multiline text spacing
- Removed unused lines in BDFFontFile
- Changed ImageQt import of Image
- Throw TypeError if no cursors were found in .cur file
- Fix crash in ImageTk.PhotoImage on win-amd64
- ExtraSamples tag should be a SHORT, not a BYTE
- Docs and code health fixes
- Updated freetype to 2.6.2
- Updated WebP to 0.5.0 for Travis
- Fix missing 'version' key value in __array_interface__
- Replaced os.popen with subprocess.Popen to pilprint script
- Catch OverflowError in SpiderImagePlugin
- Fix the definition of icc_profile in TiffTags
- Remove old _imagingtiff.c and pilplus stuff
- Fix Exception when requiring jpeg
- Dependency scripts for Debian and Ubuntu
- Added Usage message to painter script
- Add tag info for iccprofile, fixes
- Added some requirements for make release-test
- Flatten tiff metadata value SAMPLEFORMAT to initial value, fixes
- Fix handling of pathlib in Image.save. Fixes
- Make tests more robust
- Use correctly sized pointers for windows handle types.

(adam)

2016-01-30 18:16:05 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.3.5

(tsutsui)

2016-01-30 18:15:07 UTC MAIN commitmail json YAML

Update mikutter to 3.3.5.

Upstream changes:

* update lang files (en, zh_TW)
* reweeting retweeted tweet didn't work in some case
* gyazo preview didn't work

(tsutsui)

2016-01-30 15:23:07 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Reply to 1.204

(mef)

2016-01-30 15:22:11 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MessageID to 1.406

(mef)

2016-01-30 15:21:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.937

(mef)

2016-01-30 15:04:32 UTC MAIN commitmail json YAML

Add following line for make test
BUILD_DEPENDS+=        p5-CGI-[0-9]*:../../www/p5-CGI

(mef)

2016-01-30 14:57:56 UTC MAIN commitmail json YAML

Add following line for make test
BUILD_DEPENDS+=  p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-Moose

(mef)

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

Update to 1.204
---------------
1.204    2015-11-29 22:28:08-05:00 America/New_York
          update repo and bugtracker

(mef)

2016-01-30 13:48:53 UTC MAIN commitmail json YAML

Update to 1.406
---------------
1.406    2015-08-10 12:08:52-04:00 America/New_York
        - when Sys::Hostname::Long is available, use hostname_long, not
          hostname()

(mef)

2016-01-30 13:46:10 UTC MAIN commitmail json YAML

Update to 1.937
---------------
1.937    2016-01-28 13:31:06-05:00 America/New_York
        - eliminate memory leak in walk_parts (again, rjbs)

(mef)

2016-01-30 13:44:30 UTC MAIN commitmail json YAML

Add following line for make test
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny

(mef)

2016-01-30 13:37:33 UTC pkgsrc-2015Q4 commitmail json YAML

2016-01-30 13:35:26 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4907 - requested by rillig
meta-pkgs/pkg_developer: build fix

Revisions pulled up:
- meta-pkgs/pkg_developer/Makefile                              1.6-1.7
- pkgtools/pkglint/select.mk                                    1.1

---
  Module Name:    pkgsrc
  Committed By:  rillig
  Date:          Tue Jan 12 20:08:17 UTC 2016

  Added Files:
          pkgsrc/pkgtools/pkglint: select.mk

  Log Message:
  Added version selection based on the platform

---
  Module Name:    pkgsrc
  Committed By:  rillig
  Date:          Tue Jan 12 20:09:35 UTC 2016

  Modified Files:
          pkgsrc/meta-pkgs/pkg_developer: Makefile

  Log Message:
  Select the proper pkglint version for the platform; bump version

---
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Wed Jan 13 18:14:15 UTC 2016

  Modified Files:
          pkgsrc/meta-pkgs/pkg_developer: Makefile

  Log Message:
  Fix the build by marking this as a meta package before we include
  "bsd.prefs.mk".

(bsiegert)

2016-01-30 13:24:28 UTC MAIN commitmail json YAML

Updated www/p5-POE-Filter-HTTP-Parser to 1.08

(mef)

2016-01-30 13:23:43 UTC MAIN commitmail json YAML

Update to 1.08
  (LICENSE is ${PERL5_LICENSE}, not changed)
--------------
version 1.08 at 2016-01-27 14:20:14 +0000
-----------------------------------------
    New release to update LICENSE file

(mef)

2016-01-30 13:11:49 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash

(mef)

2016-01-30 13:06:09 UTC MAIN commitmail json YAML

Add following line for make test
BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash

(mef)

2016-01-30 11:11:53 UTC MAIN commitmail json YAML

Added textproc/LDoc version 1.4.3.

(alnsn)

2016-01-30 11:10:10 UTC MAIN commitmail json YAML

Add LDoc subdir.

(alnsn)

2016-01-30 10:52:43 UTC MAIN commitmail json YAML

Add devel/lua-filesystem dependency.

(alnsn)

2016-01-30 10:01:02 UTC MAIN commitmail json YAML

Add two lines for make test
  BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
  BUILD_DEPENDS+=  p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings

(mef)

2016-01-30 09:29:40 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 6.42

(mef)

2016-01-30 09:28:55 UTC MAIN commitmail json YAML

Update to 6.42
--------------
6.42  2016-01-24
  - Fixed use of deprecated Perl feature in Mojo::JSON.
  - Fixed validation filter bugs in Mojolicious::Validator::Validation.

(mef)

2016-01-30 09:08:58 UTC MAIN commitmail json YAML

Updated www/p5-LWP-Protocol-PSGI to 0.08

(mef)

2016-01-30 09:08:14 UTC MAIN commitmail json YAML

Update to 0.08
--------------
0.08  2015-10-07 13:17:29 PDT
  - Fix a bug where "host" matcher doesn't match if port number is included

(mef)

2016-01-30 08:51:01 UTC MAIN commitmail json YAML

Updated security/stunnel to 5.30

(richard)

2016-01-30 06:45:47 UTC MAIN commitmail json YAML

Updated www/p5-JavaScript-Value-Escape to 0.07

(mef)

2016-01-30 06:44:58 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line
  PERL5_MODULE_TYPE=    Module::Build
(Upstream)
- Update to 0.07
  --------------
0.07 2015-01-14T07:27:52Z
  - Use %04x not %04d (Thanks anall and teancom)
  - cleanup docs add a reference to a site about preventing XSS (Thanks teancom)
  - migrate with minil

(mef)

2016-01-30 05:39:13 UTC MAIN commitmail json YAML

update to stunnel-5.30... 5.29 has been removed

Version 5.30, 2016.01.28, urgency: HIGH

Security bugfixes
    OpenSSL DLLs updated to version 1.0.2f.
    https://www.openssl.org/news/secadv_20160128.txt
New features
    Improved compatibility with the current OpenSSL 1.1.0-dev tree.
    Added OpenSSL autodetection for the recent versions of Xcode.
Bugfixes
    Fixed references to /etc removed from stunnel.init.in.
    Stopped even trying -fstack-protector on unsupported platforms
    (thx to Rob Lockhart).

(richard)

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