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

2024-05-13 14:20:52 UTC Now

2016-07-19 13:47:36 UTC MAIN commitmail json YAML

Update ruby-fast_gettext to 1.1.0.

* Use travis containers to fix: undefined method `spec' for nil:NilClass
  See bundler/bundler#3558
* Support for lazy loading of .mo and .po files
  Makes `MoFile` and `PoFile` being loaded when translations are touched
  for the first time. This allows to skip loading unused translations
  and speed up application load time. The original behavior is still
  available when `:eager_load => true` switch is used.
* simpler load paths

(taca)

2016-07-19 12:46:06 UTC MAIN commitmail json YAML

2016-07-19 12:32:15 UTC MAIN commitmail json YAML

2016-07-19 12:02:46 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.26.

(taca)

2016-07-19 12:02:08 UTC MAIN commitmail json YAML

Update typo3_62 package to 6.2.26 (TYPO3 6.2.26 LTS), including security
fix for XSS.

2016-07-19  d719c97                  [RELEASE] Release of TYPO3 6.2.26 (TYPO3 Release Team)
2016-07-19  2bc8727  #76358          [SECURITY] Link fields accept Javascript code when using URI Data Scheme (Valentin Despa)
2016-07-19  485396d  #75933          [SECURITY] Prevent persistent username in filesystem (Wouter Wolters)
2016-07-19  cd18fb5  #75740          [SECURITY] SQLi in AuthenticationService (Andreas Fernandez)
2016-07-19  0068e6b  #73461          [SECURITY][FEATURE] Disable import module for non admin users (Christian Kuhn)
2016-07-19  d7eafe8  #76922          [SECURITY] Prevent XSS in IRRE elements (Nicole Cordes)
2016-07-19  8051405  #76344          [SECURITY] Escape the link text in EmailViewHelper (Wouter Wolters)
2016-07-19  6cb7aa6  #31244          [SECURITY] Prevent XSS in ContentObjectRenderer (Stefan Neufeind)
2016-07-07  40d771a  #73490          [BUGFIX] Field is not added to TCA if part of fieldname exists (Wouter Wolters)
2016-06-30  f24b023  #76881          [TASK] Fix phpdoc of FileRepository (Eric Chavaillaz)
2016-06-13  9014d11  #76617          [BUGFIX] Raise minimum version for typo3/cms-composer-installers (Helmut Hummel)
2016-06-07  13e7a20  #76070          [BUGFIX] Prevent temp file generation in Unit Test (Nicole Cordes)
2016-05-28  6aaed26  #76348          [TASK] Block access to /typo3_src and /typo3/vendor (Stephan Gro��berndt)
2016-05-28  396e96d  #60173          [FOLLOWUP][BUGFIX] Re-enables fileDenyPattern check for admin users (Nicole Cordes)
2016-05-27  cd88856  #60173          [BUGFIX] Re-enables fileDenyPattern check for admin users (Torben Hansen)

(taca)

2016-07-19 11:58:38 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Errf to 0.008

(mef)

2016-07-19 11:58:19 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Errf to 0.008
----------------------------------------
0.008    2016-07-04 11:37:17-04:00 America/New_York
          - switch from JSON to JSON::MaybeXS

(mef)

2016-07-19 08:44:45 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__ for nanosleep().

(jperkin)

2016-07-19 08:37:19 UTC MAIN commitmail json YAML

Needs C99.  Fixes build on SunOS.

(jperkin)

2016-07-19 08:26:59 UTC MAIN commitmail json YAML

Updated archivers/p7zip to 16.02

(mef)

2016-07-19 08:26:10 UTC MAIN commitmail json YAML

Updated archivers/p7zip from 15.4.1 to 16.02
--------------------------------------------
Version 16.02
=============
  - From Windows version of 7-Zip 16.02:
    - The BUG in 16.00 - 16.01 was fixed: 7-Zip mistakenly reported the warning
      "There are some data after the end of the payload data" for split archives.

Version 16.01 (never published)
=============
  - From Windows version of 7-Zip 16.01:
    - The bugs in SWM (WIM), EXE (PE) and CHM code were fixed.
    - there are some internal changes in source code for better compatibility with VS2015 C++ compiler.

Version 16.00 (never published)
=============
  - better support for OpenBsd (CPP/Windows/System.cpp), thanks Josh (https://sourceforge.net/p/p7zip/discussion/383043/thread/ee32dcd8/?limit=25#c322)

  - From Windows version of 7-Zip 16.00:
    - 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip).
    - Some fixed bugs:
      - bzip2 decoder -mmt2 reported E_FAIL (for k_My_HRESULT_WritingWasCut case), if we extract partial file.
      - 7z solid update (hang in break)
      - sha1 worked incorrectly for call after call with ((size & 3) != 0)
      - 7z update bcj bugs were fixed.
      - split (aaa.001) fixed
      - iso loop fix
      - rar4 multivol -stdin kpidSize
      - drag and drop 1<2.txt
      - memory access violation fix

(mef)

2016-07-19 07:33:37 UTC MAIN commitmail json YAML

Updated www/py-django to 1.9.8

(adam)

2016-07-19 07:33:24 UTC MAIN commitmail json YAML

Check whether "ABI" is defined just to be sure.

(tron)

2016-07-19 07:32:42 UTC MAIN commitmail json YAML

Django 1.9.8 fixes a security issue and several bugs in 1.9.7.

Unsafe usage of JavaScript窶冱 Element.innerHTML could result in XSS in the admin窶冱 add/change related popup. Element.textContent is now used to prevent execution of the data.

The debug view also used innerHTML. Although a security issue wasn窶冲 identified there, out of an abundance of caution it窶冱 also updated to use textContent.

Bugfixes:

* Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively when using AddField on PostgreSQL.
* Fixed makemessages crash on Python 2 with non-ASCII file names.

(adam)

2016-07-19 07:30:27 UTC MAIN commitmail json YAML

Work around PR pkg/51257 by disabling cwrappers for Mac OS X 64bit.

(tron)

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

Build uses pthread - include right makefile fragment

Attempt to pre-empt joerg and specify c++11 as the base if clang is used
as the compiler.

(agc)

2016-07-19 02:12:53 UTC MAIN commitmail json YAML

Note the addition of grahpics/lepton, version 1.2.1

(agc)

2016-07-19 02:11:51 UTC MAIN commitmail json YAML

Add dropbox's graphics/lepton, a lossless JPG compression/decompression
program, version 1.2.1, into the packages collection.

Lepton is a tool and file format for losslessly compressing JPEGs by
an average of 22%.

This can be used to archive large photo collections, or to serve
images live and save 22% banwdith.

(agc)

2016-07-19 01:08:35 UTC MAIN commitmail json YAML

Note update of net/bind910 package to 9.10.4pl2.

(taca)

2016-07-19 01:08:05 UTC MAIN commitmail json YAML

Update bind910 to 9.10.4pl2 (BIND 9.10.4-P2).

Changes from 9.10.3-P4 to 9.10.4 are too many to write here, please refer
CHANGES file.

--- 9.10.4-P2 released ---

4406. [bug] getrrsetbyname with a non absolute name could
trigger an infinite recursion bug in lwresd
and named with lwres configured if when combined
with a search list entry the resulting name is
too long. (CVE-2016-2775) [RT #42694]

4405. [bug] Change 4342 introduced a regression where you could
not remove a delegation in a NSEC3 signed zone using
OPTOUT via nsupdate. [RT #42702]

4387. [bug] Change 4336 was not complete leading to SERVFAIL
being return as NS records expired. [RT #42683]

--- 9.10.4-P1 released ---

4368. [bug] Fix a crash when calling "rndc stats" on some
Windows builds because some Visual Studio compilers
generated crashing code for the "%z" printf()
format specifier. [RT #42380]

4366. [bug] Address race condition when updating rbtnode bit
fields. [RT #42379]

4363. [port] win32: Disable explicit triggering UAC when running
BINDInstall.

--- 9.10.4 released ---

(taca)

2016-07-19 01:05:50 UTC MAIN commitmail json YAML

Note update of net/bind99 package to 9.9.9pl2.

(taca)

2016-07-19 01:05:20 UTC MAIN commitmail json YAML

Update bind99 to 9.9.9pl2 (BIND 9.9.9-P2).

--- 9.9.9-P2 released ---

4406. [bug] getrrsetbyname with a non absolute name could
trigger an infinite recursion bug in lwresd
and named with lwres configured if when combined
with a search list entry the resulting name is
too long. (CVE-2016-2775) [RT #42694]

4405. [bug] Change 4342 introduced a regression where you could
not remove a delegation in a NSEC3 signed zone using
OPTOUT via nsupdate. [RT #42702]

4387. [bug] Change 4336 was not complete leading to SERVFAIL
being return as NS records expired. [RT #42683]

--- 9.9.9-P1 released ---

4366. [bug] Address race condition when updating rbtnode bit
fields. [RT #42379]

4363. [port] win32: Disable explicit triggering UAC when running
BINDInstall.

(taca)

2016-07-18 22:58:34 UTC MAIN commitmail json YAML

Added sysutils/screenfetch version 3.7.0

(kamil)

2016-07-18 22:57:30 UTC MAIN commitmail json YAML

Add sysutils/screenfetch

(kamil)

2016-07-18 22:56:44 UTC MAIN commitmail json YAML

Import screenFetch-3.7.0 as sysutils/screenfetch

screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can
be used to generate one of those nifty terminal theme information + ASCII
distribution logos you see in everyone's screenshots nowadays. It will
auto-detect your distribution and display an ASCII version of that
distribution's logo and some valuable information to the right. There are
options to specify no ASCII art, colors, taking a screenshot upon displaying
info, and even customizing the screenshot command! This script is very easy to
add to and can easily be extended.

(kamil)

2016-07-18 20:40:34 UTC MAIN commitmail json YAML

2016-07-18 20:37:40 UTC MAIN commitmail json YAML

Update Go to 1.6.3.

A security-related issue was recently reported in Go's net/http/cgi package and
net/http package when used in a CGI environment. Go 1.6.3 and Go 1.7rc2 contain
a fix for this issue.

Go versions 1.0-1.6.2 and 1.7rc1 are vulnerable to an input validation flaw in
the CGI components resulting in the HTTP_PROXY environment variable being set
by the incoming Proxy header. This environment variable was also used to set
the outgoing proxy, enabling an attacker to insert a proxy into outgoing
requests of a CGI program.

This is CVE-2016-5386 and was addressed by this change:
https://golang.org/cl/25010, tracked in this issue:
https://golang.org/issue/16405

The Go team would like to thank Dominic Scheirlinck for coordinating disclosure
of this issue across multiple languages and CGI environments. Read more about
"httpoxy" here: https://httpoxy.org/

Go 1.6.3 also adds support for macOS Sierra. See https://golang.org/issue/16354
for details.

(bsiegert)

2016-07-18 17:07:20 UTC MAIN commitmail json YAML

2016-07-18 16:18:49 UTC MAIN commitmail json YAML

Use github as HOMEPAGE, it has a newer version than the sourceforge page.

(wiz)

2016-07-18 15:08:14 UTC MAIN commitmail json YAML

Added dovecot2-* plugins packages

(fhajny)

2016-07-18 15:06:47 UTC MAIN commitmail json YAML

Enable dovecot2-{gssapi,ldap,mysql,pgsql,sqlite}.

(fhajny)

2016-07-18 15:03:06 UTC MAIN commitmail json YAML

2016-07-18 14:24:43 UTC MAIN commitmail json YAML

Updated geography/opencpn-plugin-draw to 1.2.0
Updated geography/opencpn-plugin-watchdog to 20160716
Updated geography/opencpn-plugin-weather_routing to 20160716

(bouyer)

2016-07-18 14:23:47 UTC MAIN commitmail json YAML

2016-07-18 14:21:50 UTC MAIN commitmail json YAML

Update to version 20160716.  Changes since previous:
Improved landfall alarm, updates for new draw plugin, bug fixes.

(bouyer)

2016-07-18 14:18:51 UTC MAIN commitmail json YAML

Update to 1.2.0.
Changes since 1.1p13:
- bug fixes.
- install more icons
- updated translations
- provide permament layers

(bouyer)

2016-07-18 09:57:10 UTC MAIN commitmail json YAML

Fix a typo in a comment

(leot)

2016-07-18 08:10:06 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 7.0.2.4

(leot)

2016-07-18 08:09:51 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.2.4

(leot)

2016-07-18 08:09:39 UTC MAIN commitmail json YAML

Update graphics/ImageMagick to 7.0.2.4

pkgsrc changes:
- Add a comment to suggest running upload-distfiles because upstream only store
  latest stable version distfiles.

Changes:
7.0.2-4:
  * To comply with the SVG standard, use stroke-opacity for transparent strokes.
  * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.

7.0.2-3:
  * Patch so -kuwahara option can preserve colormapped edges.
  * The histogram coder now returns the correct extent.
  * Use CopyMagickString() rather than CopyMagickMemory() for strings.

(leot)

2016-07-18 07:14:42 UTC MAIN commitmail json YAML

- py34-html-docs

(leot)

2016-07-18 07:08:23 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.10.0

(leot)

2016-07-18 07:08:12 UTC MAIN commitmail json YAML

Update print/cups-filters to 1.10.0

Changes:
CHANGES IN V1.10.0
- texttotext: Added new filter for text-only printers written
  in C, to use the CUPS library to access the print queue's
  PPD file, with a lot of options to fit practically all
  printer models amd paper sizes, support for CUPS' page
  management options, and support for configuring the print
  queue and controlling the options by the PPD file. The PPD
  is now generated on-the-fly by cupsfilters.drv.
- textonly: Removed the old script-based filter and its PPD
  for text-only printers.
- rastertops: Added new filter to turn PWG Raster into
  PostScript, in preparation for MuPDF support. Thanks to
  Pranjal Bhor for contributing this as part of his Google
  Summer of Code project.
- gstoraster, gstopxl, gstopdf, pstopdf: Integrated
  functionality of script-based filters pstopdf and gstopxl
  into gstoraster filter as script-based filters cannot access
  the print queue's PPD file with current CUPS due to change
  of PPD file permissions.  To make gstoraster always produce
  the correct output format (CUPS/PWG Raster, PDF, PCL-XL) it
  is called via new wrapper scripts (gstopdf, gstopxl) which
  set an environment variable telling the format. The old
  filter scripts got removed.
- imagetops, texttops: Do not use $0 in the wrapper scripts,
  when CUPS calls filters, it passes the queue name as $0, not
  path and name of the called filter.
- cups-browsed: When creating local queues for discovered IPP
  network printers always create PPD files and if the
  information supplied by the printer via IPP is insufficient
  use information from the DNS-SD entry or default values
  suitable for most printers. Use System V interface scripts
  only on explicit request in cups-browsed.conf. This change
  is to address the fact that System V interface script
  support is removed from CUPS 2.2.x and later for security
  reasons.
- pstopdf: Make the filter only get installed if Ghostscript is
  present and also moved its conversion rules into the
  cupsfilters-ghostscript.convs file.
- cups-browsed: Fixed crash when trying to get debugg logging
  both to the terminal and into a file.
- libcupsfilters: Fixed crash of pdftoraster when the color
  space is an RGB space (3 colors) with 1 bit color
  depth. Here we need to add one bit to the pixels (to get 4
  bits per pixel) to align the pixels with the bytes.
- cups-browsed: From cups-browsed.service removed the unneeded
  "Wants=cups.service" as we have "Requires=cups.service"
  (Debian bug #827455, #827457).
- foomatic-rip: Updated man page for removed page logging
  facility.
- pdftops: Also added Dell to the list of manufacturers whose
  printers need Poppler's PostScript to work around their
  PostScript interpreter bugs (Debian bug #827040).

(leot)

2016-07-18 04:54:02 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160717

(adam)

2016-07-18 04:52:51 UTC MAIN commitmail json YAML

Changes 2016.07.17:
[mtvservices] Strip description
[comedycentraltv] Add extractor
Revert "[bbc] extract more and better qulities from Unified Streaming…
[viki] Override m3u8 formats acodec
[viki] Lower m3u8 preference
[viki] Fix tests
[spike] Relax _VALID_URL and improve extraction
[README.md] Make download URLs consistent

(adam)

2016-07-17 22:13:15 UTC MAIN commitmail json YAML

Updated meta-pkgs/texlive-collection-context to 2016

(wiz)

2016-07-17 22:13:04 UTC MAIN commitmail json YAML

All packages added, update DEPENDS. Bump version to 2016.

(wiz)

2016-07-17 22:08:09 UTC MAIN commitmail json YAML

Mention new ConTeXt packages.

(wiz)

2016-07-17 22:00:00 UTC MAIN commitmail json YAML

Add new tex package.

(wiz)

2016-07-17 21:59:48 UTC MAIN commitmail json YAML

Add new tex packages.

(wiz)

2016-07-17 21:59:34 UTC MAIN commitmail json YAML

2016-07-17 21:57:18 UTC MAIN commitmail json YAML

2016-07-17 21:46:54 UTC MAIN commitmail json YAML

Revert previous.

(asau)

2016-07-17 19:08:59 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.632

(tsutsui)

2016-07-17 17:44:49 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.2.4, cups-filters-1.10.0, filezilla-3.19.0,
  git-base-2.9.2, libopenmpt-0.2.6611, libopus-1.1.3,
  p5-IO-Socket-SSL-2.033, py-setuptools-24.0.3, py-test-runner-2.9,
  py-tornado-4.4, x264-devel-20160716.

(wiz)

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

Removed security/libassuan successor security/libassuan2 [wiz 2016-07-17]

(wiz)

2016-07-17 17:36:52 UTC MAIN commitmail json YAML

2016-07-17 15:52:16 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.632.

Upstream announcement:

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

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: July 12, 2016

Vulnerability identifier: APSB16-25

CVE number: CVE-2016-4172, CVE-2016-4173, CVE-2016-4174, CVE-2016-4175,
CVE-2016-4176, CVE-2016-4177, CVE-2016-4178, CVE-2016-4179, CVE-2016-4180,
CVE-2016-4181, CVE-2016-4182, CVE-2016-4183, CVE-2016-4184, CVE-2016-4185,
CVE-2016-4186, CVE-2016-4187, CVE-2016-4188, CVE-2016-4189, CVE-2016-4190,
CVE-2016-4217, CVE-2016-4218, CVE-2016-4219, CVE-2016-4220, CVE-2016-4221,
CVE-2016-4222, CVE-2016-4223, CVE-2016-4224, CVE-2016-4225, CVE-2016-4226,
CVE-2016-4227, CVE-2016-4228, CVE-2016-4229, CVE-2016-4230, CVE-2016-4231,
CVE-2016-4232, CVE-2016-4233, CVE-2016-4234, CVE-2016-4235, CVE-2016-4236,
CVE-2016-4237, CVE-2016-4238, CVE-2016-4239, CVE-2016-4240, CVE-2016-4241,
CVE-2016-4242, CVE-2016-4243, CVE-2016-4244, CVE-2016-4245, CVE-2016-4246,
CVE-2016-4247, CVE-2016-4248, CVE-2016-4249

Platform: Windows, Macintosh, Linux and ChromeOS

(tsutsui)

2016-07-17 15:51:37 UTC MAIN commitmail json YAML

update the MESSAGE - php module configuration is provided automatically now, no need to include instruction about modifying php.ini

(jdolecek)

2016-07-17 15:49:44 UTC MAIN commitmail json YAML

Automatically enable PHP module or Zend extension when it's installed instead of requiring manual configuration of ${PKG_SYSCONFDIR}/php.ini - put a module-specific .ini file for this into ${PKG_SYSCONFDIR}/php.d

(jdolecek)

2016-07-17 14:28:13 UTC MAIN commitmail json YAML

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

(taca)

2016-07-17 14:27:46 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.36.0.

=== 4.36.0 (2016-07-01)

* Deprecate use of Bignum class as generic type, since the behavior will change in ruby 2.4 (jeremyevans)

* Don't hold connection pool mutex while disconnecting connections (jeremyevans)

* Don't hold references to disconnected connections in the connection_validator extension (jeremyevans)

* Don't overwrite existing connection_validation_timeout when loading connection_validator extension multiple times (jeremyevans)

* Add connection_expiration extension, for automatically removing connections open for too long (pdrakeweb) (#1208, #1209)

* Handle disconnection errors raised during string literalization in mysql2 and postgres adapters (jeremyevans)

* Add string_agg extension for aggregate string concatenation support on many databases (jeremyevans)

* Add SQL::Function#order for ordered aggregate functions (jeremyevans)

* Support operator validation in constraint_validations for <, <=, >, and >= operators with string and integer arguments (jeremyevans)

* Make validates_operator validation consider nil values invalid unless :allow_nil or similar option is used (jeremyevans)

* Close cursors for non-SELECT queries in the oracle adapter after execution, instead of waiting until GC (jeremyevans) (#1203)

* Add :class_namespace association option for setting default namespace for :class option given as symbol/string (jeremyevans)

* Add Sequel::Model.cache_anonymous_models accessor for changing caching on a per-model basis (jeremyevans)

* Add Sequel::Model.def_Model for adding a Model() method to a module, for easier use of namespaced models (jeremyevans)

* Add Sequel::Model::Model() for creating subclasses of Sequel::Model subclasses, instead of just Sequel::Model itself (jeremyevans)

=== 4.35.0 (2016-06-01)

* Add :headline option to PostgreSQL Dataset#full_text_search for adding an extract of the matched text to the SELECT list (jeremyevans)

* Make :rollback=>:always inside a transaction use a savepoint automatically if supported (jeremyevans) (#1193)

* Recognize bool type as boolean in the schema dumper (jeremyevans) (#1192)

* Make Dataset#to_hash and #to_hash_groups work correctly for model datasets doing eager loading (jeremyevans)

* Make delay_add_association plugin handle hashes and primary keys passed to add_* association methods (jeremyevans) (#1187)

* Treat :Bignum as a generic type, to support 64-bit integers on ruby 2.4+, where Bignum == Integer (jeremyevans)

* Add server_logging extension for including server/shard information when logging queries (jeremyevans)

* Add Database#log_connection_info, for including connection information when logging queries (jeremyevans)

* Add Dataset#skip_locked for skipping locked rows on PostgreSQL 9.5+, MSSQL, and Oracle (jeremyevans)

* Allow Sequel::Model#lock! to accept an optional lock style (petedmarsh) (#1183)

* Add sql_comments extension for setting SQL comments on queries (jeremyevans)

* Make Postgres::PGRange#cover? handle empty, unbounded, and exclusive beginning ranges (jeremyevans)

* Fix frozen string literal issues on JRuby 9.1.0.0 (jeremyevans)

* Allow json_serializer :include option with cascaded values to work correctly when used with association_proxies (jeremyevans)

=== 4.34.0 (2016-05-01)

* Add support for :dataset_associations_join association option to dataset_associations plugin, for making resulting datasets have appropriate joins (jeremyevans)

* Log server connection was attempted to in PoolTimeout exception messages in sharded connection pool (jeremyevans)

* Log Database :name option in PoolTimeout exception messages (bigkevmcd, jeremyevans) (#1176)

* Add duplicate_columns_handler extension, for raising or warning if a dataset returns multiple columns with the same name (TSMMark, jeremyevans) (#1175)

* Support registering per-Database custom range types in the pg_range extension (steveh) (#1174)

* Support :preconnect=>:concurrently Database option for preconnecting in separate threads (kch, jeremyevans) (#1172)

* Make prepared_statements_safe plugin work correctly with CURRENT_DATE/CURRENT_TIMESTAMP defaults (jeremyevans) (#1168)

* Add validates_operator validation helper (petedmarsh) (#1170)

* Recognize additional unique constraint violation on Microsoft SQL Server (jeremyevans)

* Add :hash option to Dataset#(select|to)_hash(_groups)? methods for choosing object to populate (mwpastore) (#1167)

(taca)

2016-07-17 14:27:07 UTC MAIN commitmail json YAML

Note update of databases/ruby-mysql2 package to 0.4.4.

(taca)

2016-07-17 14:26:36 UTC MAIN commitmail json YAML

Update ruby-mysql2 to 0.4.4.

Bugfixes

  • Fix segv when num of rows is zero
  • Fix failed to allocate memory for an empty result set
  • Fix :cache_rows => false on prepared statements
  • Fix results buffer allocation fails with prepared statements

Changes

  • Allow repeated each with :cache_rows => false
  • Fix some tests for non-default creds
  • Use the Travis Trusty image for Travis CI

(taca)

2016-07-17 14:25:25 UTC MAIN commitmail json YAML

Note update of comms/ruby-termios package to 1.0.2.

(taca)

2016-07-17 14:25:00 UTC MAIN commitmail json YAML

Update ruby-termios to 1.0.2.

pkgsrc change: Change HOEMDIR to https://github.com/arika/ruby-termios.

* Move extension files to ext/ directory.
* Several miscellaneous changes.

(taca)

2016-07-17 14:04:38 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo-data package to 1.2016.6.

(taca)

2016-07-17 14:04:12 UTC MAIN commitmail json YAML

2016-07-17 14:03:04 UTC MAIN commitmail json YAML

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

(taca)

2016-07-17 14:02:37 UTC MAIN commitmail json YAML

Update ruby-tzinfo03 to 0.3.51.

== Version 0.3.51 (tzdata v2016f) - 5-Jul-2016

* Updated to tzdata version 2016f
  (https://mm.icann.org/pipermail/tz-announce/2016-July/000040.html).

(taca)

2016-07-17 14:00:53 UTC MAIN commitmail json YAML

Note update of www/contao42 package to 4.2.1.

(taca)

2016-07-17 14:00:25 UTC MAIN commitmail json YAML

Update contao42 to 4.2.1.

### 4.2.1 (2016-07-15)

* Strip soft hyphens when indexing a page (see contao/core#8389).
* Do not run the command scheduler if the installation is incomplete (see #541).
* Do not index randomly ordered image galleries.
* Fix the filter menu layout on mobile devices.
* Provide the back end fonts in different variants (see #523).
* Fix the message markup in the member templates.
* Correctly load the language strings in the pretty error screen listener.

(taca)

2016-07-17 13:58:32 UTC MAIN commitmail json YAML

Note update of www/contao35 package to 3.5.15.

(taca)

2016-07-17 13:58:00 UTC MAIN commitmail json YAML

Update contao35 to 3.5.15, including fix for CVE-2016-4567.

Version 3.5.15 (2016-07-15)
---------------------------

### Fixed
Strip soft hyphens when indexing a page (see #8389).

### Fixed
Update mediaelement.js to version 2.21.2 (fixes CVE-2016-4567).

(taca)

2016-07-17 08:52:24 UTC pkgsrc-2016Q2 commitmail json YAML

#5056 by me, #5057 and #5058 missing the ticket queue cleanup dance, by bsiegert

(spz)

2016-07-17 08:48:38 UTC pkgsrc-2016Q2 commitmail json YAML

Pullup ticket #5056 - requested by bsiegert
www/links: security update
www/links-gui: security update

Revisions pulled up:
- www/links-gui/Makefile                                        1.75
- www/links/Makefile                                            1.65
- www/links/Makefile.common                                    1.65
- www/links/distinfo                                            1.65
- www/links/patches/patch-ab                                    1.9

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  leot
  Date:          Sun Jul  3 10:58:03 UTC 2016

  Modified Files:
          pkgsrc/www/links: Makefile Makefile.common distinfo
          pkgsrc/www/links-gui: Makefile
          pkgsrc/www/links/patches: patch-ab

  Log Message:
  Update www/links{,-gui} to 2.13

  Changes:
  === RELEASE 2.13 ===
  Sat Jun 18 14:15:55 CEST 2016 mikulas:
    Page up and page down scroll slightly less than a page

  Fri Jun 17 23:57:23 CEST 2016 mikulas:
    Use domain list from publicsuffix.org to prevent setting cookies on
    public domains.
    Also fix a bug that existed in previous links versions:
    bla.com could register cookie for la.com or a.com

  Sat Jun 11 17:59:17 CEST 2016 mikulas:
    Fixed non-working mouse wheel on Syllable
    Workaround for getaddrinfo bug on Syllable

  Sat Jun 11 15:16:41 CEST 2016 mikulas:
    Support horizontal scroll wheel on Windows

  Tue Jun  7 19:10:11 CEST 2016 mikulas:
    Fixed a bug in the X driver that characters with unicode codes 128-255
    could not be entered with some locales

  Thu Jun  2 19:19:56 CEST 2016 mikulas:
    Security bug fixed: Use separate unix domain socket for anonymous
    instances, so that the anonymous instance won't connect to non-anonymous
    one

  Sun May  8 21:20:38 CEST 2016 mikulas:
    <samp> element

  Sun May  8 20:33:37 CEST 2016 mikulas:
    In case of certification verification failure, don't pop up multiple
    dialog windows asking for the same server

  Sun Mar 13 19:10:27 CET 2016 mikulas:
    Do not lookup .onion addresses directly, as specified by rfc7686

  Wed Jan 13 01:16:49 CET 2016 Jakub Bogusz <qboosh%pld-linux.org@localhost>:
    Updated Polish Translation

  Wed Oct 21 19:25:09 CEST 2015 mikulas:
    Security enhancement: Warn if the SSL/TLS method was downgraded

  To generate a diff of this commit:
  cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/links/Makefile \
      pkgsrc/www/links/Makefile.common pkgsrc/www/links/distinfo
  cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/links-gui/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/links/patches/patch-ab

(spz)

2016-07-17 07:21:28 UTC MAIN commitmail json YAML

Remove patch that is not needed any longer.
Confirmed by adam@

(wiz)

2016-07-16 21:23:06 UTC MAIN commitmail json YAML

+ llvm-3.8.1, mlterm-3.7.2, snd-16.6, wwwoffle-2.9j [pkg/51340]

(wiz)

2016-07-16 21:21:27 UTC MAIN commitmail json YAML

Updated audio/snd to 9.9nb25

(wiz)

2016-07-16 21:21:17 UTC MAIN commitmail json YAML

Switch to guile20. Bump PKGREVISION.

(wiz)

2016-07-16 21:13:37 UTC MAIN commitmail json YAML

Updated editors/TeXmacs to 1.99.5

(wiz)

2016-07-16 21:13:23 UTC MAIN commitmail json YAML

Update TeXmacs to 1.99.5.

Explicitly does not support guile20, so let it use guile18 for now.

Changes from version 1.99.3 to 1.99.5
    Support for retina screens (1.99.5).
    Implementation of a better, still experimental, page breaking algorithm (1.99.5).
    Various improvements for the laptop presentation mode (1.99.5).
    Simplified editor for graphical slides in laptop presentations (1.99.5).
    Highly improved animations (1.99.5).
    An editing mode for simple animations based on morphing (1.99.5).
    Various graphical effects and font effects (1.99.5).
    Reorganizations in the configuration of TeXmacs (1.99.5).
    Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5).
    High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper ���Mathematical Font Art��� presented at ICMS 2016.
    Rudimentary support for inking (1.99.5).
    Customizable snapping in graphics mode (1.99.5).
    Various enhancements and fixes for graphics mode (1.99.5).
    Various bug fixes (1.99.4).
    Various improvements for the table editor (1.99.4).
    Greek language support, with the help of Alkis Akritas (1.99.4).
    Experimental math editing mode that enforces syntactic correctness (1.99.3).
    A series of improvements in the converter to LaTeX (1.99.3).
    Tool for examining errors in the LaTeX export (1.99.3).
    High quality support of STIX fonts (1.99.3).
    Various improvements concerning mathematical typesetting (1.99.3).
    Improved punctuation, including support for French punctuation rules (1.99.3).
    Improved experimental client-server support (1.99.3).
    Encrypting/decrypting pieces of documents (1.99.3).
    New experimental bibliographic database management (1.99.3).
    New experimental database facilities (1.99.3).
    Added style package for literate programming (1.99.3).
    Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).

(wiz)

2016-07-16 20:06:07 UTC MAIN commitmail json YAML

Updated devel/libctl to 3.2.2

(wiz)

2016-07-16 20:05:57 UTC MAIN commitmail json YAML

Updated libctl to 3.2.2.

Switch to guile20.

libctl 3.2.2

  * Bug fix to interpolate-uniform for guile 1.8+.

(wiz)

2016-07-16 20:00:25 UTC MAIN commitmail json YAML

Updated devel/autogen to 5.18.10

(wiz)

2016-07-16 20:00:14 UTC MAIN commitmail json YAML

Update autogen to 5.18.10.

Switch from guile (1.8) to guile20.

Clean up some pkglint.

New in 5.18.10 - May 2016

* NUL terminate CGI definitions text

New in 5.18.9 April 2016

* When parsing CGI, do not allow spaces to be lost
* In producing usage text, check more rigorously that
  option "values" are really not flag characters.

New in 5.18.8 March 2016

* Ensure testing vars start as unset for testing
* happy new year & de-uglifications

New in 5.18.7 December 2015

* Guile 1.6 support was removed
* bootstrapping was made idempotent
* add --enable-static-autogen config option
* add (max-file-time) scheme function (max source file time)
* Allow MAN_PAGE_DATE to override using the date program in
  man page templates
* Enable byte-for-byte build reproducibility

(wiz)

2016-07-16 19:50:14 UTC MAIN commitmail json YAML

Note update of security/opendnssec to 1.4.10nb1.

(he)

2016-07-16 19:49:07 UTC MAIN commitmail json YAML

Add a couple of patches I have been using with opendnssec in our
installation:
* Log the zone before triggering the "part->soamin" assert.
  We've seen this fire with older versions, but it's a while
  since I saw it happen.  This is to provide more debugging info
  should it fire.
* If an .ixfr journal file is detected as "corrupted", rename it
  to <zone>.ixfr-bad instead of unlinking it, which would leave
  no trace of OpenDNSSEC's own wrongdoing.
* If the signer is exposed, avoid a potential DoS vector with a
  crafted message.
Bump PKGREVISION.

(he)

2016-07-16 14:28:49 UTC MAIN commitmail json YAML

Spelling fix; "opposed" only has two 'o's, not three.

(jakllsch)

2016-07-16 13:32:12 UTC MAIN commitmail json YAML

Couple new packages :)

(bsiegert)

2016-07-16 13:31:20 UTC MAIN commitmail json YAML

2016-07-16 13:21:41 UTC MAIN commitmail json YAML

New package, go-testify.

Go code (golang) set of packages that provide many tools for testifying that
your code will behave as you intend.

Features include:

- Easy assertions
- Mocking
- HTTP response trapping
- Testing suite interfaces and functions

(bsiegert)

2016-07-16 13:03:43 UTC MAIN commitmail json YAML

New package, go-mow-cli.

A framework to build command line applications in Go with most of the burden of
arguments parsing and validation placed on the framework instead of the
developer.

(bsiegert)

2016-07-16 12:51:46 UTC MAIN commitmail json YAML

Add a buildlink3.mk for dependent packages.

(bsiegert)

2016-07-16 11:48:01 UTC MAIN commitmail json YAML

Revert changes inspired by broken tool.

(asau)

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

Updated lang/guile20 to 2.0.12

(wiz)

2016-07-16 09:17:53 UTC MAIN commitmail json YAML

Updated guile20 to 2.0.12.

Changes in 2.0.12 (since 2.0.11):

* Notable changes

** FFI: Add support for functions that set 'errno'

When accessing POSIX functions from a system's libc via Guile's dynamic
FFI, you commonly want to access the 'errno' variable to be able to
produce useful diagnostic messages.

This is now possible using 'pointer->procedure' or
'scm_pointer_to_procedure_with_errno'.  See "Dynamic FFI" in the manual.

** The #!r6rs directive now influences read syntax

The #!r6rs directive now changes the per-port reader options to make
Guile's reader conform more closely to the R6RS syntax.  In particular:

  - It makes the reader case sensitive.
  - It disables the recognition of keyword syntax in conflict with the
    R6RS (and R5RS).
  - It enables the `square-brackets', `hungry-eol-escapes' and
    `r6rs-hex-escapes' reader options.

** 'read' now accepts "\(" as equivalent to "("

This is indented for use at the beginning of lines in multi-line strings
to avoid confusing Emacs' lisp modes.  Previously "\(" was an error.

** SRFI-14 character data set upgraded to Unicode 8.0.0

** SRFI-19 table of leap seconds updated

** 'string-hash', 'read-string', and 'write' have been optimized

** GOOPS bug fix for inherited accessor methods

In the port of GOOPS to Guile 2.0, we introduced a bug related to
accessor methods.  The bug resulted in GOOPS assuming that a slot S in
an object whose class is C would always be present in instances of all
subclasses C, and allocated to the same struct index.  This is not the
case for multiple inheritance.  This behavior has been fixed to be as it
was in 1.8.

One aspect of this change may cause confusion among users.  Previously
if you defined a class C:

  (use-modules (oop goops))
  (define-class C ()
    (a #:getter get-a))

And now you define a subclass, intending to provide an #:init-value for
the slot A:

  (define-class D ()
    (a #:init-value 42))

Really what you have done is define in D a new slot with the same name,
overriding the existing slot.  The problem comes in that before fixing
this bug (but not in 1.8), the getter 'get-a' would succeed for
instances of D, even though 'get-a' should only work for the slot 'a'
that is defined on class C, not any other slot that happens to have the
same name and be in a class with C as a superclass.

It would be possible to "merge" the slot definitions on C and D, but
that part of the meta-object protocol (`compute-slots' et al) is not
fully implemented.

