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 (3m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:55:34 UTC Now

2016-11-02 00:06:54 UTC MAIN commitmail json YAML

Note addtion of BIND packages:

net/bind910 9.10.4pl4
net/bind99 9.9.9pl4

(taca)

2016-11-02 00:06:09 UTC MAIN commitmail json YAML

Update bind99 to 9.9.9pl4 (BIND 9.9.9-P4).

--- 9.9.9-P4 released ---

4489. [security] It was possible to trigger assertions when processing
a response. (CVE-2016-8864) [RT #43465]

(taca)

2016-11-02 00:05:17 UTC MAIN commitmail json YAML

Update bind910 to 9.10.4pl4 (BIND 9.10.4-P4).

--- 9.10.4-P4 released ---

4489. [security] It was possible to trigger assertions when processing
a response. (CVE-2016-8864) [RT #43465]

(taca)

2016-11-01 21:59:33 UTC MAIN commitmail json YAML

Added games/ruby-squib version 0.11.0

(wiz)

2016-11-01 21:59:23 UTC MAIN commitmail json YAML

+ ruby-squib

(wiz)

2016-11-01 21:48:36 UTC MAIN commitmail json YAML

Import ruby-squib-0.11.0 as games/ruby-squib.

Squib is a Ruby DSL for prototyping card and board games. Write a
little bit of Ruby, define your deck's stats, then compile your
game into a series of images ready for print-and-play or even
print-on-demand. Squib is very data-driven and built on the principle
of Don't Repeat Yourself. Think of it like nanDeck done "the Ruby
way".

(wiz)

2016-11-01 21:40:37 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 5.4.10

(rillig)

2016-11-01 21:40:25 UTC MAIN commitmail json YAML

2016-11-01 20:44:22 UTC MAIN commitmail json YAML

When building cwrappers via bootstrap, either directly via --cwrappers or
indirectly via it being pulled in using USE_CWRAPPERS=auto, we need to
ensure that it is not built with -DPKG_PRESERVE as otherwise it interacts
badly with pbulk's pkg_delete test.

(jperkin)

2016-11-01 20:25:56 UTC MAIN commitmail json YAML

+latest memcached to TODO.

our version has publicly known remote code execution.

(maya)

2016-11-01 20:22:01 UTC MAIN commitmail json YAML

correct skrll's login name in CHANGES-2016

(maya)

2016-11-01 20:15:49 UTC MAIN commitmail json YAML

Updated multimedia/libass to 0.13.4

(maya)

2016-11-01 20:15:28 UTC MAIN commitmail json YAML

libass: update to 0.13.4

changes from 0.13.1 to 0.13.4

    Bug fixes found with fuzzing
    Fix memory reallocation in the shaper. (CVE-2016-7972)
    Fix two small memory leaks in the parser and test program.
    Fix illegal read in Gaussian blur coefficient calculations. (CVE-2016-7970)
    Fix mode 0/3 line wrapping equalization in specific cases which could result in illegal reads while laying out and shaping text. (CVE-2016-7969)

    Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris.
    Fix memory leak in DirectWrite font provider.
    Fix the rasterizer when rendering some large outlines.
    Remove hack that forced RTL base direction depending on font encoding.
    Greatly improve the internal caches with refcounting and gradual clearing.

    Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk().
    ass_step_sub(track, now, 0) now finds the start of the subtitle at now.
    Bug fixes:
        Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking.
        Fix a crash with Core Text under specific circumstances.

(maya)

2016-11-01 20:05:54 UTC MAIN commitmail json YAML

note pkgrevision bump of wine-devel

(maya)

2016-11-01 20:04:55 UTC MAIN commitmail json YAML

wine-devel: on second thought, bump PKGREVISION for previous gcc
version requirement.

users who built it with gcc < 4.5 or gcc == 4.6 will have failure
at runtime in rare circumstances.

(maya)

2016-11-01 20:01:57 UTC MAIN commitmail json YAML

wine-devel: require gcc 4.7 or above.

according to https://wiki.winehq.org/Gcc :
some program (steam) require ms_hook_prologue which is only in gcc 4.5
but gcc 4.6 broke support for it, so require 4.7.

addresses PR pkg/42218 indirectly

(maya)

2016-11-01 17:23:33 UTC MAIN commitmail json YAML

Updated misc/raspberrypi-userland to 20161101

(skrll)

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

Note update of time/ruby-tzinfo03 package to 0.3.52.

(taca)

2016-11-01 17:09:37 UTC MAIN commitmail json YAML

2016-11-01 17:07:35 UTC MAIN commitmail json YAML

Note update of www/ruby-unicorn package to 5.2.0.

(taca)

2016-11-01 17:06:59 UTC MAIN commitmail json YAML

Update ruby-unicorn to 5.2.0.

* relocate website to https://bogomips.org/unicorn/
* Add some tolerance (RFC2616 sec. 19.3)
* doc: update gmane URLs to point to our own archives
* examples/logrotate.conf: update example for systemd
* doc: systemd should only kill master in example
* examples/init.sh: update to reduce upgrade racinessjr/init

(taca)

2016-11-01 17:00:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-parallel package to 1.9.0.

(taca)

2016-11-01 17:00:22 UTC MAIN commitmail json YAML

Update ruby-parallel to 1.9.0.

v1.7.0 -- Mar 26, 2016

* Added an SQLite case
* Made adjustments to the SQLite case file as per @grosser's suggestions.
* Broke the SQLite tests out by worker_type like the other .each tests.
* support true in progress

v1.8.0 -- Mar 27, 2016

* isolation
* fix sqlite specs
* stderr output is a failure reason

v1.9.0 -- Jun 01, 2016

* expose parallel_worker_number via thread local so tasks can coordinate
  external dependencies
* also set parallel_worker_number when working directly
* more localized worker number setting for in_threads
* use .worker_number instead of direct thread var access
* add stderr redirection to spec case file invocation

(taca)

2016-11-01 16:50:58 UTC MAIN commitmail json YAML

Note update of devel/ruby-memoist package to 0.15.0.

(taca)

2016-11-01 16:50:31 UTC MAIN commitmail json YAML

Update ruby-memoist to 0.15.0.

* Add the frozen string literal pragma for ruby 2.3.0.
* Add a benchmark for basic performance of memoised methods
* Add a hit counter... 90s style
* Use SVG badge over PNG
* Ensure we don't load uninitialized variables in the test
* Avoid overwriting the memoized_methods helper

(taca)

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

Note update of devel/ruby-flexmock package to 2.3.1.

(taca)

2016-11-01 16:49:22 UTC MAIN commitmail json YAML

Update ruby-flexmock to 2.3.1.

* fix mocking methods that are defined as private on Object
* remove test of experimental stuff I can't understand
* allow to stack verification contexts recursively using FlexMock.use
* add some missing tests
* fix stubbing the same method multiple times on a partial mock when
  partials_verify_signatures is set
* fix signature validation when the last positional argument of a call is
  a hash
* fix signature validation in presence of both keywords and blocks

(taca)

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

2016-11-01 16:44:44 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 4.40.0.

(taca)

2016-11-01 16:44:15 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.40.0.

=== 4.40.0 (2016-10-28)

* Make column_select plugin not raise an exception if the model's table does not exist (jeremyevans)

* Make dataset_associations plugin correctly handle (many|one)_through_many associations with single join table (jeremyevans) (#1253)

* Add s extension, with adds Sequel::S module that includes private #S method for calling Sequel.expr, including use as refinement (jeremyevans)

* Add symbol_as and symbol_as_refinement extensions so that :column.as(:alias) is treated as Sequel.as(:column, :alias) (jeremyevans)

* Add symbol_aref and symbol_aref_refinement extensions so that :table[:column] is treated as Sequel.qualify(:table, :column) (jeremyevans)

* Add Sequel.split_symbols=, to support the disabling of splitting symbols with double/triple underscores (jeremyevans)

* Make SQL::QualifiedIdentifier convert SQL::Identifier arguments to strings, fixing Sequel[:schema][:table] usage in schema methods (jeremyevans)

* Do not attempt to combine non-associative operators (jeremyevans) (#1246)

* Automatically add NOT NULL to columns when adding primary keys if the database doesn't handle it (jeremyevans)

* Make prepared_statements plugin correctly handle lookup on joined datasets (jeremyevans) (#1244)

* Make Database#tables with :qualify=>true option handle table names with double underscores correctly (jeremyevans) (#1241)

* Add SQL::Identifier#[] and SQL::QualifiedIdentifier#[] for creating qualified identifiers (jeremyevans)

* Add support for Dataset#insert_conflict :conflict_where option, for a predicate to use in ON CONFLICT clauses (chanks) (#1240)

* Freeze Dataset::NON_SQL_OPTIONS, add private Dataset#non_sql_options, fixing thread safety issues during require (jeremyevans)

* Make the callable returned by Database#rollback_checker thread safe (jeremyevans)

* Make lazy_attributes and dataset_associations plugins work if insert_returning_select plugin is loaded before on model with no dataset (jeremyevans)

(taca)

2016-11-01 16:43:38 UTC MAIN commitmail json YAML

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

(taca)

2016-11-01 16:40:47 UTC MAIN commitmail json YAML

Update ruby-mp3info to 0.8.10.

=== 0.8.10 / 2016-10-31

* bugfix on /^(T|COM|USLT)/ tags parsing

(taca)

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

Update python-3.x state comment.

(wiz)

2016-11-01 15:56:00 UTC MAIN commitmail json YAML

Updated net/py-twisted to 16.5.0

(wiz)

2016-11-01 15:55:46 UTC MAIN commitmail json YAML

Updated py-twisted to 16.5.0.

Twisted Core 16.5.0 (2016-10-28)
================================

Features
--------
- Added twisted.internet.defer.Deferred.addTimeout method to enable
  timeouts of deferreds. (#5786)
- Perspective Broker (the twisted.spread package) has been ported to
  Python 3 (#7598)
- 'yield from' can now be used on Deferreds inside generators, when
  the generator is wrapped with
  twisted.internet.defer.ensureDeferred. (#8087)
- twisted.internet.asyncioreactor has been added, which is a Twisted
  reactor on top of Python 3.4+'s native asyncio reactor. It can be
  selected by passing "--reactor=asyncio" to Twisted tools (twistd,
  Trial, etc) on platforms that support it (Python 3.4+). (#8367)
- twisted.python.zippath now works on Windows with Python 3. (#8747)
- twisted.internet.cfreactor is ported to Python 3 and supported on
  2.7 and 3.5+. (#8838)

Bugfixes
--------
- twisted.internet.test.test_iocp and twisted.internet.test.test_tcp
  have been fixed to work under Python 3 with the Windows IOCP
  reactor (#8631)
- Arguments to processes on Windows are now passed mbcs-encoded
  arguments.  This prevents process-related tests from hanging on
  Windows with Python 3. (#8735)
- Client and server TLS connections made via the client TLS endpoint
  and the server SSL endpoint, as well as any other code that uses
  twisted.internet.ssl.CertificateOptions, no longer accept 3DES-
  based cipher suites by default, to defend against SWEET32. (#8781)
- twisted.logger.jsonFileLogObserver no longer emits non-JSON
  tracebacks into its file; additionally,
  twisted.logger.formatEventAsClassicLogText now includes traceback
  information for the log event it formats. (#8858)
- twisted.python.version now exports a version of Incremental that is
  16.10.1 or higher, making t.p.v.Version package name comparisons
  case-insensitive. (#8863)
- twisted.python.reflect.safe_str encodes unicode as ascii with
  backslashreplace error handling on Python 2. (#8864)

Improved Documentation
----------------------
- The twisted.internet.interfaces.IProtocol.dataReceived() method
  takes one parameter of type bytes.  This has been clarified in the
  doc string. (#8763)

Deprecations and Removals
-------------------------
- twisted.python.constants is deprecated in preference to constantly
  on PyPI, which is the same code rolled into its own package.
  (#7351)
- twisted.python.dist3 has been made private API. (#8761)
- When the source code is checked out, bin/trial is no longer in the
  tree.  Developers working on the Twisted source code itself should
  either (1) run all tests under tox, or (2) run 'python setup.py
  develop' to install trial before running any tests. (#8765)
- twisted.protocols.gps, deprecated since Twisted 15.2, has been
  removed. (#8787)

Other
-----
- #4926, #7868, #8209, #8214, #8271, #8308, #8324, #8348, #8367,
  #8377, #8378, #8379, #8380, #8381, #8383, #8385, #8387, #8388,
  #8389, #8391, #8392, #8393, #8394, #8397, #8406, #8410, #8412,
  #8413, #8414, #8421, #8425, #8426, #8430, #8432, #8434, #8435,
  #8437, #8438, #8439, #8444, #8451, #8452, #8453, #8454, #8456,
  #8457, #8459, #8462, #8463, #8465, #8468, #8469, #8479, #8482,
  #8483, #8486, #8490, #8493, #8494, #8496, #8497, #8498, #8499,
  #8501, #8503, #8504, #8507, #8508, #8510, #8513, #8514, #8515,
  #8516, #8517, #8520, #8521, #8522, #8523, #8524, #8527, #8528,
  #8529, #8531, #8532, #8534, #8536, #8537, #8538, #8543, #8544,
  #8548, #8552, #8553, #8554, #8555, #8557, #8560, #8563, #8565,
  #8568, #8569, #8572, #8573, #8574, #8580, #8581, #8582, #8586,
  #8589, #8590, #8592, #8593, #8598, #8603, #8604, #8606, #8609,
  #8615, #8616, #8617, #8618, #8619, #8621, #8622, #8624, #8627,
  #8628, #8630, #8632, #8634, #8640, #8644, #8645, #8646, #8647,
  #8662, #8664, #8666, #8668, #8671, #8672, #8677, #8678, #8684,
  #8691, #8702, #8705, #8706, #8716, #8719, #8724, #8725, #8727,
  #8734, #8741, #8749, #8752, #8754, #8755, #8756, #8757, #8758,
  #8767, #8773, #8776, #8779, #8780, #8785, #8788, #8789, #8790,
  #8792, #8793, #8799, #8808, #8817, #8839, #8845, #8852

Twisted Conch 16.5.0 (2016-10-28)
=================================

Features
--------
- SSH key fingerprints can be generated using base64 encoded SHA256
  hashes. (#8701)

Bugfixes
--------
- SSHUserAuthServer does not crash on keyboard interactive
  authentication when running on Python 3 (#8771)
- twisted.conch.insults.insults.ServerProtocol no longer corrupts a
  client's display when attempting to set the cursor position, and
  its ECMA-48 terminal manipulation works on Python 3. (#8803)

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

Twisted Mail 16.5.0 (2016-10-28)
================================

Deprecations and Removals
-------------------------
- twisted.mail.protocols.DomainSMTP and DomainESMTP, deprecated since
  2003, have been removed. (#8772)

Other
-----
- #6289, #8525, #8786, #8830

Twisted Names 16.5.0 (2016-10-28)
=================================

No significant changes have been made for this release.

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

Twisted Pair 16.5.0 (2016-10-28)
================================

Features
--------
- twisted.pair has been ported to Python 3 (#8744)

Twisted Web 16.5.0 (2016-10-28)
===============================

Bugfixes
--------
- twisted.web.client.HTTPConnectionPool and anything that uses it,
  like twisted.web.client.Agent, have had their logic for resuming
  transports changed so that transports are resumed after state
  machine transitions are complete, rather than before. This change
  allows the HTTP client infrastructure to work with alternative HTTP
  implementations such as HTTP/2 which may be able to deliver a
  complete response synchronously when producing is resumed. (#8720)

Other
-----
- #8519, #8530, #8629, #8707, #8777, #8778, #8844

Twisted Words 16.5.0 (2016-10-28)
=================================

No significant changes have been made for this release.

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

(wiz)

2016-11-01 15:35:10 UTC MAIN commitmail json YAML

Updated www/ap2-perl to 2.0.10

(adam)

2016-11-01 15:32:59 UTC MAIN commitmail json YAML

2016-11-01 15:32:54 UTC MAIN commitmail json YAML

Changes 2.0.10:

Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker errors on
OSX/Darwin.

Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang.

Fix non-threaded Perl 5.22.x build and tests.

Add support for Perl 5.22.x.

(adam)

2016-11-01 15:32:07 UTC MAIN commitmail json YAML

Updated textproc/FlightCrew to 0.7.2nb29

(wiz)

2016-11-01 15:31:56 UTC MAIN commitmail json YAML

Remove gmock dependency, now part of googletest (which this package
already depends upon).

Bump PKGREVISION.

(wiz)

2016-11-01 15:26:43 UTC MAIN commitmail json YAML

Updated devel/protobuf to 3.1.0nb1

(wiz)

2016-11-01 15:26:33 UTC MAIN commitmail json YAML

Switch from gmock to googletest.
Update HOMEPAGE.
Bump PKGREVISION.

(wiz)

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

Updated devel/google-glog to 0.3.4

(wiz)

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

Updated google-glog to 0.3.4.

google-glog 0.3.4

    repository moved from code.google.com/p/google-glog to github.com/google/glog
    fixes for latest MSVS
    add libc++ support
    fix build issue in demangle.cc
    add callback for OpenObjectFileContainingPcAndGetStartAddress
    add StrError and replace posix_strerror_r call
    fix VC build by adding GOOGLE_GLOG_DLL_DECL
    style fix for C++11
    reduce dynamic allocation from 3 to 1 per log message
    attempt to improve mingw-w64 support
    support unordered_(map|set) by stl_logging

(wiz)

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

2016-11-01 14:55:16 UTC MAIN commitmail json YAML

2016-11-01 14:54:12 UTC MAIN commitmail json YAML

Updated sysutils/watchman to 4.7.0

(fhajny)

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

Update sysutils/watchman to 4.7.0.

Watchman 4.7.0 (2016-09-10)
- Reduced memory usage by 40%
- Queries can now run with a shared lock.
- Added new glob generator as a walking strategy for queries.
- Added "case_sensitive": true option to queries to force matches to happen
  in a case sensitive manner, even if the watched root is on a case
  insensitive filesystem.
- Fixed a race condition during subscription initiation that could emit
  incorrect clock values.
- Fixed spurious over-notification for parent directories of changed files
  on Mac.
- Fixed some reliability issues on Windows

Watchman 4.6.0 (2016-07-09)
- Improved I/O scheduling when processing recursive deletes and deep
  directory rename operations.
- Improved performance of the ignore_dirs configuration option on macOS and
  Windows systems.
- Added an optional recrawl recovery strategy for macOS that will attempt to
  resync from the fseventsd journal rather than performing a full filesystem
  walk.
- Fixed accidental exponential time complexity issue with recursive deletes
  and deep directory rename operations on case-insensitive filesystems (such
as macOS).
- Added support for allowing non-owner access to a Watchman instance.
- Added support for inetd-style socket activation of the watchman service.
- Added the symlink_target field to the stored metadata for files.
- Fixed an issue where watchman may not reap child processes spawned by
  triggers.
- Fixed an issue where watchman may block forever during shutdown if there
  are other connected clients.
- Added hint_num_dirs configuration option.

Watchman 4.5.0 (2016-02-18)
- Fixed an inotify race condition for non-atomic directory replacements that
  was introduced in Watchman 4.4.

Watchman 4.4.0 (2016-02-02)
- Added state-enter and state-leave commands can allow subscribers to more
  intelligently settle/coalesce events around hg update or builds.
- Fixed an issue where subscriptions could double-notify for the same
  events.
- Fixed an issue where subscriptions that never match any files add
  O(all-observed-files) CPU cost to every subscription dispatch

Watchman 4.3.0 (2015-12-14)
- Improved handling of case insensitive renames; halved the memory usage and
  doubled crawl speed on OS X.

Watchman 4.2.0 (2015-12-08)
- Increased strictness of checks for symlinks; rather than just checking
  whether the leaf of a directory tree is a symlink, we now check each
  component down from the root of the watch.
- Increased priority of the watchman process on OS X.

Watchman 4.1.0 (2015-10-20)
- Fixed an issue where symlink size was always reported as 0 on OS X using
  the new bulkstat functionality

Watchman 4.0.0 (2015-10-19)
- Fixed an issue where a directory that was replaced by a symlink would
  cause a symlink traversal instead of correctly updating the type of the
  node and marking the children removed.
- Fixed a debugging log line that was emitted at the wrong log level on
  every directory traversal.

Watchman 3.9.0 (2015-10-12)
- Fixed an issue where dir renames on OS X could cause us to lose track of
  the files inside the renamed dir
- Fixed an issue where dir deletes and replacements on Linux could cause us
  to lose track of the files inside the replaced dir (similar to the OS X
  issue above in manifestation, but a different root cause).
- Improved (re)crawl speed for dirs with more than a couple of entries on
  average (improvement can be up to 5x for dirs with up to 64 entries on
  average).
- Improved (re)crawl speed on OS X 10.10 and later by using getattrlistbulk.
- Add optional sync_timeout to the clock command
- Avoid accidentally passing descriptors other than the stdio streams when
  we spawn the watchman service.
- Fixed a race condition where we could start two sets of watcher threads
  for the same dir if two clients issue a watch or watch-project at the same
  time
- Added a helpful error for a tmux + launchd issue on OS X

Watchman 3.8.0 (2015-09-14)
- Improved latency of processing kernel notifications.
- Improved idle behavior.
- Improved inotify move tracking.
- Hardened statedir and permissions.
- Fixed a possible deadlock in the idle watch reaper
- Fixed an issue where the watchman -p log-level debug could drop log
  notifications in the CLI
- Disabled the IO-throttling-during-crawl that we added in 3.7. It proved to
  be more harmful than beneficial.
- -j CLI option now accepts either JSON or BSER encoded command on stdin
- Added capabilities to the server, and added the capabilityCheck method to
  the python and node clients.

Watchman 3.7.0 (2015-08-05)
- Fixed bug where query match on foo*.java with wholename scope would
  incorrectly match foo/bar/baz.java.
- Added src/**/*.java recursive glob pattern support to query match.
- Added options dictionary to query's match operator.
- Added includedotfiles option to query match to include files whose names
  start with ..
- Added noescape option to query match to make \ match literal \.
- We'll now automatically age out and stop watches.
- watch-project will now try harder to re-use an existing watch and avoid
  creating an overlapping watch.
- Reduce I/O priority during crawling on systems that support this
- Fixed issue with the long long data type in the python BSER module

Watchman 3.5.0 (2015-06-29)
- Fix the version number reported by watchman.

Watchman 3.4.0 (2015-06-29)
- trigger now supports an optional relative_root argument.

Watchman 3.3.0 (2015-06-22)
- query and subscribe now support an optional relative_root argument.

(fhajny)

2016-11-01 14:53:29 UTC MAIN commitmail json YAML

2016-11-01 14:02:12 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.4.5

(adam)

2016-11-01 14:00:55 UTC MAIN commitmail json YAML

2016-11-01 12:34:48 UTC MAIN commitmail json YAML

Support fiber PLIST var.

(jperkin)

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

Handle lack of thread_local support in older Darwin clang.

(jperkin)

2016-11-01 12:12:52 UTC pkgsrc-2016Q3 commitmail json YAML

2016-11-01 12:11:48 UTC pkgsrc-2016Q3 commitmail json YAML

Pullup ticket #5137 - requested by bsiegert
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.64
- multimedia/adobe-flash-plugin11/distinfo                      1.61

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tsutsui
  Date:          Sat Oct 15 12:51:26 UTC 2016

  Modified Files:
          pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.637.

  Upstream announcement:

    https://helpx.adobe.com/security/products/flash-player/apsb16-32.html

  Adobe Security Bulletin

  Security updates available for Adobe Flash Player

  Release date: October 11, 2016

  Vulnerability identifier: APSB16-32

  CVE number: CVE-2016-4273, CVE-2016-4286, CVE-2016-6981, CVE-2016-6982,
    CVE-2016-6983, CVE-2016-6984, CVE-2016-6985, CVE-2016-6986, CVE-2016-6987,
    CVE-2016-6989, CVE-2016-6990, CVE-2016-6992

  Platform: Windows, Macintosh, Linux and ChromeOS

  To generate a diff of this commit:
  cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/adobe-flash-plugin11/Makefile
  cvs rdiff -u -r1.60 -r1.61 pkgsrc/multimedia/adobe-flash-plugin11/distinfo

(spz)

2016-11-01 08:20:36 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.11.5nb1

(leot)

2016-11-01 08:20:17 UTC MAIN commitmail json YAML

Avoid a possible DEPENDS on print/mupdf
Bump PKGREVISION.

Thanks to <wiz> for pointing out this problem!

(leot)

2016-10-31 17:15:36 UTC MAIN commitmail json YAML

Need to take advantage of the logic that makes this null on non-OSX.
(distinfo already has the checksum for this corrected patch, sorry.)

(tez)

2016-10-31 16:48:58 UTC MAIN commitmail json YAML

Updated fonts/unifont to 9.0.04

(wiz)

2016-10-31 16:48:48 UTC MAIN commitmail json YAML

Updated unifont to 9.0.04.

2016-10-29 Paul Hardy <unifoundry@unifoundry.com>

* Version: 9.0.04.
* font/plane00/unifont-base.hex:
  - Extended "{" and "}" by one pixel to add a point in the center.
  - Swapped U+2A05 and U+2A06; they were in reverse order.
* Added omitted ChangeLog entry for Unifont 9.0.03 for the addition
  of Pikto glyphs to font/plane0Fcsur/plane0Fcsur.hex.

(wiz)

2016-10-31 16:43:28 UTC MAIN commitmail json YAML

Updated devel/googletest to 1.8.0

(wiz)

2016-10-31 16:43:18 UTC MAIN commitmail json YAML

2016-10-31 16:35:34 UTC MAIN commitmail json YAML

Updated net/syncthing-gtk to 0.9.2.3

(wiz)

2016-10-31 16:35:24 UTC MAIN commitmail json YAML

Updated syncthing-gtk to 0.9.2.3.

v0.9.2.3

Notes:

    This release is required for Syncthing daemon version 0.14.6 or newer. Older version of Syncthing-GTK will not connect to new Syncthing daemon.

v0.9.2.2

New:

    Added Brazilian Portuguese translation (thanks to @robsonsobral)
    Support for folder labels in notifications (thanks to @acolomb)

Fixes:

    Not sending 'Host' header breaks Syncthing >=v0.14.6
    Crash on start with some Windows installations (thanks @Palatis)

(wiz)

2016-10-31 16:33:07 UTC MAIN commitmail json YAML

Updated audio/taglib to 1.11.1

(wiz)

2016-10-31 16:32:56 UTC MAIN commitmail json YAML

Updated taglib to 1.11.1.

TagLib 1.11.1 (Oct 24, 2016)
============================

* Fixed binary incompatible change in TagLib::String.
* Fixed reading ID3v2 CTOC frames with a lot of entries.
* Fixed seeking ByteVectorStream from the end.

(wiz)

2016-10-31 16:31:42 UTC MAIN commitmail json YAML

Updated databases/py-sqlparse to 0.2.2

(wiz)

2016-10-31 16:31:32 UTC MAIN commitmail json YAML

Updated py-sqlparse to 0.2.2.

Release 0.2.2 (Oct 22, 2016)
----------------------------

Enhancements

* Add comma_first option: When splitting list "comma first" notation
  is used (issue141).

Bug Fixes

* Fix parsing of incomplete AS (issue284, by vmuriart).
* Fix parsing of Oracle names containing dollars (issue291).
* Fix parsing of UNION ALL (issue294).
* Fix grouping of identifiers containing typecasts (issue297).
* Add Changelog to sdist again (issue302).

Internal Changes

* `is_whitespace` and `is_group` changed into properties

(wiz)

2016-10-31 16:31:00 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 28.7.1

(wiz)

2016-10-31 16:30:50 UTC MAIN commitmail json YAML

Updated py-setuptools to 28.7.1.

v28.7.1
-------

* #827: Update PyPI root for dependency links.

* #833: Backed out changes from #830 as the implementation
  seems to have problems in some cases.

(wiz)

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

Updated misc/khard to 0.11.3

(wiz)

2016-10-31 16:29:51 UTC MAIN commitmail json YAML

Updated khard to 0.11.3.

v0.11.2: 2016.08.31
- Extended the photo parsing workaround from khard version 0.11.1 to all base64 encoded vcard attributes (#86 and #87)
- Show additional/middle names in name column of contact table (#89)
- Added khard-runner.py helper script to simplify source code launching

v0.11.3: 2016.09.20
- Pinned version of vcard library vobject to version 0.9.2 due to bug https://github.com/eventable/vobject/issues/39
- Added some new action aliases
- Fix for birthday date processing (#95)

(wiz)

2016-10-31 16:28:37 UTC MAIN commitmail json YAML

Updated textproc/py-vobject to 0.9.2

(wiz)

2016-10-31 16:28:28 UTC MAIN commitmail json YAML

2016-10-31 16:27:08 UTC MAIN commitmail json YAML

Updated math/py-numpy to 1.11.2

(wiz)

2016-10-31 16:26:57 UTC MAIN commitmail json YAML

Updated py-numpy to 1.11.2.

NumPy 1.11.2 Release Notes
**************************

Numpy 1.11.2 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and
regressions found in Numpy 1.11.1 and includes several build related
improvements. Wheels for Linux, Windows, and OS X can be found on PyPI.

Pull Requests Merged
====================

Fixes overridden by later merges and release notes updates are omitted.

- #7736 BUG: Many functions silently drop 'keepdims' kwarg.
- #7738 ENH: Add extra kwargs and update doc of many MA methods.
- #7778 DOC: Update Numpy 1.11.1 release notes.
- #7793 BUG: MaskedArray.count treats negative axes incorrectly.
- #7816 BUG: Fix array too big error for wide dtypes.
- #7821 BUG: Make sure npy_mul_with_overflow_<type> detects overflow.
- #7824 MAINT: Allocate fewer bytes for empty arrays.
- #7847 MAINT,DOC: Fix some imp module uses and update f2py.compile docstring.
- #7849 MAINT: Fix remaining uses of deprecated Python imp module.
- #7851 BLD: Fix ATLAS version detection.
- #7896 BUG: Construct ma.array from np.array which contains padding.
- #7904 BUG: Fix float16 type not being called due to wrong ordering.
- #7917 BUG: Production install of numpy should not require nose.
- #7919 BLD: Fixed MKL detection for recent versions of this library.
- #7920 BUG: Fix for issue #7835 (ma.median of 1d).
- #7932 BUG: Monkey-patch _msvccompile.gen_lib_option like other compilers.
- #7939 BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.
- #7953 BUG: Guard against buggy comparisons in generic quicksort.
- #7954 BUG: Use keyword arguments to initialize Extension base class.
- #7955 BUG: Make sure numpy globals keep identity after reload.
- #7972 BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.
- #8005 BLD: Remove __NUMPY_SETUP__ from builtins at end of setup.py.
- #8010 MAINT: Remove leftover imp module imports.
- #8020 BUG: Fix return of np.ma.count if keepdims is True and axis is None.
- #8024 BUG: Fix numpy.ma.median.
- #8031 BUG: Fix np.ma.median with only one non-masked value.
- #8044 BUG: Fix bug in NpyIter buffering with discontinuous arrays.

(wiz)

2016-10-31 16:20:00 UTC MAIN commitmail json YAML

Updated devel/py-cparser to 2.17

(wiz)

2016-10-31 16:19:50 UTC MAIN commitmail json YAML

Updated py-cparser to 2.17.

+ Version 2.17 (29.10.2016)

  - Again functionality identical to 2.15 and 2.16; the difference is that the
    tarball now contains Python files with properly set permissions.

(wiz)

2016-10-31 16:19:13 UTC MAIN commitmail json YAML

Updated print/latexmk to 448

(wiz)

2016-10-31 16:19:03 UTC MAIN commitmail json YAML

Updated latexmk to 448.

>From v. 4.45 to 4.46
  Correct creation of output and aux directories to correctly handle
  relative paths when -cd is used.
  Minor documentation corrections.

>From v. 4.46 to 4.48
  Correct documention: default value of $recorder is 1
  Add routines rdb_list_source, rdb_set_source for manipulating
    dependency lists of a rule.  Add these to the documentated
    interface, in addition to the already documented rdb_ensure_file,
    rdb_remove_files.
  Update webpages in documentation.

(wiz)

2016-10-31 16:18:12 UTC MAIN commitmail json YAML

Updated security/libssh2 to 1.8.0

(wiz)

2016-10-31 16:18:02 UTC MAIN commitmail json YAML

Updated libssh2 to 1.8.0.

Version 1.8.0 (25 Oct 2016)

Daniel Stenberg (25 Oct 2016)
- RELEASE-NOTES: adjusted for 1.8.0

Kamil Dudka (20 Oct 2016)
- Revert "aes: the init function fails when OpenSSL has AES support"

  This partially reverts commit f4f2298ef3635acd031cc2ee0e71026cdcda5864
  because it caused the compatibility code to call initialization routines
  redundantly, leading to memory leakage with OpenSSL 1.1 and broken curl
  test-suite in Fedora:

  88 bytes in 1 blocks are definitely lost in loss record 5 of 8
    at 0x4C2DB8D: malloc (vg_replace_malloc.c:299)
    by 0x72C607D: CRYPTO_zalloc (mem.c:100)
    by 0x72A2480: EVP_CIPHER_meth_new (cmeth_lib.c:18)
    by 0x4E5A550: make_ctr_evp.isra.0 (openssl.c:407)
    by 0x4E5A8E8: _libssh2_init_aes_ctr (openssl.c:471)
    by 0x4E5BB5A: libssh2_init (global.c:49)

Daniel Stenberg (19 Oct 2016)
- [Charles Collicutt brought this change]

  libssh2_wait_socket: Fix comparison with api_timeout to use milliseconds (#134)

  Fixes #74

- [Charles Collicutt brought this change]

  Set err_msg on _libssh2_wait_socket errors (#135)

- Revert "travis: Test mbedtls too"

  This reverts commit 3e6de50a24815e72ec5597947f1831f6083b7da8.

  Travis doesn't seem to support the mbedtls-dev package

- maketgz: support "only" to only update version number locally

  and fix the date output locale

- configure: make the --with-* options override the OpenSSL default

  ... previously it would default to OpenSSL even with the --with-[crypto]
  options used unless you specificly disabled OpenSSL. Now, enabling another
  backend will automatically disable OpenSSL if the other one is found.

- [Keno Fischer brought this change]

  docs: Add documentation on new cmake/configure options

- [Keno Fischer brought this change]

  configure: Add support for building with mbedtls

- [wildart brought this change]

  travis: Test mbedtls too

- [wildart brought this change]

  crypto: add support for the mbedTLS backend

  Closes #132

- [wildart brought this change]

  cmake: Add CLEAR_MEMORY option, analogously to that for autoconf

- README.md: fix link typo

- README: markdown version to look nicer on github

Viktor Szakats (5 Sep 2016)
- [Taylor Holberton brought this change]

  openssl: add OpenSSL 1.1.0 compatibility

Daniel Stenberg (4 Sep 2016)
- [Antenore Gatta brought this change]

  tests: HAVE_NETINET_IN_H was not defined correctly (#127)

  Fixes #125

- SECURITY: fix web site typo

- SECURITY: security process

GitHub (14 Aug 2016)
- [Alexander Lamaison brought this change]

  Basic dockerised test suite.

  This introduces a test suite for libssh2. It runs OpenSSH in a Docker
  container because that works well on Windows (via docker-machine) as
  well as Linux. Presumably it works on Mac too with docker-machine, but
  I've not tested that.

  Because the test suite is docker-machine aware, you can also run it
  against a cloud provider, for more realistic network testing, by setting
  your cloud provider as your active docker machine. The Appveyor CI setup
  in this commit does that because Appveyor doesn't support docker
  locally.

Kamil Dudka (3 Aug 2016)
- [Viktor Szakats brought this change]

  misc.c: Delete unused static variables

  Closes #114

Daniel Stenberg (9 Apr 2016)
- [Will Cosgrove brought this change]

  Merge pull request #103 from willco007/patch-2

  Fix for security issue CVE-2016-0787

Alexander Lamaison (2 Apr 2016)
- [Zenju brought this change]

  Fix MSVC 14 compilation errors

  For _MSC_VER == 1900 these macros are not needed and create problems:

  1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1925): warning C4005: 'snprintf': macro redefinition (compiling source file libssh2-files\src\mac.c)

  1> \win32\libssh2_config.h(27): note: see previous definition of 'snprintf' (compiling source file libssh2-files\src\mac.c)

  1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration (compiling source file libssh2-files\src\mac.c)

Daniel Stenberg (26 Mar 2016)
- [Brad Harder brought this change]

  _libssh2_channel_open: speeling error fixed in channel error message

Alexander Lamaison (15 Mar 2016)
- Link with crypt32.lib on Windows.

  Makes linking with static OpenSSL work again.  Although it's not
  required for dynamic OpenSSL, it does no harm.

  Fixes #98.

- [Craig A. Berry brought this change]

  Tweak VMS help file building.

  Primarily this is handling cases where top-level files moved into
  the docs/ directory.  I also corrected a typo and removed the
  claim that libssh2 is public domain.

- [Craig A. Berry brought this change]

  Build with standard stat structure on VMS.

  This gets us large file support, is available on any VMS release
  in the last decade and more, and gives stat other modern features
  such as 64-bit ino_t.

- [Craig A. Berry brought this change]

  Update vms/libssh2_config.h.

  VMS does have stdlib.h, gettimeofday(), and OpenSSL.  The latter
  is appropriate to hard-wire in the configuration because it's
  installed by default as part of the base operating system and
  there is currently no libgcrypt port.

- [Craig A. Berry brought this change]

  VMS can't use %zd for off_t format.

  %z is a C99-ism that VMS doesn't currently have; even though the
  compiler is C99-compliant, the library isn't quite.  The off_t used
  for the st_size element of the stat can be 32-bit or 64-bit, so
  detect what we've got and pick a format accordingly.

- [Craig A. Berry brought this change]

  Normalize line endings in libssh2_sftp_get_channel.3.

  Somehow it got Windows-style CRLF endings so convert to just LF,
  for consistency as well as not to confuse tools that will regard
  the \r as content (e.g. the OpenVMS help librarian).

Dan Fandrich (29 Feb 2016)
- libgcrypt: Fixed a NULL pointer dereference on OOM

Daniel Stenberg (24 Feb 2016)
- [Viktor Szakats brought this change]

  url updates, HTTP => HTTPS

  Closes #87

Dan Fandrich (23 Feb 2016)
- RELEASE-NOTES: removed some duplicated names

(wiz)

2016-10-31 16:17:11 UTC MAIN commitmail json YAML

Updated mail/notmuch to 0.23.1

(wiz)

2016-10-31 16:17:00 UTC MAIN commitmail json YAML

Updated notmuch to 0.23.1.

Notmuch 0.23.1 (2016-10-23)
===========================

General
-------

Require Xapian >= 1.2.6

  The ifdef branch for older Xapian (pre-compact API) had bit-rotted.

Emacs
-----

Fix default colours for unread and flagged messages

  In 0.23 the default colours for unread and flagged messages in
  search view were accidentally swapped. This release returns them to
  the original colours.

  A related change in 0.23 broke the customize widget for
  notmuch-search-line-faces. This is now fixed.

Fix test failure with Emacs 25.1

  A previously undiscovered jit-lock related bug was exposed by Emacs
  25, causing a notmuch-show mode test to fail. This release fixes the
  bug, and hence the test.

(wiz)

2016-10-31 16:15:37 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.3.3

(wiz)

2016-10-31 16:15:27 UTC MAIN commitmail json YAML

Updated harfbuzz to 1.3.3.

Overview of changes leading to 1.3.3
Wednesday, September 28, 2016
====================================

- Implement parsing of OpenType MATH table.
New API:
HB_OT_TAG_MATH
HB_OT_MATH_SCRIPT
hb_ot_math_constant_t
hb_ot_math_kern_t
hb_ot_math_glyph_variant_t
hb_ot_math_glyph_part_flags_t
hb_ot_math_glyph_part_t
hb_ot_math_has_data
hb_ot_math_get_constant
hb_ot_math_get_glyph_italics_correction
hb_ot_math_get_glyph_top_accent_attachment
hb_ot_math_get_glyph_kerning
hb_ot_math_is_glyph_extended_shape
hb_ot_math_get_glyph_variants
hb_ot_math_get_min_connector_overlap
hb_ot_math_get_glyph_assembly

(wiz)

2016-10-31 14:28:20 UTC MAIN commitmail json YAML

Re-add editors/xemacs-current/hacks.mk --

gcc 5 builtins collide with src/gmalloc.c's calloc(), which
results in 'xemacs -vanilla' busy-looping during the build.

Joerg suggested building with -fno-builtin, see
<toolchain/2016/10/28/msg002820.html>">http://mail-index.netbsd.org/tech-toolchain/2016/10/28/msg002820.html> ff.

(hauke)

2016-10-31 13:30:07 UTC MAIN commitmail json YAML

Re-add editors/xemacs/hacks.mk --

gcc 5 builtins collide with src/gmalloc.c's calloc(), which
results in 'xemacs -vanilla' busy-looping during the build.

Joerg suggested building with -fno-builtin, see
<toolchain/2016/10/28/msg002820.html>">http://mail-index.netbsd.org/tech-toolchain/2016/10/28/msg002820.html> ff.

(hauke)

2016-10-31 10:55:13 UTC MAIN commitmail json YAML

Updated devel/ccache to 3.3.3

(adam)

2016-10-31 10:54:30 UTC MAIN commitmail json YAML

Changes 3.3.3:
* ccache now detects usage of .incbin assembler directives in the source code and avoids caching such compilations.

(adam)

2016-10-31 09:31:35 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.11.5

(leot)

2016-10-31 09:31:16 UTC MAIN commitmail json YAML

Update print/cups-filters to 1.11.5

CHANGES IN V1.11.5
- cups-browsed: Fixed several typos in the documentation (Bug
  #1378).
- gstoraster, mupdftoraster, pdftops, sys5ippprinter: Use
  execvp() and execvpe() to call programs so that the $PATH
  environment variable gets used to find the programs (Bug
  #1378).
- build system: Several fixes, especially to make it work when
  cross-compiling or using a build server (Bug #1378).
- cups-browsed: Silenced a warning.
- cups-browsed: For remote CUPS queues with a dot in their
  name no local queue got created (Bug #1379).
- pdftopdf: Do the page logging also for IPP Everywhere
  printers which use the PWG Raster data format as the
  ...toraster filters being the last filter then do not log.
- gstoraster, pdftoraster: Let filters generate PWG Raster if
  the environment variable FINAL_CONTENT_TYPE is set to
  image/pwg-raster, make sure full-page bitmaps are generated
  in PWG_raster mode, and added mime conversion rules for
  direct PWG Raster output.
- cups-browsed: Corrected checking of the PDLs of an IPP network
  printer. Now PCL 5c/e printers (not HP inkjets) should get
  recognized correctly.
- texttopdf: Added missing NULL check to avoid a segfault when
  texttopdf does not find a suitable (monospace TTF) font.
- foomatic-rip: Replace old manpage macro calls from
  foomatic-filters 3.0.2-20050114.
- cups-browsed: Allow changing BrowseInterval and
  BrowseTimeout via cups-browsed.conf, as it was formerly with
  CUPS (Debian bug #794655).
- pdftopdf: Count the actual output pages also if the
  number-up option is not used, to correctly find out whether
  we have an even or odd number of pages, even if the
  page-ranges option is used. This is needed to correctly
  decide whether for duplex printing a blank page has to be
  added (Bug #1377).

(leot)

2016-10-31 09:16:30 UTC MAIN commitmail json YAML

Update PLIST in order to fix the build for nmap-7.30 for "lua" and
"zenmap" options.

ok <pettai>

(leot)

2016-10-31 04:19:25 UTC MAIN commitmail json YAML

Updated mail/postfix to 3.1.3nb1

(maya)

2016-10-31 04:19:07 UTC MAIN commitmail json YAML

postfix: use pkgconfig instead of icu-config to find icu cflags
and ldflags. should help PR pkg/51354: mail/postfix eai option does not
work because of test in makedef.

bump PKGREVISION

(maya)

2016-10-31 04:10:38 UTC MAIN commitmail json YAML

Apply Sevan's patch for OS X Tiger PowerPC from PR 48936, since he hasn't
got around to doing it himself.

(dholland)

2016-10-31 01:18:03 UTC MAIN commitmail json YAML

Updated lang/jimtcl to 0.77nb1

(kamil)

2016-10-31 01:15:12 UTC MAIN commitmail json YAML

2016-10-30 20:55:39 UTC MAIN commitmail json YAML

2016-10-30 20:49:58 UTC MAIN commitmail json YAML

2016-10-30 18:10:32 UTC MAIN commitmail json YAML

Updated devel/SDL2 to 2.0.5nb1

(wiz)

2016-10-30 18:10:21 UTC MAIN commitmail json YAML

--enable-new-dtags in sdl2-config output broke packages
using SDL2. Remove it.

Bump PKGREVISION.

(wiz)

2016-10-30 17:07:22 UTC MAIN commitmail json YAML

Updated graphics/freetype2 to 2.7nb1

(wiz)

2016-10-30 17:07:12 UTC MAIN commitmail json YAML

Add rpath to freetype-config script.

Bump PKGREVISION.

(wiz)

2016-10-30 14:48:01 UTC MAIN commitmail json YAML

2016-10-30 12:11:00 UTC MAIN commitmail json YAML

Updated audio/pulseaudio to 9.0nb1

(wiz)

2016-10-30 12:10:50 UTC MAIN commitmail json YAML

Remove libsamplerate dependency. Bump PKGREVISION.

>From the 6.0 release notes (https://freedesktop.org/wiki/Software/PulseAudio/Notes/6.0/):

The libsamplerate based resamplers are now deprecated, because they
offer no particular advantage over speex. Packagers can drop the
dependency to libsamplerate, unless they specifically want to keep
enabling the libsamplerate based resamplers for some reason.

(wiz)

2016-10-30 11:43:46 UTC MAIN commitmail json YAML

Updated www/nghttp2 to 1.16.0; www/serf to 1.3.9; devel/git to 2.10.2

(adam)

2016-10-30 11:43:03 UTC MAIN commitmail json YAML

Git v2.10.2 Release Notes
=========================

Fixes since v2.10.1
-------------------

* The code that parses the format parameter of for-each-ref command
  has seen a micro-optimization.

* The "graph" API used in "git log --graph" miscounted the number of
  output columns consumed so far when drawing a padding line, which
  has been fixed; this did not affect any existing code as nobody
  tried to write anything after the padding on such a line, though.

* Almost everybody uses DEFAULT_ABBREV to refer to the default
  setting for the abbreviation, but "git blame" peeked into
  underlying variable bypassing the macro for no good reason.

* Doc update to clarify what "log -3 --reverse" does.

* An author name, that spelled a backslash-quoted double quote in the
  human readable part "My \"double quoted\" name", was not unquoted
  correctly while applying a patch from a piece of e-mail.

* The original command line syntax for "git merge", which was "git
  merge <msg> HEAD <parent>...", has been deprecated for quite some
  time, and "git gui" was the last in-tree user of the syntax.  This
  is finally fixed, so that we can move forward with the deprecation.

* Codepaths that read from an on-disk loose object were too loose in
  validating what they are reading is a proper object file and
  sometimes read past the data they read from the disk, which has
  been corrected.  H/t to Gustavo Grieco for reporting.

* "git worktree", even though it used the default_abbrev setting that
  ought to be affected by core.abbrev configuration variable, ignored
  the variable setting.  The command has been taught to read the
  default set of configuration variables to correct this.

* A low-level function verify_packfile() was meant to show errors
  that were detected without dying itself, but under some conditions
  it didn't and died instead, which has been fixed.

* When "git fetch" tries to find where the history of the repository
  it runs in has diverged from what the other side has, it has a
  mechanism to avoid digging too deep into irrelevant side branches.
  This however did not work well over the "smart-http" transport due
  to a design bug, which has been fixed.

* When we started cURL to talk to imap server when a new enough
  version of cURL library is available, we forgot to explicitly add
  imap(s):// before the destination.  To some folks, that didn't work
  and the library tried to make HTTP(s) requests instead.

* The ./configure script generated from configure.ac was taught how
  to detect support of SSL by libcurl better.

* http.emptyauth configuration is a way to allow an empty username to
  pass when attempting to authenticate using mechanisms like
  Kerberos.  We took an unspecified (NULL) username and sent ":"
  (i.e. no username, no password) to CURLOPT_USERPWD, but did not do
  the same when the username is explicitly set to an empty string.

* "git clone" of a local repository can be done at the filesystem
  level, but the codepath did not check errors while copying and
  adjusting the file that lists alternate object stores.

* Documentation for "git commit" was updated to clarify that "commit
  -p <paths>" adds to the current contents of the index to come up
  with what to commit.

* A stray symbolic link in $GIT_DIR/refs/ directory could make name
  resolution loop forever, which has been corrected.

* The "submodule.<name>.path" stored in .gitmodules is never copied
  to .git/config and such a key in .git/config has no meaning, but
  the documentation described it and submodule.<name>.url next to
  each other as if both belong to .git/config.  This has been fixed.

* Recent git allows submodule.<name>.branch to use a special token
  "." instead of the branch name; the documentation has been updated
  to describe it.

* In a worktree connected to a repository elsewhere, created via "git
  worktree", "git checkout" attempts to protect users from confusion
  by refusing to check out a branch that is already checked out in
  another worktree.  However, this also prevented checking out a
  branch, which is designated as the primary branch of a bare
  reopsitory, in a worktree that is connected to the bare
  repository.  The check has been corrected to allow it.

* "git rebase" immediately after "git clone" failed to find the fork
  point from the upstream.

* When fetching from a remote that has many tags that are irrelevant
  to branches we are following, we used to waste way too many cycles
  when checking if the object pointed at by a tag (that we are not
  going to fetch!) exists in our repository too carefully.

* The Travis CI configuration we ship ran the tests with --verbose
  option but this risks non-TAP output that happens to be "ok" to be
  misinterpreted as TAP signalling a test that passed.  This resulted
  in unnecessary failure.  This has been corrected by introducing a
  new mode to run our tests in the test harness to send the verbose
  output separately to the log file.

* Some AsciiDoc formatter mishandles a displayed illustration with
  tabs in it.  Adjust a few of them in merge-base documentation to
  work around them.

Also contains minor documentation updates and code clean-ups.

(adam)

2016-10-30 11:39:14 UTC MAIN commitmail json YAML

Apache Serf 1.3.9:
  serf is now Apache Serf; apply header changes
  Fix issue 151: SCons build broken when only one library in ENVPATH
  Fix issue 153: avoid SSPI handle leak
  Fix issue 167: Explicitly use the ANSI version of SSPI
  Fix issue 170: Allow building with Microsoft Visual Studio 2015
  Fix build of 'check' target when using VPATH-style builds
    (builddir != srcdir).
  Resolve a bucket (aka "memory") leak when a request bucket is
    destroyed before it is morphed into an aggregate bucket
  Reset state variables when resetting connection
  Fix types of passed, but unused batons
  Fix some usages of the openssl BIO api
  Improve handling of bad data in the response state line.
  Resolve several compiler issues with less common compilers
  Support more overrides via SCons arguments
  Adapt to OpenSSL 1.1.x api

(adam)

2016-10-30 11:21:27 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 1.17

(wiz)

2016-10-30 11:21:17 UTC MAIN commitmail json YAML

Updated p5-Unicode-Collate to 1.17.

1.17  Wed Oct 26 21:46:12 2016
    - DUCET is updated (for Unicode 8.0.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - The default UCA_Version is 32.
    - U+9FCD..U+9FD5 and U+2B820..U+2CEA1 are new CJK unified ideographs.
    - Cyrillic contractions except SHORT I are removed from DUCET.
      * modified locales: be, bs_Cyrl, kk, mk, sr, uk.
      * removed locales: bg, ru.
    - Locale/*.pl and CJK/Korean.pm are updated.

1.16  Mon Oct 24 21:31:12 2016
    - modified tests for the Cyrillic script before updating DUCET:
      loc_be.t, loc_kk.t, loc_mncy.t, loc_ru.t, loc_uk.t.

(wiz)

2016-10-30 11:15:19 UTC MAIN commitmail json YAML

Changes 1.16.0:

libnghttp2
----------
Previously, if libnghttp2 is built with DEBUGBUILD macro defined, it prints out debug messages into stderr. In this release, Anders Bakken added nghttp2_set_debug_vprintf_callback() function to set a callback which can customize how debug message is processed. The parameters passed to the callback are suitable for use with vfprintf(3) function.

libnghttp2_asio
---------------
We fixed the bug which causes crash if nghttp2::asio_http2::server::response::end() is called from outside nghttp2 callback (e.g., asynchronous timer callback).

nghttpx
-------
We have added --backend-connect-timeout option to specify how long nghttpx waits until backend TCP connection is established.

The new option --ecdh-curves lets you specify the list of named curve for use in TLS.

We have added TLS signed_certificate_timestamp extension support. signed_certificate_timestamp extension is defined in RFC 6962. The new option --tls-sct-dir is used to specify the directory which contains *.sct files. These files are read in start up, and sent to client in TLS handshake. The format of *.sct files is the same as the one that nginx and Apache mod_ssl_ct use. For additional certificates specified by --subcert option, we extended the syntax of the option, and now it can take sct-dir parameter which takes the directory that should contain *.sct files for the certificate.

h2load
------
We have added --header-table-size and --encoder-header-table-size options to specify HPACK header table size for both direction.

(adam)

2016-10-30 10:37:17 UTC MAIN commitmail json YAML

2016-10-30 10:36:03 UTC MAIN commitmail json YAML

+ ap2-perl-2.0.10, bsdtar-3.2.2, cups-filters-1.11.5, git-base-2.10.2,
  harfbuzz-1.3.3, latexmk-448, libarchive-3.2.2, libssh2-1.8.0,
  mame-0.179, notmuch-0.23.1, p5-Unicode-Collate-1.17, py-cparser-2.17,
  py-setuptools-28.7.1, py-twisted-16.5.0, taglib-1.11.1,
  unifont-9.0.04, vim-8.0.0054, vim-share-8.0.0054, x264-devel-20161029.

(wiz)

2016-10-30 10:25:31 UTC MAIN commitmail json YAML

arx-libertatis: apply upstream commit which fixes build on OS X

Use correct parameter type for clock_gettime

Also from Jonathan Schleifer in PR pkg/51556

(maya)

2016-10-30 09:46:36 UTC MAIN commitmail json YAML

Note update of liboggz pkgrevision

(maya)

2016-10-30 09:45:32 UTC MAIN commitmail json YAML

liboggz: bump PKGREVISION for previous. it's a functional change, however
small.

Fix pkglint warnings about whitespace

(maya)

2016-10-30 09:41:58 UTC MAIN commitmail json YAML

liboggz: remove all patches

these patches were intended to fix build on Open/Free-BSD and are simply wrong
and broke the build on linux before and now on OS X.

"it declares an uninitialized timezone structure and uses it to adjust the date.
...even if struct timezone weren't deprecated."

PR pkg/50558, report on pkgsrc-users by Emre Eryilmaz

(maya)

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

Updated sysutils/ansible2 to 2.1.2.0

(wen)

2016-10-30 09:07:23 UTC MAIN commitmail json YAML

Update to 2.1.2.0

Upstream changes:
## 2.1.2 "The Song Remains the Same" - 09-29-2016

###Minor Changes:
* Fixed a bug related to creation of retry files (#17456)
* Fixed a bug in the way include params are used when an include task is dynamic (#17064)
* Fixed a bug related to including blocks in an include task (#15963)
* Fixed a bug related to the use of hostvars internally when creating the connection plugin. This prevents things like variables using lookups from being evaluated unnecessarily (#17024)
* Fixed a bug where using a variable containing a list for the `hosts` of a play resulted in an list of lists (#16583)
* Fixed a bug where integer values would cause an error if a module param was of type `float` (no issue)
* Fixed a bug with net_template failing if src was not specified (#17726)
* Fixed a bug in "ansible-galaxy import" (#17417)
* Fixed a bug in which INI files incorrectly treated a hosts range as a section header (#15331)
* Fixed a bug in which the max_fail_percentage calculation erroneously caused a series of plays to stop executing (#15954)
* Fixed a bug in which the task names were not properly templated (#16295)
* Fixed a bug causing "squashed" loops (ie. yum, apt) to incorrectly report results (ansible-modules-core#4214)
* Fixed several bugs related to includes:
  - when including statically, make sure that all parents were also included statically (issue #16990)
  - properly resolve nested static include paths
  - print a message when a file is statically included
* Fixed a bug in which module params expected to be float types were not converted from integers (only strings) (#17325)
* Fixed a bug introduced by static includes in 2.1, which prevented notifications from going to the "top level" handler name.
* Fixed a bug where a group_vars or host_vars directory in the current working directory would be used (and would take precedence) over those in the inventory and/or playbook directory.
* Fixed a bug which could occur when the result of an async task did not parse as valid JSON.
* (re)-allowed the use of ansible_python_interpreter lines with more than one argument.
* Fixed several bugs related to the creation of the implicit localhost in inventory.
* Fixed a bug related to an unspecified number of retries when using until.
* Fixed a race-condition bug when creating temp directories before the worker process is forked.
* Fix a bug with async's poll keyword not making use of ansible_python_interpreter to run (and thus breaking when /usr/bin/python is not present on the remote machine.)
* Fix a bug where hosts that started with a range in inventory were being treated as an invalid section header.

Module fixes:
* Fixed a bug where the temporary CA files created by the module helper code were not being deleted properly in some situations (#17073)
* Fixed many bugs in the unarchive module
* Fixes for module ec2:
  - Fixed a bug related to source_dest_check when used with non-vpc instances (core#3243)
  - Fixed a bug in ec2 where instances were not powering of when referenced via tags only (core#4765)
  - Fixed a bug where instances with multiple interfaces were not powering up/down correctly (core#3234)
* Fixes for module get_url:
  - Fixed a bug in get_url module to force a download if there is a checksum mismatch regardless of the last modified time (core#4262)
  - Fixed a bug in get_url module to properly process FTP results (core#3661 and core#4601)
* Fixed a bug in win_user related to users with disabled accounts/expired passwords (core#4369)
* ini_file:
  - Fixed a bug where option lines are now inserted before blank lines.
  - Fixed a bug where leading whitespace prevented matches on options.
* Fixed a bug in iam_cert when dup_ok is used as a string.
* Fixed a bug in postgresql_db related to the changed logic when state=absent.
* Fixed a bug where single_transaction and quick were not passed into db_dump for the mysql_db module.
* Fixed a bug where the fetch module was not idempotent when retrieving the target of a symlink.
* Many minor fixes for bugs in extras modules.

###Deprecations:

* Deprecated the use of `_fixup_perms`. Use `_fixup_perms2` instead.
  This change only impacts custom action plugins using `_fixup_perms`.

###Incompatible Changes:

* Use of `_fixup_perms` with `recursive=True` (the default) is no longer supported.
  Custom action plugins using `_fixup_perms` will require changes unless they already use `recursive=False`.
  Use `_fixup_perms2` if support for previous releases is not required.
  Otherwise use `_fixup_perms` with `recursive=False`.

## 2.1.1 "The Song Remains the Same" - 07-28-2016

###Minor Changes:

* If the user is not using paramiko or vault, allow Ansible to run if pycrypto is not installed.
* Fixed a bug in pkg_util module that caused "update_catalog must be one of" error if 'update_catalog' arg was used.
* Fixed a bug where psuedo-connection vars (eg, ansible_winrm_transport) defined in group_vars or host_vars were not getting passed to the connection.
* Fixed a bug where temp file permissions on BSDs were not using filesystem acls when available.
* Fixed some bugs in variable dependency resolution. These were mainly related to includes and roles, to bringe the VariableManager code in-line with our documentation.
* Fixed a bug in unarchive, when the destination was a symlinked directory.
* Fixed a bug related to performance when loading a large number of groups.
* Fixed bugs related to the way host and group vars are loaded, which (for large sets of inventory variables) can reduce CPU and memory usage by 50%.
* Fixed a bug where includes were not being implicitly evaluated as static when no loop or variables were being used.
* Fixed several more bugs in relation to the way play execution continues or halts when hosts fail, to bringe the behavior more in line with 1.9.x.
* Fixed bugs related to the use of the underlying shell executable with the script and raw modules.
* Fixed several bugs in relation to the way ssh keys were used with various networking modules.
* Fixed a bug related to the way handlers are tracked internally, which could cause bugs when roles are reused within the same play (allow_duplicates: yes) or when the role dependencies formed a "diamond" pattern.
* Fixed a bug related to setfacl on platforms which do not support the -R option for recursive changes.
* Several fixes to the way async works to prevent race conditions and other bugs
* More fixes to the way failed and unreachable hosts affect future plays
* Fixed a bug in the way the to_json filter encoded some objects
* Fixed a bug in the way roles and dependencies are loaded, and how they inherit params from parent roles.
* Fixed a bug in which the number of retries in a do/until loop was off by one
* Fixed a bug in the way the passwd lookup deals with salts
* When using the local connection, internally the remote_user value is now forced to be the current user even if remote_user is specified, to prevent issues with become settings
* Fix for Azure modules to work with most recent Azure python library (2.0.0rc5)
* Fix for bug related to unreachable hosts and any_errors_fatal in the linear strategy
* Fix for error handling in relation to killed/dead worker processes. If workers are killed via SIGKILL or SIGTERM, this will halt execution of the playbook.
* Fixed a regression in the way we handle variables from dependent roles.
* Added better handling for certain errors thrown from the cryptography.
* Fixed a typo in the azure_rm_storageaccount module.
* Fixed some minor bugs in the os_user_role and cs_volume modules.
* Fixed a bug related to the return value of a low-level inventory API call related to getting variables for hosts and groups.

(wen)

2016-10-30 08:58:12 UTC MAIN commitmail json YAML

Added postgresql96 directories

(adam)

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

Added postgresql96 support

(adam)

2016-10-30 05:22:51 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatchouli to 2.015

(mef)

2016-10-30 05:22:40 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatchouli to 2.015
------------------------------------------
2.015    2016-10-17 15:42:54-04:00 America/New_York
        - Log::Dispatchouli subclass can now provide its own proxy_class
          method to use something other than Log::Dispatchouli::Proxy

2.014    2016-10-14 18:28:36-04:00 America/New_York
        - non-trial release of v2.013

2.013    2016-07-30 16:34:57-04:00 America/New_York (TRIAL RELEASE)
        - minor optimizations to callbacks (thanks, Olivier Mengu辿)

(mef)

2016-10-30 05:19:33 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckOS to 1.77

(mef)

2016-10-30 05:19:21 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckOS to 1.77
--------------------------------------
1.77    2016-10-21      Add MacOSX:v10_11 and ..._12

(mef)

2016-10-30 05:16:32 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 1.17

(mef)

2016-10-30 05:16:23 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 1.17
---------------------------------------
1.17  2016-10-24
  - fix issue with mkpath with empty path
  - removed irrelevant code for Perl < v5.6
  - VMS fixes (RT#79858, Craig A. Berry)
  - documentation updated to reflect current discouraged state

(mef)

2016-10-30 05:10:21 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ANSIColor to 4.06

(mef)

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

Updated devel/p5-Term-ANSIColor to 4.06
---------------------------------------
Term::ANSIColor 4.06 (2016-10-28)
    Add aliases ansi16 through ansi255 and on_ansi16 through on_ansi255
    (plus the corresponding constants) for the grey and rgb colors so that
    one can refer to all of the 256 ANSI colors with consistent names.
    These are aliases; the colors returned by uncolor will still use the
    grey and rgb names.  (#118267)

(mef)

2016-10-30 05:04:10 UTC MAIN commitmail json YAML

Use newer DES API so that smbk5pwd loads with newer OpenSSL

OpenSSL removed old DES API which used des_* functions.
https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f

In order to link with libcrypto from recent OpenSSL releases, we need
to replace the older API des_* functions by the newer API DES_* functions.

Submitted upstream as ITS#8525
http://www.openldap.org/its/index.cgi/Incoming?id=8525

(manu)

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

2016-10-30 01:06:26 UTC MAIN commitmail json YAML

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

acpica-utils: clean up patch lost in the update and left behind with
no checksum for it

fixes clang build by removing GCC-specific build flags

(maya)

2016-10-29 20:14:42 UTC MAIN commitmail json YAML

Use proper configure arg instead of wrong subst that leaked DESTDIR.
Clean up. PKGREVISION bump.

(fhajny)

2016-10-29 19:47:19 UTC MAIN commitmail json YAML

Updated databases/postgresql to the latest

(adam)

2016-10-29 19:41:55 UTC MAIN commitmail json YAML

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime.

(adam)

2016-10-29 12:07:50 UTC MAIN commitmail json YAML

Updated mail/neomutt to 20161028

(wiz)

2016-10-29 12:07:40 UTC MAIN commitmail json YAML

Updated neomutt to 20161028.

Note

This release has more pager bug-fixes and heaps more testing.

Thanks

Many thanks to our new contributors to NeoMutt: Doug Stone-Weaver, Ismaël Bouya, Steven Ragnarök
and our regular contributors: Darshit Shah, David Sterba, Pietro Cerutti, Tobias Angele

Features

    notmuch: Add a fake “Folder” header to viewed emails Ismaël Bouya (@immae)
    sidebar: consider description when using whitelist Doug Stone-Weaver (@doweaver)
    forgotten-attachment: Ignore lines matching quote_regexp. Steven Ragnarök (@nuclearsandwich)
    forgotten-attachment: Fix checking logic. Steven Ragnarök (@nuclearsandwich)
    forgotten-attachment: Update docs regarding $quote_regexp. Steven Ragnarök (@nuclearsandwich)
    skip-quoted: skip to body David Sterba (@kdave)
    nntp: use safe_{fopen,fclose}
    nntp: fix resource leak

Bug Fixes

    “inbox” sorting function Pietro Cerutti (@gahr)
    sensible-browser/notmuch changing mailbox
    overhaul the index/pager updates
    crash in hdrline
    remove stray line introduced by pager fix
    Possible fix for random pager crashes.

Docs

    use a more expressive coverity scan badge Tobias Angele (@toogley)
    light tidying

Build

    replace the ugly strfcpy() macro with a function Darshit Shah (darnir)
    build: Look for tgetent in ncurses, fallback to tinfo only if not found Pietro Cerutti (@gahr)
    build: fix a couple of build warnings
    travis: install doc dependencies
    build: fix install/dist/distcheck targets

Upstream

    Fix POP3 SASL authentication mechanism DIGEST-MD5. (closes #3862)
    Add a few explanatory comments to pop_auth_sasl(). (see #3862)
    Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)
    Handle presence of ‘–’ delimiter in $sendmail. (closes #3168)
    Allow IPv6 literal addresses in URLs. (closes #3681)
    Fix gpgme segfault in create_recipient_set().
    Use mutt_strlen and mutt_strncmp in sidebar.c.
    Change sidebar to only match $folder prefix on a $sidebar_divider_char. (closes #3887)
    Actually fix gpgme segfault in create_recipient_set().

(wiz)

2016-10-29 09:55:13 UTC MAIN commitmail json YAML

2016-10-29 09:43:10 UTC MAIN commitmail json YAML

Updated net/knot to 2.3.1

(pettai)

2016-10-29 09:42:48 UTC MAIN commitmail json YAML

Knot DNS 2.3.1 (2016-10-07)
===========================

Bugfixes:
---------
- Missing glue records in some responses
- Knsupdate prompt printing on non-terminal
- Mismatch between configuration policy item names and documentation
- Segfault on OS X (Sierra)

Improvements:
-------------
- Significant speed-up of conf-commit and conf-diff operations (in most cases)
- New EDNS Client Subnet libknot API
- Better semantic-checks error messages

Features:
---------
- Print TLS certificate hierarchy in kdig verbose mode
- New +subnet alias for +client
- New mod-whoami and mod-noudp modules
- New zone-purge control command
- New log-queries and log-responses options for mod-dnstap

(pettai)

2016-10-29 08:59:49 UTC MAIN commitmail json YAML

2016-10-29 02:13:51 UTC MAIN commitmail json YAML

Updated comms/asterisk13 to 13.12.1

(jnemeth)

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

Update to Asterisk 13.12.1: this is a critical bug fix release.

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

The release of Asterisk 13.12.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!

The following is the issue resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2016-10-28 23:39:10 UTC MAIN commitmail json YAML

pkgtools/pkg: fix installation of conf files (forgotten PLIST delta)

Use of OWN_DIRS alleviates use of @pkgdir.  Thanks to jperkins
and ultimately wiz for the suggestion.

(marino)

2016-10-28 23:37:53 UTC MAIN commitmail json YAML

pkgtools/pkg: fix installation of conf files (better)

Use of OWN_DIRS alleviates use of @pkgdir.  Thanks to jperkins
and ultimately wiz for the suggestion.

(marino)

2016-10-28 23:28:32 UTC MAIN commitmail json YAML

Updated devel/py-setuptools_scm to 1.15.0

(wiz)

2016-10-28 23:28:21 UTC MAIN commitmail json YAML

Updated py-setuptools_scm to 1.15.0.

v1.15.0
=======

* more sophisticated ignoring of mercurial tag commits
  when considering distance in commits
  (thanks Petre Mierlutiu)
* fix issue #114: stop trying to be smart for the sdist
  and ensure its always correctly usign itself
* update trove classifiers
* fix issue #84: document using the installed package metadata for sphinx
* fix issue #81: fail more gracious when git/hg are missing
* address issue #93: provide an experimental api to customize behaviour on shallow git repos
  a custom parse function may pick pre parse actions to do when using git

v1.14.1
=======

* fix #109: when detecting a dirty git workdir
            don't consider untracked file
            (this was a regression due to #86 in v1.13.1)
* consider the distance 0 when the git node is unknown
  (happens when you haven't commited anything)

(wiz)

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

Updated devel/py-setuptools to 28.7.0

(wiz)

2016-10-28 23:26:56 UTC MAIN commitmail json YAML

Updated py-setuptools to 28.7.0.

v28.7.0
-------

* #832: Moved much of the namespace package handling
  functionality into a separate module for re-use in something
  like #789.
* #830: ``sdist`` command no longer suppresses the inclusion
  of data files, re-aligning with the expectation of distutils
  and addressing #274 and #521.

v28.6.1
-------

* #816: Fix manifest file list order in tests.

(wiz)

2016-10-28 21:31:51 UTC MAIN commitmail json YAML

Updated net/synergy to 1.8.4

(tnn)

2016-10-28 21:31:30 UTC MAIN commitmail json YAML

synergy-1.8.4 (2016-10-11)

Bug #4041 UHD/4K DPI scaling broken on Windows servers
Bug #4420 When XRandR adds a screen, it is inaccessible
Bug #5603 Activation notification depends on existence of /etc/os-release
Bug #5624 Update notification sometimes requests a downgrade
Bug #5329 Current date is shown for build date in the about dialog
Bug #5640 Synergy branding is inconsistent across platforms
Enhancement #5617 Remove redundant plugin infrastructure
Enhancement #5627 Move SSL certificate generation to main window
Enhancement #5628 Move SSL implementation into core binary
Enhancement #5629 Move activation from wizard into new dialog window

(tnn)

2016-10-28 20:56:55 UTC MAIN commitmail json YAML

Update mit-krb5 to 1.14.4 & fix build on OS X

(tez)

2016-10-28 20:56:14 UTC MAIN commitmail json YAML

2016-10-28 19:35:30 UTC MAIN commitmail json YAML

pkgtools/pkg: fix installation of conf files

The CONF_FILES are never installed if their target directories don't
already exist due to other previous installation.  This adds several
@pkgdir entries to ensure the CONF_FILES installation can always succeed.

While here, simplify the post-install target.

(marino)

2016-10-28 19:16:39 UTC MAIN commitmail json YAML

Updated devel/SDL2 to 2.0.5; multimedia/ffmpeg3 to 3.2

(adam)

2016-10-28 19:15:06 UTC MAIN commitmail json YAML

version 3.2:
- libopenmpt demuxer
- tee protocol
- Changed metadata print option to accept general urls
- Alias muxer for Ogg Video (.ogv)
- VP8 in Ogg muxing
- curves filter doesn't automatically insert points at x=0 and x=1 anymore
- 16-bit support in curves filter and selectivecolor filter
- OpenH264 decoder wrapper
- MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
- True Audio (TTA) muxer
- crystalizer audio filter
- acrusher audio filter
- bitplanenoise video filter
- floating point support in als decoder
- fifo muxer
- maskedclamp filter
- hysteresis filter
- lut2 filter
- yuvtestsrc filter
- CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
- vaguedenoiser filter
- added threads option per filter instance
- weave filter
- gblur filter
- avgblur filter
- sobel and prewitt filter
- MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
- Meridian Lossless Packing (MLP) / TrueHD encoder
- Non-Local Means (nlmeans) denoising filter
- sdl2 output device and ffplay support
- sdl1 output device and sdl1 support removed
- extended mov edit list support
- libfaac encoder removed
- Matroska muxer now writes CRC32 elements by default in all Level 1 elements
- sidedata video and asidedata audio filter
- Changed mapping of rtp MIME type G726 to codec g726le.

(adam)

2016-10-28 19:13:44 UTC MAIN commitmail json YAML

Changes 2.0.5:

General:
* Implemented audio capture support for some platforms
* Added SDL_DequeueAudio() to retrieve audio when buffer queuing is turned on for audio capture
* Added events for dragging and dropping text
* Added events for dragging and dropping multiple items
* By default the click raising a window will not be delivered to the SDL application. You can set the hint SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH to "1" to allow that click through to the window.
* Saving a surface with an alpha channel as a BMP will use a newer BMP format that supports alpha information. You can set the hint SDL_HINT_BMP_SAVE_LEGACY_FORMAT to "1" to use the old format.
* Added SDL_GetHintBoolean() to get the boolean value of a hint
* Added SDL_RenderSetIntegerScale() to set whether to smoothly scale or use integral multiples of the viewport size when scaling the rendering output
* Added SDL_CreateRGBSurfaceWithFormat() and SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL surface with a specific pixel format
* Added SDL_GetDisplayUsableBounds() which returns the area usable for windows. For example, on Mac OS X, this subtracts the area occupied by the menu bar and dock.
* Added SDL_GetWindowBordersSize() which returns the size of the window's borders around the client area
* Added a window event SDL_WINDOWEVENT_HIT_TEST when a window had a hit test that wasn't SDL_HITTEST_NORMAL (e.g. in the title bar or window frame)
* Added SDL_SetWindowResizable() to change whether a window is resizable
* Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to affect the window transparency
* Added SDL_SetWindowModalFor() to set a window as modal for another window
* Added support for AUDIO_U16LSB and AUDIO_U16MSB to SDL_MixAudioFormat()
* Fixed flipped images when reading back from target textures when using the OpenGL renderer
* Fixed texture color modulation with SDL_BLENDMODE_NONE when using the OpenGL renderer
* Fixed bug where the alpha value of colorkeys was ignored when blitting in some cases

Windows:
* Added a hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING to prevent SDL from raising a debugger exception to name threads. This exception can cause problems with .NET applications when running under a debugger.
* The hint SDL_HINT_THREAD_STACK_SIZE is now supported on Windows
* Fixed XBox controller triggers automatically being pulled at startup
* The first icon from the executable is used as the default window icon at runtime
* Fixed SDL log messages being printed twice if SDL was built with C library support
* Reset dead keys when the SDL window loses focus, so dead keys pressed in SDL applications don't affect text input into other applications.

Mac OS X:
* Fixed selecting the dummy video driver
* The caps lock key now generates a pressed event when pressed and a released event when released, instead of a press/release event pair when pressed.
* Fixed mouse wheel events on Mac OS X 10.12
* The audio driver has been updated to use AVFoundation for better compatibility with newer versions of Mac OS X

Linux:
* Added support for the Fcitx IME
* Added a window event SDL_WINDOWEVENT_TAKE_FOCUS when a window manager asks the SDL window whether it wants to take focus.
* Refresh rates are now rounded instead of truncated, e.g. 59.94 Hz is rounded up to 60 Hz instead of 59.
* Added initial support for touchscreens on Raspberry Pi

OpenBSD:
* SDL_GetBasePath() is now implemented on OpenBSD

iOS:
* Added support for dynamically loaded objects on iOS 8 and newer

tvOS:
* Added support for Apple TV
* Added a hint SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION to control whether he Apple TV remote's joystick axes will automatically match the rotation of the remote.

Android:
* Fixed SDL not resizing window when Android screen resolution changes
* Corrected the joystick Z axis reporting for the accelerometer

Emscripten (running in a web browser):
* Many bug fixes and improvements

(adam)

2016-10-28 17:47:21 UTC MAIN commitmail json YAML

Add a debug-only file.

(riastradh)

2016-10-28 17:27:46 UTC MAIN commitmail json YAML

update print/hplip to 3.16.10

(schnoebe)

2016-10-28 17:27:21 UTC MAIN commitmail json YAML

Update to 3.16.10:

Release Notes:

HPLIP 3.16.10 - This release has the following changes:

  Added Support for the Following New Printers:
    - HP officejetPro7740 wide  Format All in one
    - HP Office jet 6950 All-in-One printer
    - HP ScanJet Pro 3000 s3 Sheet-feed Scanner
    - HP ScanJet Enterprise Flow 5000 s4 Sheet-feed Scanner
    - HP Scanjet Entrprise Flow 7000 s3 sheetfeed Scanner
    - HP Color LaserJet Pro MFP M277c6

  Added support for the following new Distro's:
    - Ubuntu 16.10
    - Debian 8.6

  Notes to Follow:
    - For scanjets scan using command "hp-scan --adf --size=size_name"
    - "hp-scan --help" for all size_name

(schnoebe)

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

Make the postfix user/group names variables.

(jperkin)

2016-10-28 15:55:50 UTC MAIN commitmail json YAML

Extend PR 48500 alpha gcc workaround to gcc5. From Rin Okuyama.

(dholland)

2016-10-28 15:35:08 UTC MAIN commitmail json YAML

pkgtools/pkg: Honor existing PKG_DBDIR definition

Rather than defaulting to /var/db/pkgng, use the variable that exists
already for this purpose.  Similarly, change cache directory definition
from /var/cache/pkgng to ${VARBASE}/cache/pkgng

(marino)

2016-10-28 12:55:18 UTC pkgsrc-2016Q3 commitmail json YAML

reverting commit (to wrong branch)

(pettai)

2016-10-28 12:54:22 UTC pkgsrc-2016Q3 commitmail json YAML

2016-10-28 11:11:13 UTC pkgsrc-2016Q3 commitmail json YAML

Updated net/knot to 2.3.1

(pettai)

2016-10-28 11:10:54 UTC pkgsrc-2016Q3 commitmail json YAML

Knot DNS 2.3.1 (2016-10-07)
===========================

Bugfixes:
---------
- Missing glue records in some responses
- Knsupdate prompt printing on non-terminal
- Mismatch between configuration policy item names and documentation
- Segfault on OS X (Sierra)

Improvements:
-------------
- Significant speed-up of conf-commit and conf-diff operations (in most cases)
- New EDNS Client Subnet libknot API
- Better semantic-checks error messages

Features:
---------
- Print TLS certificate hierarchy in kdig verbose mode
- New +subnet alias for +client
- New mod-whoami and mod-noudp modules
- New zone-purge control command
- New log-queries and log-responses options for mod-dnstap

(pettai)

2016-10-28 10:40:51 UTC MAIN commitmail json YAML

No need to use ${PKGMANDIR} in PLIST (proxy wizd :)

(abs)

2016-10-28 10:02:48 UTC MAIN commitmail json YAML

Updated net/openconnect to 7.07

(wiz)

2016-10-28 10:02:38 UTC MAIN commitmail json YAML

Updated openconnect to 7.07.

>From Kai-Uwe Eckhardt in PR 51576.

OpenConnect v7.07 (PGP signature) — 2016-07-11

    More fixes for OpenSSL 1.1 build.
    Support Juniper "Post Sign-in Message".
    Add --protocol option.
    Fix ChaCha20-Poly1305 cipher suite to reflect final standard.
    Add ability to disable IPv6 support via library API.
    Set groups appropriately when using setuid().
    Automatic DTLS MTU detection.
    Support SSL client certificate authentication with Juniper servers.
    Revamp SSL certificate validation for OpenSSL and stop supporting OpenSSL older than 0.9.8.
    Fix handling of multiple DNS search domains with Network Connect.
    Fix handling of large configuration packets for Network Connect.
    Enable SNI when built with OpenSSL (1.0.1g or later).
    Add --resolve and --local-hostname options to command line.

(wiz)

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

Updated net/vpnc-script to 20160828

(wiz)

2016-10-28 10:01:51 UTC MAIN commitmail json YAML

Updated vpnc-script to 20160828.

>From Kai-Uwe Eckhardt in PR 51576.

Changes:
rewrite resolv.conf parsing master
avoid multiple "domain" entries in resolv.conf
fix comment
OSX - Fix split DNS when doing split routing
Enable resolvconf on FreeBSD too

(wiz)

2016-10-28 09:59:19 UTC MAIN commitmail json YAML

Updated audio/libopenmpt to 0.2.7299

(wiz)

2016-10-28 09:59:09 UTC MAIN commitmail json YAML

Updated libopenmpt to 0.2.7299.

libopenmpt 0.2-beta20.2 (2016-10-22)

    [Bug] The C API could crash instead of failing gracefully in out-of-memory situations.
    [Bug] libopenmpt_stream_callbacks_fd.h and libopenmpt_stream_callbacks_file.h were missing in Windows development packages.
    [Bug] Plugins did not work correctly when changing the sample rate between two render calls.
    [Bug] Possible crashes with malformed IT, AMS, MDL, MED, MPTM, PSM and Startrekker files.
    [Bug] Possible hangs with malformed DBM, MPTM and PSM files.
    ParamEq plugin emulation didn't do anything at full gain (+15dB).
    Avoid enabling some ProTracker-specific quirks for MOD files most likely created with ScreamTracker 3.
    Tremolo effect only had half the intended strength in MOD files.
    openmpt123: Improved section layout in man page.

(wiz)

2016-10-28 09:50:28 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 1.15

(wiz)

2016-10-28 09:50:18 UTC MAIN commitmail json YAML

Updated p5-Unicode-Collate to 1.15.

1.15  Sat Oct 22 08:36:07 2016
    - U::C::Locale newly supports locale: ug_Cyrl.
      cf. [rt.cpan.org #117512]
    - added loc_mncy.t, loc_ugcy.t in t.
    - modified tests for the Cyrillic script: loc_be.t, loc_bg.t, loc_bscy.t,
      loc_kk.t, loc_mk.t, loc_ru.t, loc_sr.t, loc_uk.t.

(wiz)

2016-10-28 09:48:42 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Simple to 1.302062

(wiz)

2016-10-28 09:48:32 UTC MAIN commitmail json YAML

Updated p5-Test-Simple to 1.302062.

1.302062  2016-10-20 06:16:08-07:00 America/Los_Angeles

    - No changes from last trial

1.302061  2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Removed a warning when using a non-TAP formatter with Test::Builder
      about the formatter not "no_header" and "no_diag". This happened even if
      the alternative formatter class implemented these attributes.
    - When finalize is called on a formatter, it now receives one more
      argument, a boolean indicating whether or not the call is for a subtest
      or not.

1.302060  2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Formatters now have terminate() and finalize() methods. These are called
      when there is a skip_all or bail event (terminate) or when a test suite
      is exiting normally (finalize). This allows formatters to finalize their
      output, which is important for any sort of document-oriented format (as
      opposed to a stream format like TAP). (#723)

(wiz)

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

Updated devel/p5-Sub-Exporter-Progressive to 0.001013

(wiz)

2016-10-28 09:47:54 UTC MAIN commitmail json YAML

Updated p5-Sub-Exporter-Progressive to 0.001013.

0.001013  2016-10-21 08:48:28-07:00 America/Los_Angeles
  - Avoid possible warnings about special variables only being used once
    (Graham Knop)

(wiz)

2016-10-28 09:46:59 UTC MAIN commitmail json YAML

Updated devel/p5-List-AllUtils to 0.12

(wiz)

2016-10-28 09:46:49 UTC MAIN commitmail json YAML

Updated p5-List-AllUtils to 0.12.

0.12    2016-10-16

- Nothing from List::UtilsBy was actually being exported, because of a type
  and a lack of testing. Reported by Greg Oschwald. GitHub #5.

(wiz)

2016-10-28 09:45:47 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 1.10

(wiz)

2016-10-28 09:45:37 UTC MAIN commitmail json YAML

Updated p5-DateTime-Locale to 1.10.

1.10    2016-10-22

- Don't let warnings from other modules cause t/09version-check.t to
  fail. Reported by Graham Ollis. RT #118465

(wiz)

2016-10-28 09:21:08 UTC MAIN commitmail json YAML

Enable cwrappers by default on OpenBSD.

(jperkin)

2016-10-28 08:30:37 UTC MAIN commitmail json YAML

Updated comms/asterisk14 to 14.1.1

(jnemeth)

2016-10-28 08:25:20 UTC MAIN commitmail json YAML

Update to Asterisk 14.1.1: this is a critical bug fix release.

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

The release of Asterisk 14.1.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!

The following is the issue resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2016-10-28 07:30:21 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.24.1

(jnemeth)

2016-10-28 07:26:26 UTC MAIN commitmail json YAML

Update to Asterisk 11.24.1: this is a critical bug fix release.

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

The release of Asterisk 11.24.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!

The following is the issue resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2016-10-28 06:24:35 UTC MAIN commitmail json YAML

Reduce some of the mystery of life for users of wpa_gui binary packages
- add the man page.

Bump pkgrevision

(abs)

2016-10-27 22:14:32 UTC MAIN commitmail json YAML

Updated geography/proj to 4.9.3

(gdt)

2016-10-27 22:14:19 UTC MAIN commitmail json YAML

Update to 4.9.3.

* proj_def.dat was missing from source distribution see
  https://github.com/OSGeo/proj.4/issues/274 for more detail
* Update Geodesic library from GeographicLib
* Remove setlocale() use in pj_init_ctx()
* Renamed PVALUE in pj_param.c to prevent clash with Windows

(gdt)

2016-10-27 22:07:35 UTC MAIN commitmail json YAML

PKGREVISION++

This is needed because gdal abuses geos by using the C++ API,
contrarary to geos recommendations, and because geos upstream thinks
that the C++ ABI is intrinsicially unstable and therefore changes the
shlib version every release.

(gdt)

2016-10-27 21:02:29 UTC MAIN commitmail json YAML

Fix net/py-pydns entry after rename.

(jperkin)

2016-10-27 19:49:54 UTC MAIN commitmail json YAML

Updated security/srm to 1.2.15

(kamil)

2016-10-27 19:49:44 UTC MAIN commitmail json YAML

Update srm from 1.2.8 to 1.2.15

pkgsrc changes:
- set LICENSE (x11)
- add test target
- add new NetBSD patches
- keep INTERIX patch, not tested

Upstream changelog
==================
release 1.2.15
        fix handling of files > 2GB on Windows.
        fix handling of symlinks to files owned by root.

release 1.2.14
        fix fill() function, this fixes DoE and Gutmann modes.
        new --rcmp mode.
        use simple mode by default and not Gutmann 35 pass.

release 1.2.13
        fix handling of OsX resource forks.

release-1_2_12
        now using SVN on SourceForge.
        small updates to autotools build files.
        support Haiku operating system.
        overwrite POSIX extended attributes.
        srm has exit code != 0 if removing any file or directory failed.
        handle alternate data streams on Windows and NTFS.
        handle hard links on Windows and NTFS.

release-1_2_11
        Win32 command line wildcard expansion
        -v -v displays current write position
        SIGINFO, SIGUSR2 display current write position
        -x does not cross file system boundaries
        overwrite block devices

release-1_2_10
        Mac OsX compiles and works again
        add DoE wipe mode
        fix deletion of named pipes/fifos
        Debian fixes
        Win32 fixes

release-1_2_9
        fix deletion of 0 byte files
        fix handling of files <4096 bytes
        fix handling of files >2GiB on 32bit
        OpenBSD compat switch
        handle OsX ressource fork
        added some code from OsX port
        Win32 version

(kamil)

2016-10-27 18:58:36 UTC MAIN commitmail json YAML