Somewhat relatedly, GOOPS also had a fix around #:init-value on
class-allocated slots.  GOOPS was re-initializing the value of slots
with #:class or #:each-subclass allocation every time instances of that
class was allocated.  This has been fixed.

* New interfaces

** New SRFI-28 string formatting implementation

See "SRFI-28" in the manual.

** New (ice-9 unicode) module

See "Characters" in the manual.

** Web server

The (web server) module now exports 'make-server-impl', 'server-impl?',
and related procedures.  Likewise, (web server http) exports 'http'.

** New procedures: 'string-utf8-length' and 'scm_c_string_utf8_length'

See "Bytevectors as Strings" in the manual, for more.

** New 'EXIT_SUCCESS' and 'EXIT_FAILURE' Scheme variables

See "Processes" in the manual.

** New C functions to disable automatic SMOB finalization

The new 'scm_set_automatic_finalization_enabled' C function allows you
to choose whether automatic object finalization should be enabled (as
was the case until now, and still is by default.)  This is meant for
applications that are not thread-safe nor async-safe; such applications
can disable automatic finalization and call the new 'scm_run_finalizers'
function when appropriate.

See the "Garbage Collecting Smobs" and "Smobs" sections in the manual.

** Cross-compilation to ARM

More ARM cross-compilation targets are supported: "arm.*eb",
"^aarch64.*be", and "aarch64".

* New deprecation

** The undocumented and unused C function 'scm_string_hash' is now deprecated

* Bugs fixed

** Compiler
*** 'call-with-prompt' does not truncate multiple-value returns
    (<http://bugs.gnu.org/14347>)
*** Use permissions of source file for compiled file
    (<http://bugs.gnu.org/18477>)
*** Fix bug when inlining some functions with optional arguments
    (<http://bugs.gnu.org/17634>)
*** Avoid quadratic expansion time in 'and' and 'or' macros
    (<http://bugs.gnu.org/17147>)
*** Fix expander bug introduced when adding support for tail patterns
    (<http://lists.gnu.org/archive/html/guile-user/2015-09/msg00017.html>)
*** Handle ~p in 'format' warnings (<http://bugs.gnu.org/18299>)
*** Fix bug that exposed `list' invocations to CSE
    (<http://bugs.gnu.org/21899>)
*** Reduce eq? and eqv? over constants using equal?
    (<http://bugs.gnu.org/21855>)
*** Skip invalid .go files found in GUILE_LOAD_COMPILED_PATH

** Threads
*** Fix data races leading to corruption (<http://bugs.gnu.org/22152>)

** Memory management
*** Fix race between SMOB marking and finalization
    (<http://bugs.gnu.org/19883>)

** Ports
*** Setting GUILE_INSTALL_LOCALE=1 sets port default charset from locale
*** Fix port position handling on binary input ports
    (<http://bugs.gnu.org/20302>)
*** Bytevector and custom binary ports to use ISO-8859-1
    (<http://bugs.gnu.org/20200>)
*** Fix buffer overrun with unbuffered custom binary input ports
    (<http://bugs.gnu.org/19621>)
*** Fix memory corruption that arose when using 'get-bytevector-n'
    (<http://bugs.gnu.org/17466>)

** System
*** {get,set}sockopt now expect type 'int' for SO_SNDBUF/SO_RCVBUF
*** 'system*' now available on MS-Windows
*** 'open-pipe' now available on MS-Windows
*** Better support for file names containing backslashes on Windows

** Web
*** 'split-and-decode-uri-path' no longer decodes "+" to space
*** HTTP: Support date strings with a leading space for hours
    (<http://bugs.gnu.org/23421>)
*** HTTP: Accept empty reason phrases (<http://bugs.gnu.org/22273>)
*** HTTP: 'Location' header can now contain URI references, not just
    absolute URIs
*** HTTP: Improve chunked-mode support (<http://bugs.gnu.org/19939>)
*** HTTP: 'open-socket-for-uri' now sets better OS buffering parameters
    (<http://bugs.gnu.org/15368>)

** Miscellaneous
*** Fix 'atan' procedure when applied to complex numbers
*** Fix Texinfo to HTML conversion for @itemize and @acronym
    (<http://bugs.gnu.org/21772>)
*** 'bytevector-fill!' accepts fill arguments greater than 127
    (<http://bugs.gnu.org/19027>)
*** 'bytevector-copy' correctly copies SRFI-4 homogeneous vectors
  (<http://bugs.gnu.org/18866>)
*** 'strerror' no longer hangs when passed a non-integer argument
    (<http://bugs.gnu.org/18065>)
*** 'scm_boot_guile' now gracefully handles argc == 0
    (<http://bugs.gnu.org/18680>)
*** Fix 'SCM_SMOB_OBJECT_LOC' definition (<http://bugs.gnu.org/18495>)
*** Fix bug where 'bit-count*' was not using its second argument
*** SRFI-1 'length+' raises an error for non-lists and dotted lists
    (<http://bugs.gnu.org/17296>)
*** Add documentation for SXPath (<http://bugs.gnu.org/19478>)

(wiz)

2016-07-16 08:36:02 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.7.2

(wiz)

2016-07-16 08:35:52 UTC MAIN commitmail json YAML

Updated libgcrypt to 1.7.2.

Noteworthy changes in version 1.7.2 (2016-07-14)  [C21/A1/R2]
------------------------------------------------

* Bug fixes:

  - Fix setting of the ECC cofactor if parameters are specified.

  - Fix memory leak in the ECC code.

  - Remove debug message about unsupported getrandom syscall.

  - Fix build problems related to AVX use.

  - Fix bus errors on ARM for Poly1305, ChaCha20, AES, and SHA-512.

* Internal changes:

  - Improved fatal error message for wrong use of gcry_md_read.

  - Disallow symmetric encryption/decryption if key is not set.

(wiz)

2016-07-16 08:32:15 UTC MAIN commitmail json YAML

Updated security/gnupg21 to 2.1.14

(wiz)

2016-07-16 08:32:05 UTC MAIN commitmail json YAML

Updated gnupg21 to 2.1.14.

Noteworthy changes in version 2.1.14 (2016-07-14)
-------------------------------------------------

* gpg: Removed options --print-dane-records and --print-pka-records.
  The new export options "export-pka" and "export-dane" can instead
  be used with the export command.

* gpg: New options --import-filter and --export-filter.

* gpg: New import options "import-show" and "import-export".

* gpg: New option --no-keyring.

* gpg: New command --quick-revuid.

* gpg: New options -f/--recipient-file and -F/--hidden-recipient-file
  to directly specify encryption keys.

* gpg: New option --mimemode to indicate that the content is a MIME
  part.  Does only enable --textmode right now.

* gpg: New option --rfc4880bis to allow experiments with proposed
  changes to the current OpenPGP specs.

* gpg: Fix regression in the "fetch" sub-command of --card-edit.

* gpg: Fix regression since 2.1 in option --try-all-secrets.

* gpgv: Change default options for extra security.

* gpgsm: No more root certificates are installed by default.

* agent: "updatestartuptty" does now affect more environment
  variables.

* scd: The option --homedir does now work with scdaemon.

* scd: Support some more GEMPlus card readers.

* gpgtar: Fix handling of '-' as file name.

* gpgtar: New commands --create and --extract.

* gpgconf: Tweak for --list-dirs to better support shell scripts.

* tools: Add programs gpg-wks-client and gpg-wks-server to implement
  a Web Key Service.  The configure option --enable-wks-tools is
  required to build them; they should be considered Beta software.

* tests: Complete rework of the openpgp part of the test suite.  The
  test scripts have been changed from Bourne shell scripts to Scheme
  programs.  A customized scheme interpreter (gpgscm) is included.
  This change was triggered by the need to run the test suite on
  non-Unix platforms.

* The rendering of the man pages has been improved.

(wiz)

2016-07-16 08:27:47 UTC MAIN commitmail json YAML

Request minimal libgpg-error version that is accepted by configure.

(wiz)

2016-07-16 08:21:22 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.24

(wiz)

2016-07-16 08:21:08 UTC MAIN commitmail json YAML

Updated security/libassuan2 to 2.4.3

(wiz)

2016-07-16 08:20:56 UTC MAIN commitmail json YAML

Updated libassuan to 2.4.3.

Add TEST_TARGET.

Noteworthy changes in version 2.4.3 (2016-07-14) [C7/A7/R3]
------------------------------------------------

* Allow socket redirection with assuan_socket_connect.

* Speedup spawning programs on Linux

* Fix minor memory leaks

* Portability fixes for Solaris and AIX.

(wiz)

2016-07-16 08:19:22 UTC MAIN commitmail json YAML

Updated libgpg-error to 1.24.

Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
-----------------------------------------------

* Fixes a bug in es_fclose_snatch when used used after es_fseek.

* Fixes building without thread support.

* New configure option --disable-tests.

(wiz)

2016-07-16 07:25:59 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN to 2.14

(wen)

2016-07-16 07:24:51 UTC MAIN commitmail json YAML

Update to 2.14

Upstream changes:
2016-06-25  k  <andk@cpan.org>

* release 2.14

* three weeks after the trial release; cpantesters have generated 383
passes, no fail

* no changes except for a few in the distroprefs/ directory which do not
count because it is not used per default

2016-06-04  k  <andk@cpan.org>

* release 2.14-TRIAL

* Fix failing tests on Windows (hopefully); tested on my i5-3317U
notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs

* set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert
noise on boxes that do not support it)

* fix a rare bug when ->expand returned nothing for whatever reason

* improve diagnostics on fails during testing (but it is still very hard
to debug these tests)

2016-05-16  k  <andk@cpan.org>

* release 2.13-TRIAL

* support for parallel running tests (tested with HARNESS_OPTIONS=j8)

* bump all versions that have changed since 2.10 or 2.12 so we can
generate a better pull request for bleadperl

2015-12-31  k  <andk@cpan.org>

* release 2.12-TRIAL

* merge in a lot of small changes to App::Cpan and cpan (brian d foy)

* rt#92435: non-deterministic dependency handling (Zefram)

* fix "Redundant argument in sprintf" (Father Chrysostomos)

* rt#102867: sequential build dir names (Zefram)

* rt#102429: Tarball with bad permissions may kill CPAN shell (Slaven Rezic)

* rt#71722: Locking issues on Windows (Slaven Rezic, Andreas Koenig)

* several small changes improving NFS file locking (Andreas Koenig)

* warn if system returns -1 when trying to make (David Golden)

* github#91: fixes Help to fit in an 80-character console window (Steve
Hay, Andreas Koenig)

* encourage plugin names of the style CPAN::Plugin::$something (Slaven Rezic)

* rt#107353: set SIGWINCH to IGNORE (rene.schickbauer, Andreas Koenig)

* rt#106009: bump dependency on IO::Scalar to 2.105

(wen)

2016-07-16 07:15:10 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Reporter to 1.2018

(wen)

2016-07-16 07:14:11 UTC MAIN commitmail json YAML

Update to 1.2018

Upstream changes:
1.2018    2016-06-21 15:05:12-04:00 America/New_York

  [CHANGED]

  - Expand list of environment variables included in reports

(wen)

2016-07-16 06:55:10 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 2.80

(wen)

2016-07-16 06:53:25 UTC MAIN commitmail json YAML

Update to 2.80

Upstream changes:
version 2.80 at 2016-06-20 20:52:25 +0000
-----------------------------------------

  Change: eb8b805edeb4683414b78f34eedb2f59d53e9a8c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2016-06-20 21:52:25 +0000

    Updated for v5.25.2

(wen)

2016-07-16 06:48:10 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.62

(wen)

2016-07-16 06:46:08 UTC MAIN commitmail json YAML

Update to 2.62

Upstream changes:
2.62  - fix rt.cpan.org#115326: Callback on 'pre_open' not called
        when glob expands to one include file

      - added patch by Niels van Dijke, which adds apache IFDefine
        support. Use -UseApacheIfDefine=>1 to enable, add defines
        with -Define and add <IFDefine ...> to your config, see
        pod for details.

      - added test case for the code.

      - fixed unindented half of the pod, which was largely no
        readable because of this. However, I wonder why this hasn't
        reported, seems nobody reads the docs :)

      - fixed tab/space issues here and there

(wen)

2016-07-16 04:47:45 UTC MAIN commitmail json YAML

2016-07-16 04:35:15 UTC MAIN commitmail json YAML

Updated devel/p5-Check-ISA to 0.08

(wen)

2016-07-16 04:35:14 UTC MAIN commitmail json YAML

2016-07-16 04:34:24 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08  2016-07-15 MANWAR
      - Added LICENSE file as reported by CPANTS.

0.07  2016-06-10 MANWAR
      - Added README file as reported by CPANTS.

0.06  2016-06-05 MANWAR
      - Updated Copyright details as suggested by Yuval Kogman (original author).
      - Added more information to the pod document.

0.05  2016-05-28 MANWAR
      - Tidied up pod document.
      - Tidied up Changes file.
      - Rewrote Makefile.PL script.
      - Added section "REPOSITORY".
      - Added standard 00-load.t script.

(wen)

2016-07-16 04:30:09 UTC MAIN commitmail json YAML

Updated devel/p5-bareword-filehandles to 0.004

(wen)

2016-07-16 04:29:13 UTC MAIN commitmail json YAML

Update to 0.004

Upstream changes:
0.004    2016-05-16 19:18:36+01:00 Europe/London
- fix POD typo (RT#76421)
- Use "bareword::filehandles/disabled" as the hint hash key
- Fix building on -DPERL_OP_PARENT perls (RT#114394)

(wen)

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

devel/p5-B-Hooks-OP-PPAddr

(wen)

2016-07-16 04:25:02 UTC MAIN commitmail json YAML

Update to 0.05

Upstream changes:
0.05      2016-07-13 01:26:33Z
  - release 0.04_01 as stable, with tooling updates.

0.04_01  2009-09-25 15:48:45Z
  - Store static data more safely.

(wen)

2016-07-16 04:14:03 UTC MAIN commitmail json YAML

2016-07-16 04:13:22 UTC MAIN commitmail json YAML

Updated geography/py-obspy to 1.0.1

(wen)

2016-07-16 04:11:55 UTC MAIN commitmail json YAML

Update to 1.0.1
Update DEPENDS

Upstream changes:
1.0.1: (doi: 10.5281/zenodo.48254)
- General:
  * Some methods might have unnecessarily upcasted float32 arrays to float64.
    Now methods for which it makes sense and which don't lose accuracy don't
    upcast float32 arrays. Integers are still upcasted. Trace.resample() will
    also no longer return the original dtype which might have resulted in a
    large loss of accuracy but it now always returns float64 arrays.
    (see #1302)
- obspy.core:
  * Trace.normalize() does no longer divide by zero in case an all-zeros
    data trace is being used. (see #1343)
  * Inventory.select() and consorts now behave as expected even with empty
    child elements. (see #1126, #1348)
  * Code formatting is no longer checked for clean release versions. Thus
    updates to the linters no longer break the tests for releases.
    (see #1312)
  * remove_response(..., pre_file=None, plot=True) works again. (see #1320)
- obspy.clients.arclink:
  * Restored ArcLink encryption support. (see #1352, #1347)
- obspy.clients.fdsn:
  * Local URLs are now recognized as valid URLs. (see #1309)
  * Some bug fixes for the mass downloader. (see #1293, #1304)
  * The NOA node has been added to the list of known nodes.
    (see 2347a25714bc3e16068031f4b6138fafd627d34e)
- obspy.io.sac:
  * More automatic merging of SAC and ObsPy headers. The new `obspy.io.sac`
    modules thus behaves more like the old one and more in line with
    expectations of users. (see #1285)
  * No more out of bounds errors when assigning coordinates. (see #1300)
  * The evdp header can be set again. (see #1345)
  * Correctly propagating sampling rate changes to the SAC headers.
    (see #1317)
  * Always set nvhdr, leven, lovrok, iftype to ensure valid SAC files.
    (see #1204)
- obspy.io.xseed:
  * The Parser.get_paz() method now works with multiple blockette 53s.
    (see #1281)
- obspy.taup
  * Fixed wrong azimuth direction for paths > 180 degrees distance (see #1289)
  * Azimuth is appended to arrivals as well (see #1289)
  * Fixed issue with taup cache function on Python 2.7. (see #1308)

1.0.0:
- General:
  * Requirements have been increased to reflect latest distributions:
    * Removed support for Python 2.6.
    * Added support for Python 3.5.
    * matplotlib >= 1.1.0 is now required.
    * numpy >= 1.6.1 is now required
    * scipy >= 0.9.0 is now required
  * Reorganized the submodule structure. We provide a deprecation path so the
    old imports will continue to work for one ObsPy version.
  * Consistent naming scheme across the code base. This results in some
    functions having different names. Most things that worked with ObsPy 0.10
    will continue to work with this version, but starting with the next
    version they will fail. Pay attention to the deprecation warnings.
  * Support for additional waveform data formats:
    - Read support for the ASCII format for waveforms from the K-NET and
      KiK-net strong-motion seismograph networks.
  * Support for additional event data formats:
    - CMTSOLUTION files used by many waveform solvers.
    - ESRI shapefile write support, useful in GIS applications (see #1066)
    - Google Earth KML output.
  * Support for additional station data format:
    - The FDSN web service station text format can now be read.
    - Read support for the NIED's moment tensor TEXT format (see #1125)
    - Google Earth KML output.
    - Read support for SeisComP3 inventory files.
- obspy.core:
  * New method for generating sliding windows from Stream/Trace windows.
    (see #860)
  * Stream/Trace.slice() now has the optional `nearest_sample` argument from
    Stream/Trace.trim().
  * Trace.remove_response() now has `plot` option to show/output a plot of all
    individual steps of instrument response removal in frequency domain
    (see #1116).
  * New method Stream/Trace.remove_sensitivity() to remove instrument
    sensitivity
  * Fix incorrect parsing of some non-ISO8601 date/time strings. (see #1215)
  * Added plotting method to Event (customizable subplots from a selection
    of map, beachball and farfield radiation plots, see #1192)
- obspy.clients.fdsn:
  * Replace FDSN webservice shortcut `NERIES` with `EMSC` and deprecate the
    `NERIES` shortcut, will be removed in a future release (see #1146).
  * Now requests gzipped data for the XML files. Much smaller files!
  * The station service can now also be used to download files in the text
    format. This has limited information but is much faster.
  * New mass downloader to assist in downloading data across a large number
    of FDSN web services.
  * Catch invalid URLs when initialising Client and avoid confusing error
    messages (see #1162)
- obspy.clients.filesystem.sds:
  * New client to read data from local SDS directory structure (see #1135).
  * Command line script `obspy-sds-report` to generate html page with
    information on latency, data availability percentage and number of gaps
    for a local SDS archive (see #1202)
- obspy.clients.neries:
  * Removed the dedicated client. Data can still be accessed by using the FDSN
    client.
- obspy.clients.syngine:
  * New client for the IRIS Syngine service to retrieve custom synthetic
    seismograms.
- obspy.imaging:
  * Experimental support for Cartopy when plotting maps. Use the `method`
    argument to functions that plot maps to select between Basemap or Cartopy.
  * New default colormap for all plots. A backport of the new viridis colormap
    from matplotlib is available for those using older matplotlib releases.
  * Added plotting routines for farfield radiation patterns of moment tensors
- obspy.io.kml:
  * New module for Google KML output of Inventory and Catalog objects
    (e.g. for use in Google Earth)
- obspy.io.mseed:
  * Upgrade to libmseed 2.16
- obspy.io.seiscomp.sc3ml:
  * New module reading SeisComP3 inventory files to ObsPy inventory objects
    (see #1182).
- obspy.io.shapefile:
  * New module for ESRI shapefile write support (see #1066)
- obspy.io.stationtxt:
  * New module reading the FDSN station files.
- obspy.signal:
  * Switch to second-order sections for filters; backported from SciPy 0.16.0
    (see #1028)
  * New Lanczos interpolation/resampling (see #1101)
  * Higher order detrending methods (see #1173)
  * PPSD (see #931, #1108, #1130, #1187):
    - Algorithm for PSD computation was improved, especially affecting results
      at long periods (for detailed discussion see #931 and #1108).
    - Keywords `paz` and `parser` were removed in favor of new keyword
      `metadata`. PPSD now accepts `metadata` in a much wider range
      of formats:
          * Inventory objects (e.g. from StationXML or from FDSN webservice)
          * obspy.io.xseed Parser objects (e.g. from dataless SEED file)
          * filename of a RESP file
          * dictionary with poles and zeros information (like in
            prior versions)
      Most old codes should still work, issuing a deprecation warning, but
      old code that specifies *both* `paz` and `parser` keywords will raise
      an exception.
    - Whenever possible (i.e. when using for `metadata` an Inventory,
      a Parser or a RESP file), response calculation now takes into account
      the full response (all stages) as opposed to only using the poles and
      zeros response stage (as was done in previous versions when using a
      Parser object). When using a poles and zeros dictionary response
      calculation is unchanged (as no information on other stages is
      available, of course).
    - PPSD now stores the psd for each time segment that gets processed,
      instead of only storing the stacked histogram. That way, differing
      custom stacks with various selection criteria (e.g. time of day, by
      weekday, etc.) can now be made from the same processed data
      (see #1130).
    - New save/load mechanism using numpy .npz binary format that circumvents
      some problems with the old pickle mechanism:
      `PPSD.save_npz()` and `PPSD.load_npz()` (and `PPSD.add_npz()` to add
      data from additional npz files)
    - Change default colormap to new obspy default sequential colormap
      (matplotlibs new viridis colormap). The old PQLX colormap is provided by
      `obspy.imaging.cm.pqlx` and can be used with
      `PPSD.plot(..., cmap=...)`.
    - new option `PPSD.plot(..., cumulative=True)` for a cumulative plot of
      the histogram, i.e. a non-exceedence percentage visualization, similar
      to the `percentile` option.
    - x axis in `PPSD.plot()` can be switched to frequency in Hz with
      `PPSD.plot(..., xaxis_frequency=True)` (see #1130)
    - changes to special handling of rotational: now handled by kwarg
      `special_handling="ringlaser"` (kwarg `is_rotational_data` is
      deprecated, see #916)
    - special handling option for hydrophone data (no differentiation, see
      #916)
    - bin width on frequency axis can now be controlled using
      `PPSD(..., frequency_bin_width_octaves=...)` (in fractions of octaves,
      default is the old fixed setting of 1/8 octaves as in PQLX)
- obspy.taup
  * Added support for nd file format for input velocity models. Allows for
    named discontinuities at arbitrary depths allowing for less Earth like
    models (see #1147).
  * Added three methods (`get_travel_times_geo()`, `get_pierce_points_geo()`
    and `get_ray_paths_geo()`) to `TauPyModel` to handle station and
    event location data as latitude and longitude, instead of the source to
    station distance in degrees. In addition `get_ray_paths_geo()` and
    `get_pierce_points_geo()` decorate the returned pierce points and ray
    paths with the latitude and longitude of each point. Some functionality
    needs the `geographiclib` module to be installed. (See #1164.)
  * ObsPy now ships with a bunch of new velocity models in addition to the
    existing ones: `prem`, `sp6`, `1066a,b`, `herrin` (See #1196).
  * Add support for buried receivers (see #1103.)
  * Port more accurate calculation of ray parameter from Java. The effect is
    stronger for longer phases, but also corrects issues with shorter body and
    surface waves (see #986.)
  * Fix incorrect branch splitting which also caused issues for extremely
    shallow phases (see #1057.)
  * Proper cache for model splits resulting in much faster calculations if
    the source depth is repeatedly the same (see #1248).

0.10.3:
  - obspy.core:
    * Fix reading of multiple catalog files using globs (see #1065).
    * Fixed a bug when using
      `Trace.remove_response(..., water_level=None)`.
      With that setting that is supposed to not use any water level
      stabilization in the inversion of the instrument response
      spectrum actually the instrument response was never inverted and
      thus instead of a deconvolution a convolution was performed
      (see #1104).
    * Fixing floating point precision/rounding issue with UTCDateTime when
      initializing with floating point seconds, i.e. with microseconds,
      that could lead to microseconds being off by 1 microsecond
      (see #1096)
    * Correct gap/overlap time returned by Stream.get_gaps() and printed
      by Stream.print_gaps() which was incorrect by one time the sampling
      interval (see #1151)
    * Stream.get_gaps(): return overlaps specified in units of samples
      as negative integers (see #1151)
  - obspy.fdsn:
    * More detailed error messages on failing requests (see #1079)
    * Follows redirects for POST requests (see #1143)
  - obspy.imaging:
    * fix some bugs in `obspy-scan` (see #1138)
  - obspy.mseed:
    * Blockette 100 is now only written for Traces that need it. Previously
      it was written or not for all Traces, depending on whether the last
      Trace needed it or not. (see #1069)
    * Fixed a bug that prevented microsecond accuracy for times before 1970
      (see #1102).
    * Updated to libmseed 2.17.
  - obspy.signal:
    * Bug fixed within rotate.rotate2zne(). Additionally it can now also
      perform the inverse rotation (see #1061).
    * Bug fixed in triggering. When using option `max_len_delete` and a trigger
      occurred right before the end of data, one trigger was potentially lost
      (see #1145 for details).
  - obspy.station:
    * Plotting responses across multiple channels is more robust now in
      presence of some strange channels (e.g. with zero sampling rate,
      happens e.g. for state of health channels, see #1115)
    * ObsPy no longer assumes that the StationXML namespace is the default
      namespace (see #1060).
    * Checking if a file is a StationXML file is less rigorous (and much
      faster) now (not checking strict validity against xsd schema but
      only looking for a FDSNStationXML root element, see #1114).
      This means that `read_inventory()` without explicitly specified
      format will correctly detect more files as StationXML that have very
      slight breaches of the schema but still can be interpreted as
      StationXML.
    * fix saving `xcorrPickCorrection()` results to an image file (see #1154)
  - obspy.taup:
    * Calculating arrival times for surface waves now works (see #1055)
    * Calculating arrivals for underside reflections now works (see #1089)
  - obspy.y:
    * correct misspelled name of a Y specific header field (see #1127)
  - obspy.zmap
    * Add support for time values with sub-second precision (see #1093)

(wen)

2016-07-16 04:05:54 UTC MAIN commitmail json YAML

2016-07-16 04:02:13 UTC MAIN commitmail json YAML

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

2016-07-16 03:49:57 UTC MAIN commitmail json YAML

2016-07-16 03:45:19 UTC MAIN commitmail json YAML

2016-07-16 03:36:51 UTC MAIN commitmail json YAML

2016-07-16 03:32:32 UTC MAIN commitmail json YAML

2016-07-16 03:23:51 UTC MAIN commitmail json YAML

2016-07-16 03:08:19 UTC MAIN commitmail json YAML

Updated devel/p5-App-perlbrew to 0.76

(wen)

2016-07-16 03:07:14 UTC MAIN commitmail json YAML

Update to 0.76

Upstream changes:
0.76: # 2016-06-21T23:02:44+0200
- Start supporting cperl installation.
- cperl releases are sourced from: https://github.com/perl11/cperl/releases
- Deal with a regex warning when testing perlbrew with perl-5.25. See RT: https://rt.cpan.org/Ticket/Display.html?id=114871

(wen)

2016-07-16 02:56:36 UTC MAIN commitmail json YAML

Updated databases/p5-Search-QueryParser-SQL to 0.010

(wen)

2016-07-16 02:55:13 UTC MAIN commitmail json YAML

Update to 0.010

Upstream changes:
0.010 28 Feb 2014
- add 'lower' feature to parser

0.009 20 Aug 2013
- switch to github
- fix for RT https://rt.cpan.org/Ticket/Display.html?id=87287 where
  implicit OR applied in dbic() and rdbo() structures when implicit AND
  was more appropriate.

(wen)

2016-07-16 02:51:12 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DBx-Garden to 0.193

(wen)

2016-07-16 02:49:29 UTC MAIN commitmail json YAML

Update to 0.193
Update DEPENDS

Upstream changes:
0.193 10 July 2014
- fix whitespace regression bug introduced in 0.192. Reported
  by Holger Rupprecht via f7c65ec.

0.192 8 July 2014
- support Loader base_classes method in _schema_template().
  Cf. https://rt.cpan.org/Ticket/Display.html?id=97043

0.191 19 June 2014
- remove the DEVELOPMENT RELEASE caveat. after this many years, it is as
  stable as it will ever be.
- mkpath(self->debug) instead of mkpath(1) [ https://rt.cpan.org/Ticket/Display.html?id=96552 ]

0.190 15 May 2014
- switch to File::Slurp::Tiny

(wen)

2016-07-16 02:37:22 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB to 0.778

(wen)

2016-07-16 02:36:32 UTC MAIN commitmail json YAML

Update to 0.778

Upstream changes:
0.778 (06.28.2016) - John Siracusa <siracusa@gmail.com>

    * Added mysql_enable_utf8mb4 attribute. (Patch by Alexander Karelas.)
    * Updated tests for the latest versions of MySQL and DateTime::Format::Pg.

(wen)

2016-07-16 02:27:49 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.082840

(wen)

2016-07-16 02:26:58 UTC MAIN commitmail json YAML

Update to 0.082840

Upstream changes:
0.082840 2016-06-20 07:02 (UTC)
    * New Features
        - When using non-scalars (e.g. arrays) as literal bind values it is no
          longer necessary to explicitly specify a bindtype (this turned out
          to be a mostly useless overprotection)

    * Fixes
        - Ensure leaving an exception stack via Return::MultiLevel or something
          similar produces a large warning
        - Another relatively invasive set of ::FilterColumn changes, covering
          potential data loss (RT#111567). Please run your regression tests!
        - Ensure failing on_connect* / on_disconnect* are dealt with properly,
          notably on_connect* failures now properly abort the entire connect
        - Fix use of ::Schema::Versioned combined with a user-supplied
          $dbh->{HandleError} (GH#101)
        - Fix parsing of DSNs containing driver arguments (GH#99)
        - Fix silencing of exceptions thrown by custom inflate_result() methods
        - Fix complex prefetch when ordering over foreign boolean columns
          ( Pg can't MAX(boolcol) despite being able to ORDER BY boolcol )
        - Fix infinite loop on ->svp_release("nonexistent_savepoint") (GH#97)
        - Fix spurious ROLLBACK statements when a TxnScopeGuard fails a commit
          of a transaction with deferred FK checks: a guard is now inactivated
          immediately before the commit is attempted (RT#107159)
        - Fix the Sybase ASE storage incorrectly attempting to retrieve an
          autoinc value when inserting rows containing blobs (GH#82)
        - Remove spurious exception warping in ::Replicated::execute_reliably
          (RT#113339)
        - Work around unreliable $sth->finish() on INSERT ... RETURNING within
          DBD::Firebird on some compiler/driver combinations (RT#110979)
        - Fix leaktest failures with upcoming version of Sub::Quote
        - Really fix savepoint rollbacks on older DBD::SQLite (fix in 0.082800
          was not sufficient to cover up RT#67843)

    * Misc
        - Test suite is now officially certified to work under very high random
          parallelism: META x_parallel_test_certified set to true accordingly
        - Typo fixes from downstream debian packagers (RT#112007)

(wen)

2016-07-16 01:58:52 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.033000

(wen)

2016-07-16 01:57:15 UTC MAIN commitmail json YAML

Update to 2.033000

Upstream changes:
2.033000  2016-07-03 22:02:03-07:00 America/Los_Angeles
- Add ::Schema::Verifier::ColumnInfo (Thanks Wes Malone!) (Closes GH#67)
- Uninserted rows do not set their storage value anymore
  (Thanks for the report Wes Malone!) (Closes GH#69)

2.032002  2016-05-24 10:00:16-07:00 America/Los_Angeles
- Fix variation in list context when using ::OnColumnMissing
  (Thanks to David Farrell for the bug report!)
  (Closes GH#63)

(wen)

2016-07-16 01:50:32 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-EncodedColumn to 0.00015

(wen)

2016-07-16 01:49:34 UTC MAIN commitmail json YAML

Update to 0.00015

Upstream changes:
0.00015 2016-06-01
        - Build fixes
0.00014 2016-05-31
        - prevent warning in ::Bcrypt when password is undef
        - Allow users to specify the Cipher used when encoding

(wen)

2016-07-16 01:45:06 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Candy to 0.005002

(wen)

2016-07-16 01:43:59 UTC MAIN commitmail json YAML

Update to 0.005002

Upstream changes:
0.005002  2016-04-29 09:20:41-07:00 America/Los_Angeles
  - Fix test issue when run under `prove -lr` (Thanks Peter Rabbitson!)

(wen)

2016-07-16 01:32:51 UTC MAIN commitmail json YAML

2016-07-16 01:17:59 UTC MAIN commitmail json YAML

2016-07-16 00:47:00 UTC MAIN commitmail json YAML

2016-07-16 00:37:45 UTC MAIN commitmail json YAML

2016-07-16 00:23:58 UTC MAIN commitmail json YAML

2016-07-16 00:21:20 UTC MAIN commitmail json YAML

2016-07-16 00:20:27 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:19:02 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:16:41 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:15:31 UTC MAIN commitmail json YAML

2016-07-16 00:13:15 UTC MAIN commitmail json YAML

Switch to openal-soft
Dont try to use libsvn if detected
Dont try to use fltk if detected

(markd)

2016-07-16 00:10:34 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:09:18 UTC MAIN commitmail json YAML

Switch to openal-soft.
Don't try to use libsvn if detected.

(markd)

2016-07-16 00:07:13 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:05:26 UTC MAIN commitmail json YAML

2016-07-16 00:03:36 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:01:58 UTC MAIN commitmail json YAML

Switch to openal-soft

(markd)

2016-07-16 00:00:25 UTC MAIN commitmail json YAML

2016-07-15 23:40:21 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-XBase to 1.07

(wen)

2016-07-15 23:39:35 UTC MAIN commitmail json YAML

Update to 1.07

Upstream changes:
1.07 Tue May  3 19:45:23 CEST 2016
Resolving the xbase_lines regression of 1.06.

(wen)

2016-07-15 23:32:44 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-ODBC to 1.52

(wen)

2016-07-15 23:31:57 UTC MAIN commitmail json YAML

Update to 1.52

Upstream changes:
1.52 2015-04-15

  [MISCELLANEOUS]

  Changes to the test suite to make it run better with Postgres thanks
  to Greg Sabino Mullane.

1.51_4 2015-01-18

  [BUG FIXES]

  Numerous errors in the test suite (with SQLite ODBC driver) mostly down to not
  creating the test table first.

  [MISCELLANEOUS]

  Try and make the test suite run ok for SQLite ODBC driver so I can use it
  in travis-ci.

1.51_3 2015-01-17

  [BUG FIXES]

  RT101579 - using bound input parameters for numeric columns (e.g.,
  SQL_NUMERIC) only works the first time and will quite likey fail
  with "string data, right truncation" on the second and subsequent
  calls to execute. Thanks to Laura Cox for finding.

1.51_2 2014-11-19

  [BUG FIXES]

  The table_info method (ANSI version only) was incorrectly passing
  the table name for the type argument. I think this bug was
  introduced last year.

1.51_1 2014-11-14

  [BUG FIXES]

  RT100186 - handle VARBINARY(MAX) parameters with SQL Server native
  client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
  there are some specific workarounds for MS Native Client ODBC driver.

(wen)

2016-07-15 23:24:21 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-mysql to 4.035

(wen)

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

Update to 4.035

Upstream changes:
2016-07-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035)
*  Add DBI back to configure_requires, fix by miyagawa.

2016-07-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.034)
* Full version, to include all changes since 4.033.

2016-07-04 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_03)
* Check for errors after calling mysql_affected_rows(), by Pali.
  (https://rt.cpan.org/Public/Bug/Display.html?id=75353)
* Fix reference to MySQL manual, chapter Character Set Support, suggested
  by Slaven Rezi� (https://rt.cpan.org/Public/Bug/Display.html?id=114148)
* Improve documentation on current database, suggested by Vladimir Marek.
  (https://rt.cpan.org/Ticket/Display.html?id=112587)

2015-12-18 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_02)
* Compile against libssl by default. This allows to connect against remote
  MySQL servers using SSL. Previously this was only achieved with an explicit
  switch provided to Makefile.PL - if for some reason you can't or don't want
  to link against libssl, you can use the new --nossl switch to Makefile.PL.
* Made tests more robust after CPAN Testers failures.

2015-12-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_01)
* Raise minimum DBI version to 1.609 (from 2009!) in order to make
  tests pass on RHEL5.
* Add explicit documentation for how to enable SSL at build time,
  provided by genio.
* Improve test suite to make it more robust using mixed versions of client and
  server.
* Fix use after free error in my_login, provided by hannob.
* Add explicit instructions stating brackets are required around ipv6-addresses
  in connection strings, provided by Kenny Gryp.

(wen)

2016-07-15 21:00:41 UTC MAIN commitmail json YAML

Remove unneeded patch, jsoncpp comes with pkg-config file nowadays.

(wiz)

2016-07-15 19:59:28 UTC MAIN commitmail json YAML

2016-07-15 19:58:09 UTC MAIN commitmail json YAML

New package, go-dns.

Complete and usable DNS library. All widely used Resource Records are
supported, including the DNSSEC types. It follows a lean and mean philosophy.
If there is stuff you should know as a DNS programmer there isn't a convenience
function for it. Server side and client side programming is supported, i.e. you
can build servers and resolvers with it.

(bsiegert)

2016-07-15 19:53:45 UTC MAIN commitmail json YAML

2016-07-15 19:35:54 UTC MAIN commitmail json YAML

Added go-ratelimit

(bsiegert)

2016-07-15 19:35:02 UTC MAIN commitmail json YAML

2016-07-15 15:14:16 UTC MAIN commitmail json YAML

Updated textproc/jsoncpp to 1.7.4

(wiz)

2016-07-15 15:14:03 UTC MAIN commitmail json YAML

Updated jsoncpp to 1.7.4.

1.7.4

Fix pkg-config

1.7.3

Fix static initialization of null with Myers Singleton. (Thanks @marklakata )
Fix other minor compiler and installation problems and warnings.
Fix amalgamated header.

(wiz)

2016-07-15 14:51:16 UTC MAIN commitmail json YAML

Revise ABI discussion

Substantially revise the ABI 32/64 discussion, separating the
close-in-time changes about the default ABI vs how it is encoded.
Thanks to jperkin for off-list clarifications.

(gdt)

2016-07-15 13:45:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Search-Indexer to 0.78

(mef)

2016-07-15 13:44:42 UTC MAIN commitmail json YAML

Updated textproc/p5-Search-Indexer to 0.78
------------------------------------------
0.78 11.02.2016
  - suppress spurious warnings in Indexer.pm

(mef)

2016-07-15 13:39:44 UTC MAIN commitmail json YAML

Updated misc/khard to 0.9.0nb2

(wiz)

2016-07-15 13:39:33 UTC MAIN commitmail json YAML

Add missing dependency. Bump PKGREVISION.

(wiz)

2016-07-15 13:36:26 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-API2 to 2.028

(mef)

2016-07-15 13:36:08 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-API2 to 2.028
-------------------------------------
2.028    2016-06-08
    - [RT #113290] Fix for reading objects inside an object stream in
      a large PDF (patch by Marco Pessotto).

    - Eliminate an infinite loop when reading a corrupt dictionary.

(mef)

2016-07-15 13:35:22 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zilla to 6.006

(wen)

2016-07-15 13:33:46 UTC MAIN commitmail json YAML

Update to 6.006

Upstream changes:
6.006    2016-07-04 10:56:36-04:00 America/New_York
        - add some documentation to Dist::Zilla::App::Tester (thanks, Alberto
          Simç¹­es!)
        - optimizations to regex munging (thanks, Olivier Mengu矇!)
        - add x_serialization_backend to META.* files (thanks, Karen
          Etheridge!)
        - metadata plugins are called before metadata defaults are built
          (thanks, Karen Etheridge!)
        - don't use ExtraTests plugin, but if you do, its generated test files
          are a bit faster when unused

(wen)

2016-07-15 13:14:29 UTC MAIN commitmail json YAML

Updated textproc/mxml to 2.10

(mef)

2016-07-15 13:14:11 UTC MAIN commitmail json YAML

Updated textproc/mxml to 2.10
-----------------------------
CHANGES IN Mini-XML 2.10    - 2016-06-12
        - The version number in mxml.h was wrong (Bug #532)
        - The mxml.spec file was out of date (Bug #521)
        - Mini-XML no longer allows malformed element names (Bug #509)
        - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when
          MXML_TEXT_CALLBACK was specified (Bug #531)
        - mxmlDelete used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4570)
        - mxmlWrite* used a recursive algorithm which could require large
          amounts of stack space depending on the file (Bug #549, CVE-2016-4571)

(mef)

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

Updated textproc/miller to 4.3.0

(mef)

2016-07-15 13:10:51 UTC MAIN commitmail json YAML

Updated textproc/miller 3.4.0 to 4.3.0
--------------------------------------
From: https://github.com/johnkerl/miller/releases
Summary:
v4.3.0
    Interpolated percentiles, markdown-tabular output format, CSV-quote preservation
v4.2.0
    Multi-emit
v4.1.0
    for/if/while and various features
v4.0.0
    Variables, begin/end blocks, pattern-action blocks
v3.5.0
    New data-rearrangers: nest, shuffle, repeat; misc. features

(mef)

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

Updated devel/p5-Devel-Pragma to 1.1.0

(wen)

2016-07-15 13:05:43 UTC MAIN commitmail json YAML

Update to 1.1.0

Upstream changes:
1.1.0 Fri 1 Jul 14:20:06 2016
    - overhaul ccstash
        - simplify the tests
        - improve the documentation
        - return undef if called outside of a require
    - remove the do FILE tests from hints.t since
      Lexical::SealRequireHints doesn't support it (RT#85101)

1.0.1 Tue 28 Jun 10:09:48 2016
    - META.yml: add the bugtracker link
    - META.yml: fix the version

1.0.0 Tue 28 Jun 09:15:13 2016
    - remove on_require

(wen)

2016-07-15 13:00:07 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.35

(wen)

2016-07-15 12:58:37 UTC MAIN commitmail json YAML

Update to 3.35

Upstream changes:
3.35 - 2016-06-17

    * Fix compilation in bleadperl by removing a bad test.

(wen)

2016-07-15 12:54:05 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dumper to 2.161

(wen)

2016-07-15 12:52:40 UTC MAIN commitmail json YAML

Update to 2.161

Upstream changes:
2.161 (Jul 11 2016)

    Perl 5.12 fix/workaround until fixed PPPort release.

    Pre-5.12 fixes for test dependency.
2.160 (Jul 3 2016)

    Now handles huge inputs on 64bit perls.

    Add Trailingcomma option. This is as suggested in RT#126813.

    Significant refactoring of XS implementation.

    Pure Perl implementation fixes in corner cases ("\n" dumped raw").

(wen)