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

2024-05-13 10:57:38 UTC Now

2017-07-27 18:39:27 UTC MAIN commitmail json YAML

2.0.2:
Marked all symbols as hidden in the manylinux1 wheel to avoid a bug with symbol resolution in certain scenarios.

2.0.1:
Fixed a compilation bug affecting OpenBSD.
Altered the manylinux1 wheels to statically link OpenSSL instead of dynamically linking and bundling the shared object. This should resolve crashes seen when using uwsgi or other binaries that link against OpenSSL independently.
Fixed the stack level for the signer and verifier warnings.

(adam)

2017-07-27 18:36:10 UTC MAIN commitmail json YAML

Revision 0.3.1:
- ASN.1 types __init__(), .clone() and .subtype() signatures
  refactored into keyword arguments to simplify their signatures.
- ASN.1 types initialization refactored to minimize the use of
  relatively expensive isNoValue() call
- Lazily pre-populate list of values of Sequence/Set/Choice types
- NamedTypes comparison made more efficient
- More efficient constraints computation and code clean up
- The __getitem__() implementation of some ASN.1 types & tag object
  refactored for better performance
- BER/CER/DER value encoders refactored to produce either tuple of
  bytes or octet-stream depending on what is more optimal
- Reduced the frequency of expensive isinstance() calls
- Tag-related classes optimized, refactored into properties and
  documented.
- The NamedValues implementation refactored to mimic Python dict, its use
  in ASN.1 types refactored into properties and better documented.
  WARNING: this change introduces a deviation from original API.
- NamedType family of classes overhauled, optimized and documented.
- The `componentType` attribute of constructed ASN.1 types turned
  read-only on instances.
- Sequence/Set DER/CER/DER decoder optimized to skip the case of
  reordered components handling when not necessary.
- Tags and constraints-related getter methods refactored into read-only
  instance attributes.
- The .hasValue() method refactored into .isValue property. All ASN.1
  objects now support them, not just scalars.
- The Real.{isInfinity, isPlusInfinity, isMinusInfinity} methods
  refactored into properties and renamed into IsInf, IsPlusInf and isMinusInf
- The end-of-octets type refactored to ensure it is a singleton. Codecs
  changed to rely on that for better performance.
- Codecs lookup made more efficient at BER/CER/DER decoder main loop by
  assigning `typeId` to every ASN.1 type, not just ambiguous ones.
- The .getComponent*() methods of constructed ASN.1 types changed
  to lazily instantiate underlying type rather than return `None`.
  This should simplify its API as initialization like `X[0][1] = 2` becomes
  possible.
  WARNING: this change introduces a deviation from the original API.
- The .setComponent*() methods of SetOf/SequenceOf types changed not
  to allow uninitialized "holes" inside the sequences of their components.
  They now behave similarly to Python lists.
  WARNING: this change introduces a deviation from the original API.
- Default and optional components en/decoding of Constructed type
  refactored towards better efficiency and more control.
- OctetsString and Any decoder optimized to avoid creating ASN.1
  objects for chunks of substrate. Instead they now join substrate
  chunks together and create ASN.1 object from it just once.
- The GeneralizedTime and UTCTime types now support to/from Python
  datetime object conversion.
- Unit tests added for the `compat` sub-package.
- Fixed BitString named bits initialization bug.
- Fixed non-functional tag cache (when running Python 2) at DER decoder.
- Fixed chunked encoding restriction on DER encoder.
- Fixed SET components ordering at DER encoder.
- Fixed BIT STRING & OCTET STRING encoding to be always non-chunked (e.g.
  primitive) at DER encoder
- Fixed `compat.integer.from_bytes()` behaviour on empty input.

(adam)

2017-07-27 18:33:55 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.7.0, databases/ruby-rrdtool to 1.7.0; Added databases/py-rrdtool version 1.7.0

(adam)

2017-07-27 18:32:06 UTC MAIN commitmail json YAML

Makefile.common is also needed

(adam)

2017-07-27 18:31:20 UTC MAIN commitmail json YAML

RRDtool 1.7.0

Bugfixes
--------
* made rrd_fetch_cb_wrapper in RRDs more careful with its arguments
* many bugfixes to resolve issues identified Coverty scan
* fix build issues with libdbl
* take the ds step into account while caching data in rrd graph DEF statements
* never 'exit' from librrd (even when DEBUG is on)

Features
--------
* new command rrd list to show rrd files in a directory
* configurable log-level for rrdcached
* hungarian translation (hu.po)

API
---
* New Exported funtions: rrd_lcd, rrd_reduce_data, rrd_cf_conf and rrd_list
* rrd_list support for perl and python binding
* all new and much more complete python bindings working on both python 2.6+ and 3.3+
* extended documentation in rrdlib.pod

(adam)

2017-07-27 11:21:37 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 5.4.20nb3

(wiz)

2017-07-27 11:21:26 UTC MAIN commitmail json YAML

c++11 is valid for USE_LANGUAGES.

Bump PKGREVISION.

(wiz)

2017-07-27 11:18:49 UTC MAIN commitmail json YAML

2017-07-27 11:16:10 UTC MAIN commitmail json YAML

2017-07-27 11:14:00 UTC MAIN commitmail json YAML

2017-07-27 11:11:57 UTC MAIN commitmail json YAML

2017-07-27 11:10:20 UTC MAIN commitmail json YAML

2017-07-27 11:07:42 UTC MAIN commitmail json YAML

2017-07-27 11:05:04 UTC MAIN commitmail json YAML

Add more tex packages

(markd)

2017-07-27 11:03:54 UTC MAIN commitmail json YAML

Add tex-{arphic-ttf,baekmuk,ptex-fontmaps}{,-doc}

(markd)

2017-07-27 11:00:38 UTC MAIN commitmail json YAML

2017-07-27 09:02:50 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 1.26

(wen)

2017-07-27 09:01:37 UTC MAIN commitmail json YAML

Update to 1.26

Upstream changes:
Release 1.26 - 24 July 2017
- Untaint $DEVEL_COVER_OPTIONS (Alexey Sokolov) (github 187).
- Add loose_perms option (Todd Rinaldo) (github 185).
- Set EXTENDED_TESTING during cpancover runs.
- Improve version parsing for cpancover (Helmut Wollmersdorfer) (github 124).
- Improve cpancover code and documentation

(wen)

2017-07-27 08:55:22 UTC MAIN commitmail json YAML

Updated print/cups to 2.2.3nb2

(wiz)

2017-07-27 08:54:45 UTC MAIN commitmail json YAML

Match cups: revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.

(wiz)

2017-07-27 08:54:26 UTC MAIN commitmail json YAML

Add proper pidfile support, from Edgar Fuß.

This has not been accepted upstream in various previous tries, but is
deemed useful functionality anyway.

Bump PKGREVISION.

While here, revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.

(wiz)

2017-07-27 08:48:34 UTC MAIN commitmail json YAML

Restore unintentional removal.

(wiz)

2017-07-27 08:48:13 UTC MAIN commitmail json YAML

Honor LDFLAGS, fixes RELRO build.

Fix a pkglint warning while here.

(wiz)

2017-07-27 08:36:39 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.42

(gson)

2017-07-27 08:26:46 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.42.  Changes from 1.41:

VM console input is no longer logged to stdout, to keep it from
appearing twice when echoed by the VM.

Fix VM console output appearing twice in interact mode (again).

Add support for gxemul as a new VMM and NetBSD/pmax as a new guest.
From Utkarsh Anand.

Increase the default test timeout to 24 hours, as the tests now
take much longer to run than before due to a combination of
the addition of new tests and qemu performance regressions.

Added target support for NetBSD/evbarm-earmv7hf, from Utkarsh Anand.
This installs from a pre-built image rather than using sysinst.

When installing from a file: URL or local path, avoid creating
unnecessary copies of the release files.  From Utkarsh Anand.

New command line option --tests for explicitly selecting the the Kyua
test framework instead of ATF, from Utkarsh Anand.

(gson)

2017-07-27 08:25:37 UTC MAIN commitmail json YAML

Removed devel/p5-Test-use-ok

(wen)

2017-07-27 08:19:53 UTC MAIN commitmail json YAML

Remove p5-Test-use-ok

(wen)

2017-07-27 08:18:22 UTC MAIN commitmail json YAML

Remove p5-Test-use-ok since it is in perl base now and no other
ports depends on it.

Reviewed by: wiz@

(wen)

2017-07-27 08:06:46 UTC MAIN commitmail json YAML

Bump PKGREVISION for major version change in readline (happened a while ago,
but revdump was missed).

(sborrill)

2017-07-27 06:16:16 UTC MAIN commitmail json YAML

Regen py-pandas-datareader's distinfo

Whitespace changes only.

(minskim)

2017-07-27 04:58:31 UTC MAIN commitmail json YAML

Set PKG_{USER,GROUP}S_VARS.

(schmonz)

2017-07-27 04:10:30 UTC MAIN commitmail json YAML

Extract user and group default to mk/defaults/mk.conf.

(schmonz)

2017-07-27 04:06:26 UTC MAIN commitmail json YAML

Added sysutils/daemontools-run version 20170727

(schmonz)

2017-07-27 04:05:50 UTC MAIN commitmail json YAML

Add and enable daemontools-run.

(schmonz)

2017-07-27 04:05:16 UTC MAIN commitmail json YAML

2017-07-27 02:20:30 UTC MAIN commitmail json YAML

2017-07-27 02:18:05 UTC MAIN commitmail json YAML

2017-07-27 02:11:52 UTC MAIN commitmail json YAML

2017-07-27 00:22:57 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.945

(wen)

2017-07-27 00:22:10 UTC MAIN commitmail json YAML

Update to 1.945

Upstream changes:
1.945    2017-07-25 14:17:32-04:00 America/New_York
        - fix encode-check.t to pass under legacy Test::Builder

1.944    2017-07-25 12:38:41-04:00 America/New_York
        - non-trial release of header_as_obj changes
        - support for supplying a non-croak encode_check (thanks, Matthew
          Horsfall)

1.943    2017-06-09 19:00:09-04:00 America/New_York (TRIAL RELEASE)
        - add Email::MIME::Header::AddressList and related support code

1.942    2017-03-05 08:15:00-05:00 America/New_York (TRIAL RELEASE)
        - This adds ->header_as_obj to get MIME headers out of the header not
          as strings, but as objects.  The field-to-header mapping can be
          amended with the ->set_class_for_header method.

1.941    2017-03-04 19:12:11-05:00 America/New_York (TRIAL RELEASE)
        - pointless mistake release

(wen)

2017-07-27 00:18:23 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.72

(wen)

2017-07-27 00:16:24 UTC MAIN commitmail json YAML

Update to 1.72
Update DEPENDS
Minor cleanup

Upstream changes:
1.72      2017-07-25
    - Convert the dist to Dist::Zilla for authoring.
    - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
    - Use Test::Needs instead of raw eval in urn-isbn.t

(wen)

2017-07-27 00:12:14 UTC MAIN commitmail json YAML

Updated math/py-pandas-datareader to 0.5.0

(minskim)

2017-07-27 00:11:35 UTC MAIN commitmail json YAML

Update py-pandas-datareader to 0.5.0

Changes:

- Compat with the new Yahoo iCharts API. Yahoo removed the older API,
  this release restores ability to download from Yahoo.
- ``DataReader`` now supports Quandl.
- Removed Oanda as it became subscription only.
- web sessions are closed properly at the end of use
- Handle commas in large price quotes
- Test suite fixes for test_get_options_data
- Test suite fixes for test_wdi_download
- avoid monkey patching requests.Session
- `get_data_yahoo` now treats ``'null'`` strings as missing values

(minskim)

2017-07-26 17:11:16 UTC MAIN commitmail json YAML

Updated devel/py-lockfile to 0.12.2, devel/py-mako to 1.0.7

(adam)

2017-07-26 17:10:15 UTC MAIN commitmail json YAML

1.0.7
[bug] Changed the ���print��� in the mako-render command to sys.stdout.write(), avoiding the extra newline at the end of the template output.

(adam)

2017-07-26 17:02:31 UTC MAIN commitmail json YAML

0.12.2
* Add warning to README.rst

0.12.1
* Remove Python 2.6 classifier
* Remove python 2.6
* Remove two unused variables: fix flake8 F841 warn
* Fix flake8 warnings
* PBR setup requirement only
* Support universal wheels

(adam)

2017-07-26 16:44:17 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 36.2.3, devel/py-requests to 2.18.2

(adam)

2017-07-26 16:43:39 UTC MAIN commitmail json YAML

2.18.2:

Bugfixes
* requests.help no longer fails on Python 2.6 due to the absence of ssl.OPENSSL_VERSION_NUMBER.

Dependencies
* We now support urllib3 v1.22.

(adam)

2017-07-26 16:34:40 UTC MAIN commitmail json YAML

2017-07-26 15:15:46 UTC MAIN commitmail json YAML

Remove py-imaging comment, it now uses py-Pillow.

Noted by adam@

(wiz)

2017-07-26 14:57:33 UTC MAIN commitmail json YAML

+ ming-0.4.8, ruby-redmine-3.4.2.

(taca)

2017-07-26 14:28:07 UTC MAIN commitmail json YAML

py-netifaces now supports python-3.x.

(wiz)

2017-07-26 12:47:35 UTC MAIN commitmail json YAML

2017-07-26 12:43:02 UTC MAIN commitmail json YAML

Make it possible to register more than one reader/writer in collectd-lua.

Not bumping PKGREVISION because the patch affects only one day old
sysutils/collectd-lua package. It's an overkill to bump several
collectd packages.

(alnsn)

2017-07-26 11:19:36 UTC MAIN commitmail json YAML

Updated net/py-netifaces to 0.10.6, textproc/py-webencodings to 0.5.1, www/py-mechanize to 0.3.5, databases/py-apsw to 3.19.3

(adam)

2017-07-26 11:18:30 UTC MAIN commitmail json YAML

3.19.3-r1:
No APSW changes.

Now we're in sync with databases/sqlite3

(adam)

2017-07-26 10:58:52 UTC MAIN commitmail json YAML

0.3.5 release:
* Fix error when trying to open pages that contain HTML entities that
  decode to unicode characters in their <head> sections

(adam)

2017-07-26 10:58:03 UTC MAIN commitmail json YAML

2017-07-26 10:48:52 UTC MAIN commitmail json YAML

2017-07-26 09:41:31 UTC MAIN commitmail json YAML

Changed ocaml.mk to allow for multiple opam .install files

(jaapb)

2017-07-26 09:21:11 UTC MAIN commitmail json YAML

The location of configuration files for sasl library users has moved,
but there are no diagnostics, and all web howtos point to the old
place.

Mention the fact.

(hauke)

2017-07-26 08:34:58 UTC MAIN commitmail json YAML

Added security/py-argon2_cffi version 16.3.0

(adam)

2017-07-26 08:33:51 UTC MAIN commitmail json YAML

2017-07-26 08:25:12 UTC MAIN commitmail json YAML

Updated sysutils/zabbix to 3.2.7

(adam)

2017-07-26 08:24:06 UTC MAIN commitmail json YAML

Changes for 3.2.7:

New features:
* updated Catalan, Chinese (China), English (United States), Japanese, Korean, Polish, Portuguese (Brazil), Ukrainian translations

Bug fixes:
* fixed history page to display values in chronological order
* fixed security vulnerability with execution of the remote commands on server; thanks to MATSUDA Daiki, Ron Waisberg for report
* items use global regexps with multiple subexpressions
* fixed memory leak when using UserParameter with suppressed characters passed in arguments
* fixed collecting value of VMware host memory balloon size
* fixed incorrectly escaped IT Service parent name
* fixed sorting of host interfaces; fixed selection of the default host interface
* fixed update in mass update form when inventory mode is not set explicitly
* fixed missed page number in problems export
* fixed unchecked checkboxes after deleting script, mediatype or proxy
* fixed user's access level to display popup content
* removed link from uneditable template and host names in all configuration sections
* improved LDAP authentication module status check for authentication form
* fixed incorrectly displayed calendar date in maintenance edit form
* fixed trigger wizard expressions sorting as well as wizard crash due incorrect expression removal
* fixed nested host group filter in top 100 triggers, item configuration list and dashboard widgets
* fixed permissions and performance issues with event.get and problem.get methods
* fixed handling of database failure during ID selection
* fixed problem with lost IDs of unlinkable templates
* fixed Oracle batch insert return value
* fixed displaying hints with no content inside
* fixed undefined index error in host import form while importing templates
* fixed cookie vulnerability for tabbed forms
* fixed duplicated error messages in screens section

(adam)

2017-07-26 07:50:45 UTC MAIN commitmail json YAML

+ p5-List-SomeUtils-XS-0.55, p5-Mojolicious-7.37, p5-URI-1.72.

(wiz)

2017-07-26 07:39:19 UTC MAIN commitmail json YAML

+ digikam-5.6, ghc-8.2, qt5-5.9.1, rust-1.19, syncthing-0.14.33,
  wine-2.0.2, wine-devel-2.13.

(wiz)

2017-07-26 02:27:20 UTC MAIN commitmail json YAML

2017-07-26 02:02:23 UTC MAIN commitmail json YAML

2017-07-26 02:01:58 UTC MAIN commitmail json YAML

2017-07-26 00:39:27 UTC MAIN commitmail json YAML

Avoid building catpages.

(schmonz)

2017-07-26 00:36:44 UTC MAIN commitmail json YAML

Correctly avoid building catpages, avoiding the need for nroff.

(schmonz)

2017-07-26 00:29:53 UTC MAIN commitmail json YAML

2017-07-25 22:45:21 UTC MAIN commitmail json YAML

Create the All packages sub directory.
This prevents the bulk build failing on the complition of the first package
because the directory doesn't exist.

(sevan)

2017-07-25 18:32:50 UTC MAIN commitmail json YAML

As with cups-1.5, explicitly depend on security/mit-krb5 since it can attempt
to link to it.

(reinoud)

2017-07-25 18:30:39 UTC MAIN commitmail json YAML

Add dependency to security/mit-krb5 package since it can try to link with it.

(reinoud)

2017-07-25 16:12:56 UTC MAIN commitmail json YAML

Add options to fix up the encoding of commit messages, to put the blobs
in a specific (external) location and to compress the temporary files
with gzip. Blob IDs are hashed and put in subdirectory trees of
configurable depth. Bump revision.

(joerg)

2017-07-25 16:10:53 UTC MAIN commitmail json YAML

2017-07-25 16:09:40 UTC MAIN commitmail json YAML

2017-07-25 14:30:42 UTC MAIN commitmail json YAML

Updated www/termtter to 2.2.8

(jmcneill)

2017-07-25 14:29:42 UTC MAIN commitmail json YAML

Update termtter to 2.2.8.

Sorry, the upstream changelog has not been updated in 4 years and the git
log output mostly refers to pull request numbers.

Mostly bug fixes, including one that improves compatibility with Ruby 2.3.0
(getting rid of "Object#timeout is deprecated, use Timeout.timeout" prints)

(jmcneill)

2017-07-25 13:38:35 UTC MAIN commitmail json YAML

2017-07-25 13:19:00 UTC MAIN commitmail json YAML

Pass relro linker flags.

Fixes RELRO for most binaries, except for libgcc_s.so.

(wiz)

2017-07-25 12:26:17 UTC MAIN commitmail json YAML

Updated math/amath to 1.8.3

(leot)

2017-07-25 12:26:05 UTC MAIN commitmail json YAML

Update math/amath to 1.8.3

Patch provided by Carsten Larsen via PR pkg/52428.

Changes:
v1.8.3 July 21 2017
- Updated help texts and man page.
- Fixed bug in ANSI switch.

(leot)

2017-07-25 11:07:10 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy-utils to 0.32.14, databases/py-sqlalchemy-i18n to 1.0.3

(adam)

2017-07-25 11:05:34 UTC MAIN commitmail json YAML

1.0.3
- Set autoincrement as False for translation class inherited primary keys

1.0.2
- Added ``translations_relationship_args`` configuration option
- Added ``foreign_key_args`` parameter to ``translations_base`` function

(adam)

2017-07-25 11:03:20 UTC MAIN commitmail json YAML

0.32.14
- Fixed drop_database version comparison

0.32.13
- Fixed a DeprecationWarning by using LargeBinary instead of Binary

0.32.12
- Added generic_repr decorator

0.32.11
- TimeZoneType support for static timezones
- Added SQLite support for PasswordType

0.32.10
- Added PhoneNumber as the python_type for PhoneNumberType
- Made auto_delete_orphans support backref tuples

0.32.9
- Added support for multi-column observers

(adam)

2017-07-25 11:00:22 UTC MAIN commitmail json YAML

Remove unused license.

(wiz)

2017-07-25 10:30:41 UTC MAIN commitmail json YAML

Added sysutils/collectd-lua version 5.7.2.

(alnsn)

2017-07-25 10:29:19 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy to 1.1.12

(adam)

2017-07-25 10:29:12 UTC MAIN commitmail json YAML

Add collectd-lua.

(alnsn)

2017-07-25 10:28:08 UTC MAIN commitmail json YAML

SQLAlchemy release 1.1.12 is now available.

This release repairs an issue in the test suite that would prevent the suite from passing on Python version 3.6.2. The release is made at the same time as that of release 1.0.18 and 1.2.0b2. Also included are fixes related to ORM use of JSON NULL values, subquery eager loading, and a stability enhancement involving the identity map when used under high concurrency.

(adam)

2017-07-25 10:15:02 UTC MAIN commitmail json YAML

Updated devel/py-txaio to 2.8.1, databases/py-psycopg2 to 2.7.3

(adam)

2017-07-25 10:14:27 UTC MAIN commitmail json YAML

psycopg 2.7.3
- Restored default :sql:`timestamptz[]` typecasting to Python `!datetime`.
  Regression introduced in Psycopg 2.7.2

(adam)

2017-07-25 10:07:54 UTC MAIN commitmail json YAML

2.8.1
- fix: the asyncio version of sleep() correctly returns a Future instance

(adam)

2017-07-25 08:40:03 UTC MAIN commitmail json YAML

Updated www/php-piwigo to 2.9.1

(manu)

2017-07-25 08:37:20 UTC MAIN commitmail json YAML

2017-07-25 08:25:39 UTC MAIN commitmail json YAML

Updated net/py-celery to 4.1.0, devel/py-setuptools to 36.2.2, sysutils/py-supervisor to 3.3.3, net/py-botocore to 1.5.87, net/py-awscli to 1.11.124

(adam)

2017-07-25 08:24:47 UTC MAIN commitmail json YAML

1.11.124
api-change:ec2: Update ec2 command to latest version
api-change:appstream: Update appstream command to latest version

1.11.123
api-change:emr: Update emr command to latest version

1.11.122
api-change:budgets: Update budgets command to latest version

(adam)

2017-07-25 08:23:11 UTC MAIN commitmail json YAML

1.5.87
api-change:appstream: Update appstream client to latest version
api-change:ec2: Update ec2 client to latest version

1.5.86
api-change:emr: Update emr client to latest version

1.5.85
api-change:budgets: Update budgets client to latest version

(adam)

2017-07-25 08:17:08 UTC MAIN commitmail json YAML

3.3.3:
- Fixed CVE-2017-11610.  A vulnerability was found where an authenticated
  client can send a malicious XML-RPC request to ``supervisord`` that will
  run arbitrary shell commands on the server.  The commands will be run as
  the same user as ``supervisord``.  Depending on how ``supervisord`` has been
  configured, this may be root.  See
  https://github.com/Supervisor/supervisor/issues/964 for details.

(adam)

2017-07-25 08:11:17 UTC MAIN commitmail json YAML

v36.2.2
* Revert commit a3ec721, restoring intended purpose of extras as part of a requirement declaration.

v36.2.1
* fix 1086
* fix 1087
* support extras specifiers in install_requires requirements

(adam)

2017-07-25 07:52:32 UTC MAIN commitmail json YAML

4.1.0

- Configuration: CELERY_SEND_EVENTS instead of CELERYD_SEND_EVENTS for 3.1.x compatibility
- App: Restore behavior so Broadcast queues work.
- Sphinx: Make appstr use standard format
- App: Make id, name always accessible from logging.Formatter via extra
- Worker: Add worker_shutting_down signal
- PyPy: Support PyPy version 5.8.0
- Results: Elasticsearch: Fix serializing keys
- Canvas: Deserialize all tasks in a chain
- Systemd: Recover loglevel for ExecStart in systemd config
- Sphinx: Use the Sphinx add_directive_to_domain API.
- App: Pass properties to before_task_publish signal
- Results: Add SSL option for Redis backends
- Beat: celery.schedule.crontab: fix reduce
- State: Fix celery issues when using flower REST API
- Results: Elasticsearch: Fix serializing document id.
- Beat: Make shallow copy of schedules dictionary
- Beat: Populate heap when periodic tasks are changed
- Task: Allow class methods to define tasks
- Platforms: Always return boolean value when checking if signal is supported.
- Canvas: Avoid duplicating chains in chords
- Canvas: Lookup task only if list has items
- Results: Allow unicode message for exception raised in task
- Python3: Support for Python 3.6
- App: Fix retried tasks with expirations
- * Fixes items format route in docs
- Utils: Fix maybe_make_aware
- Task: Fix task ETA issues when timezone is defined in configuration
- Concurrency: Consumer does not shutdown properly when embedded in gevent application
- Canvas: Fix 3725: Task replaced with group does not complete
- Task: Correct order in chains with replaced tasks
- Result: Enable synchronous execution of sub-tasks
- Task: Fix request context for blocking task apply (added hostname)
- Utils: Fix task argument handling
- Beat: Provide a transparent method to update the Scheduler heap
- Beat: Specify default value for pidfile option of celery beat.
- Results: Elasticsearch: Stop generating a new field every time when a new result is being put
- Results: Elasticsearch now reuses fields when new results are added.
- Results: Fixed MongoDB integration when using binary encodings
- Worker: Making missing ``*args`` and ``kwargs`` in Task protocol 1
return empty value in protocol 2.
- App: Fixed :exc:`TypeError` in AMQP when using deprecated signal
- Beat: Added a transparent method to update the scheduler heap.
- Task: Fixed handling of tasks with keyword arguments on Python 3
- Task: Fixed request context for blocking task apply by adding missing
  hostname attribute.
- Task: Added option to run subtasks synchronously with
  ``disable_sync_subtasks`` argument.
- App: Fixed chaining of replaced tasks.
- Canvas: Fixed bug where replaced tasks with groups were not completing
- Worker: Fixed problem where consumer does not shutdown properly when
  embedded in a gevent application.
- Results: Added support for using AWS DynamoDB as a result backend.
- Testing: Added caching on pip installs.
- Worker: Prevent consuming queue before ready on startup.
- App: Fixed task ETA issues when timezone is defined in configuration
- Utils: ``maybe_make_aware`` should not modify datetime when it is
  already timezone-aware.
- App: Fixed retrying tasks with expirations.
- Results: Allow unicode message for exceptions raised in task
- Canvas: Fixed :exc:`IndexError` raised when chord has an empty header.
- Canvas: Avoid duplicating chains in chords.
- Utils: Allow class methods to define tasks.
- Beat: Populate heap when periodic tasks are changed.
- Results: Added support for Elasticsearch backend options settings.
- Events: Ensure ``Task.as_dict()`` works when not all information about
  task is available.
- Schedules: Fixed pickled crontab schedules to restore properly.
- Results: Added SSL option for redis backends

(adam)

2017-07-24 16:45:39 UTC MAIN commitmail json YAML

Updated devel/py-mando to 0.6.4, devel/py-pbr to 3.1.1, devel/py-radon to 2.0.2

(adam)

2017-07-24 16:44:31 UTC MAIN commitmail json YAML

2.0.1:
- Update mando dependency

2.0.1:
- Fix bug in the error message of Flake8's plugin

2.0.0:
- Add ``--sort`` option to ``mi`` command
- Add comment stats summary when using the ``-s, --summary`` option of the
  ``raw`` command
- Fix encoding bug
- Fix raw metrics (ensure that LOC = SLOC + Multi + Single Comments + Blank)
- Python 2.6 is not supported anymore

(adam)

2017-07-24 16:35:46 UTC MAIN commitmail json YAML

3.1.1
* Restore previous IP binding

3.1.0
* allow user to override the output location of api docs
* fix tests based on API change in Sphinx
* Updated from global requirements
* Add binding option for WSGI server
* Ignore index URL lines in requirements.txt files

(adam)

2017-07-24 16:33:58 UTC MAIN commitmail json YAML

Note update of security/openssh to 7.5.1nb1.

(he)

2017-07-24 16:33:22 UTC MAIN commitmail json YAML

Include 'pam' in the suggested/default list of options on NetBSD.
Add LICENSE setting, near as I can tell "modified-bsd".
Bump PKGREVISION.

(he)

2017-07-24 16:32:12 UTC pkgsrc-2017Q2 commitmail json YAML

2017-07-24 16:30:20 UTC MAIN commitmail json YAML

2017-07-24 16:27:15 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5516 - requested by he
lang/ocaml: build fix for powerpc

Revisions pulled up:
- lang/ocaml/Makefile                                          patch
- lang/ocaml/PLIST.opt                                          patch
- lang/ocaml/distinfo                                          patch
- lang/ocaml/patches/patch-asmrun_signals__osdep.h              patch
- lang/ocaml/patches/patch-testsuite_tests_tool-ocamldoc-man_Makefile patch

-------------------------------------------------------------------

patches reproducing the following commit for the version in pkgsrc-2017Q2:

  Module Name: pkgsrc
  Committed By: he
  Date: Tue Jul 11 17:15:02 UTC 2017

  Modified Files:
  pkgsrc/lang/ocaml: Makefile PLIST.opt distinfo
  pkgsrc/lang/ocaml/patches: patch-configure
  Added Files:
  pkgsrc/lang/ocaml/patches: patch-asmrun_signals__osdep.h

  Log Message:
  Add the required glue to make this work again on NetBSD/powerpc.

  Pkgsrc changes:
  * Add required macros for accessing ucontext for NetBSD/powerpc
  * Omit files from PLIST.opt which are in PLIST.natdynlink.
    So far macppc doesn't do "natdynlink", tests are failing.
  * Adapt Makefile to features enabled on NetBSD/powerpc.
  * Bump PKGREVISION.

  The self-test results are nearly the same as on NetBSD/i386, with one
  test failing, difference is one unexpected failure related to native
  dynlink which I thought I had not enabled, and which obviously needs
  more attention since it tries to reference a Linux linker script.
  ...
  Summary:
    637 tests passed
    13 tests skipped
      1 tests failed
      1 unexpected errors
    652 tests considered

  List of failed tests:
      tests/tool-ocamldoc-man/Inline_records.mli

  List of unexpected errors:
      tests/lib-dynlink-native
  ...

  To generate a diff of this commit:
  cvs rdiff -u -r1.108 -r1.109 pkgsrc/lang/ocaml/Makefile
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/ocaml/PLIST.opt
  cvs rdiff -u -r1.104 -r1.105 pkgsrc/lang/ocaml/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/lang/ocaml/patches/patch-asmrun_signals__osdep.h
  cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/ocaml/patches/patch-configure

(spz)

2017-07-24 14:34:50 UTC MAIN commitmail json YAML

flex: add workaround for netbsd-8 which segfaults during the build

(maya)

2017-07-24 14:19:32 UTC MAIN commitmail json YAML

2017-07-24 14:19:06 UTC MAIN commitmail json YAML

Update flex to 2.6.4.

Upstream news:

* Noteworthy changes in release 2.6.4 (2017-05-06) [stable]

** build

*** The indent target now knows about flex's new (as of 2.6.0)
    layout. The indent rules it would apply are not correct and do
    need to be fixed.

*** The files included in the flex distribution are now built by the
    version of flex that is included in the distribution.

*** The configure script has a better idea of which headers are
    required to build flex. It will also error when missing functions
    are detected.

*** We have lowered the versions of automake and gettext that
    configure.ac lists as required for building flex. In autogen.sh,
    we now check for how to call libtoolize and use what we find in
    the rest of the script.

*** Since files in lib/ are picked up as needed by src/, we no longer
    generate a Makefile for that directory.

*** Flex can be cross compiled.

** documentation

*** Some typos were removed from the manual.

** scanner

*** Some minor performance enhancements.

*** We honor user defined yy_* macros again. We are also more careful
    to not leak macro definitions into header files.

*** A number of portability fixes were introduced so building flex is
    more reliable on more platforms. Additionally, outdated function
    calls were removed.

*** When building the flex executable itself, %# comments from
    flex.skl are removed when generating the C source code array. This
    reduces the size of flex.

** test suite

*** All scripts in the test suite are now run by $(SHELL) and the
    needed portability fixes have been included.

*** Test suite dependencies are handled much better. This only matters
    if you are actively developing flex or its test suite.

*** Tests that depend on platform dependent features now properly skip
    when those platforms are not present.

*** When running "make check", you can now pas V=0 to silence more of
    the build. This is useful when you're less connncerned about the
    details of building and linking the test programs themselves.

(jakllsch)

2017-07-24 13:38:42 UTC MAIN commitmail json YAML

Fix build problem when set PKGSRC_USE_STACK_CHECK to "yes", which reported
by wiz@ via private mail.

The problem exists basic use of auto variable.

(taca)

2017-07-24 13:14:09 UTC MAIN commitmail json YAML

Updated lang/libLLVM to 4.0.1

(maya)

2017-07-24 13:13:39 UTC MAIN commitmail json YAML

libLLVM: update to 4.0.1, a bugfix release.

(maya)

2017-07-24 12:27:33 UTC MAIN commitmail json YAML

2017-07-24 12:26:35 UTC MAIN commitmail json YAML

Add RCS Id. Fix pkglint warning.

(wiz)

2017-07-24 11:38:16 UTC MAIN commitmail json YAML

Updated sysutils/xentools42 to 4.2.5nb23

(maya)

2017-07-24 11:37:50 UTC MAIN commitmail json YAML

xentools{42,45,46,48}: don't force SSP. fixes build.

xentools42: avoid %m in printf, use strerror instead. bump PKGREVISION.
I still can't build it due to other new warnings (it uses -Werror)

(maya)

2017-07-24 10:43:40 UTC MAIN commitmail json YAML

Added devel/ruby-filesize version 0.1.1

(minskim)

2017-07-24 10:42:52 UTC MAIN commitmail json YAML

Add ruby-filesize

(minskim)

2017-07-24 10:41:12 UTC MAIN commitmail json YAML

Import ruby-filesize-0.1.1 as devel/ruby-filesize

filesize is a small class for handling filesizes with both the SI and
binary prefixes, allowing conversion from any size to any other size.

(minskim)

2017-07-24 10:29:25 UTC MAIN commitmail json YAML

Update DESCR to reflect current 9.17 version (belatedly, whoops!).

(leot)

2017-07-24 10:25:02 UTC MAIN commitmail json YAML

Updated devel/py-decorator to 4.1.2, devel/py-hypothesis to 3.14.0

(adam)

2017-07-24 10:23:57 UTC MAIN commitmail json YAML

2017-07-24 10:21:01 UTC MAIN commitmail json YAML

Updated fonts/symbola-ttf to 9.17

(leot)

2017-07-24 10:20:59 UTC MAIN commitmail json YAML

4.1.2:
Made it possible to define decorators converting coroutines into regular
functions

(adam)

2017-07-24 10:16:47 UTC MAIN commitmail json YAML

Update fonts/symbola-ttf to 9.17.

Changes:
Unfortunately no change log is available but it updates available characters to
Unicode 9.0 version.

(leot)

2017-07-24 10:08:15 UTC MAIN commitmail json YAML

2017-07-24 10:07:44 UTC MAIN commitmail json YAML

flex: apply upstream commit to avoid redefining yywrap.
we are still redefining some.

bump pkgrevision

(maya)

2017-07-24 09:40:17 UTC MAIN commitmail json YAML

2017-07-24 09:39:42 UTC MAIN commitmail json YAML

rename cl_fmap's gets to my_gets to allow gets to be overriden by macro,
allows us to force-enable fortify. as far as I can tell this is an opaque
type.

drop workaround for netbsd 1.x

bump pkgrevision

(maya)

2017-07-24 08:53:45 UTC MAIN commitmail json YAML

2017-07-24 08:34:30 UTC MAIN commitmail json YAML

Force disable fortify to fix the build.

artsdsp.c is extremely questionable and won't be possible to build with
fortify.

from gary duzan

(maya)

2017-07-24 08:31:44 UTC MAIN commitmail json YAML

drop old gcc hack for sparc, conflicts with a non-existent package

(maya)

2017-07-24 08:19:08 UTC MAIN commitmail json YAML

Don't bother with a version check for alpha cflags

(maya)

2017-07-24 07:30:07 UTC MAIN commitmail json YAML

fix build without doxygen
bump pkgrevision for removing DEPENDS in favor of BUILD_DEPENDS

(dbj)

2017-07-24 07:23:28 UTC MAIN commitmail json YAML

use BUILTIN_FIND_HEADERS instead of BUILTIN_FIND_FILES
fixes the case where header files aren't in /usr/include (Darwin SDKs)

(dbj)

2017-07-24 03:19:44 UTC MAIN commitmail json YAML

2017-07-24 03:18:54 UTC MAIN commitmail json YAML

update to inform-6.33-6.12.1
(versioned as 6.33.20160609 based on the tarball date)

Version 6.33-6.12.1 (6 June 2016)
=================================

* Inform version is now 6.33, with Inform7-related patches and new features.

* The Inform Library is 6.12.1 with lots of bugfixes and enhancements.

* Package version scheme changed to indicate both compiler and library
  versions included.

* Include files trimmed to those known to be freely redistributable and
  checked to make sure they work.

* DM4 removed due to license incompatibilities.

* Added a manpage.

* Added pblorb.pl and scanblorb.pl utilities for dealing with Blorb files.

Version 6.32.1 (16 July 2012)
=============================

* Inform version is now 6.32, with more patches for use with Inform 7.

* The Inform program is now distributed under the Artistic License 2.0.

* The advent.inf example is now at release 9.

drop nathanw's maintainership by his request
tested by wes fraizer

(maya)

2017-07-23 22:30:17 UTC MAIN commitmail json YAML

Updated security/py-tlslite to 0.4.9

(schmonz)

2017-07-23 22:30:03 UTC MAIN commitmail json YAML

Update to 0.4.9. From the commit log:

- Fix IndexError on junk message (CVE-2015-3220).
- Fix unit-test failure (disable sha256 mac if maxversion < 1.2)
- Merge pull request #98 from davidben/chromium-patches-2
- Fix bug in SRP hashing.
- Merge pull request #106 from tomato42/name-fixes-trevp
- rename description_name
- rename level_name
- rename type_name
- rename cert_types
- rename _server_extensions
- rename _universal_extensions
- rename host_names
- rename server_names
- rename server_type
- rename ext_data
- rename ext_type
- Merge pull request #104 from tomato42/sni-fix
- fix parsing server side server_name extension
- travis.yml: follow redirects, debugging info logging
- Correctly enforce cipher suite version constraints.
- Fix Fault-based test framework.
- Fix client auth for TLS 1.2.
- If ignoreAbrubtClose is set, write failures don't break sessions.
- Fix CertificateRequest initialization.
- Merge pull request #93 from tomato42/gitignore
- ignore coverage html output folder
- Merge pull request #88 from tomato42/handshakesettings-fixes
- promote HandshakeSettings._getCertificateTypes to public
- add check for interdependance of minKeySize and maxKeySize
- unit tests for HandshakeSettings
- promote HandshakeSettings._filter() to public
- adding acknowledgements
- Merge pull request #87 from davidben/chromium-patches-1
- Apply minimal padding.
- Implement FALLBACK_SCSV.
- Fix #! line in httpsserver.sh.
- Fix executable bits on files.
- Merge pull request #86 from tomato42/tests-with-deps-3
- Merge pull request #85 from tomato42/clienthello-tests
- remove BadNextProtos
- test ClientHello.parse with SSLv2 ClientHello
- Fix compatibility issues with pycrypto and gmpy
- fix setting ClientHello.server_name multiple times
- clientHello.supports_npn test
- ClientHello.tack test
- ClientHello.srp_username test
- Merge pull request #84 from tomato42/messages-tests
- test coverage for getExtension and certificate_types
- test coverage for Alert
- Fix test failure on OSX.
- Adding acknowledgements for Mirko.
- Merge pull request #83 from MirkoDziadzka/session-cache
- remove unneeded import
- add tests to reproduce the problem
- fix session cache problem
- Merge pull request #82 from tomato42/test-coverage
- RecordHeader3 test coverage
- test coverage to RecordHeader2
- Trying this coveralls things for test coverage.
- Merge pull request #80 from tomato42/coverage
- add coverage checks to test-dev
- measure coverage in travis-ci
- Merge pull request #78 from tomato42/test-intermediate-10
- add check for code style
- Merge pull request #77 from tomato42/merged-2
- fix all problems with tests
- Merge pull request #68 from tomato42/fix-6568ad9
- fix bug introduced in 6568ad9
- Merge pull request #57 from tomato42/test-intermediate-3
- run tests for every commit in pull request or push [v2]
- make-based tests
- Merge pull request #54 from tomato42/revert-53-test-intermediate
- Revert "More detailed CI"
- Merge pull request #53 from tomato42/test-intermediate
- run tests for every commit in pull request or push
- Merge pull request #51 from tomato42/python26-fix
- add unittest2 import
- Trying travis
- Merge pull request #43 from tomato42/tests-fixes
- Merge pull request #46 from tomato42/cleanup
- don't pollute global namespace with `sieve` temporary variable
- characterisation tests for isPrime
- don't pollute global namespace with `length`
- Merge pull request #45 from tomato42/test-coverage-2
- fix pylint reported formatting issues
- fix missing import in tlslite.extensions
- better test coverage for TACKExtension
- don't use explicit short-circuit in compare
- better test coverage for __eq__ in TLSExtension
- remove duplicate check
- unit tests compatibility with Python2.6
- run self tests using both python2 and python3
- python 2.7.9 compatibility
- change certificate to self signed
- strict is deprecated and removed in 3.4
- deal with unclean socket shutdown
- Merge pull request #40 from tomato42/debugging-aids
- Merge pull request #42 from tomato42/docstring
- fix addExtension docstring
- add __repr__ to ClientHello
- add __str__ to ClientHello
- add __repr__ support to Alert
- add __str__ support to Alert
- add __repr__ to extensions
- add __repr__ to ServerHello
- add __str__ to ServerHello
- add __repr__ to RecordHeader3
- add __str__ handling to RecordHeader3
- Merge pull request #37 from tomato42/server-extensions-4
- Merge pull request #38 from tomato42/parsePEMKey-fixes
- be more precise in naming libraries
- make comment more descriptive in OpenSSL_RSAKey.parse()
- make OpenSSL wrapper handle PKCS#8 files
- characterisation tests for parsePEMKey
- Merge pull request #36 from tomato42/comments
- use extension parsers and serialisers in server hello
- convert server hello to using extensions list
- implement server side version of TACK extension
- fix typo in ClientHello docs
- remove some code duplication in ClientHello
- don't use reserved keyword for name of ServerName type field
- extend note about backwards compatibility for certificate_types
- extend extension handler to ServerHello extensions
- implement server side version of cert type extension
- add tests for cert_type and NPN ServerHello extensions
- Merge branch 'writer-fixes' of git://github.com/tomato42/tlslite-1
  into tomato42-writer-fixes
- Merge pull request #34 from tomato42/new-extensions-3
- raise exception when overflowing integers
- Writer characterisation tests
- rename tlsextension to extensions
- harmonise get_extension method name with other method names
- tests for the new extensions variable
- use array to store ClientHello extensions
- make TLSExtension parse() into a factory function
- implement the ClientHello version of cert_type extension
- implement SRP extension
- implement NextProtocolNegotiation extension
- codec: method to return remaining buffer size
- implement class for ServerNameIndication extension
- add class handling generic TLS Extensions
- Merge pull request #32 from tomato42/client-hello-ext-parser-tests
- add parser tests for extensions in ClientHello
- clean up also in unit_tests directory
- Merge pull request #30 from tomato42/epydoc-fixes
- Merge pull request #31 from tomato42/parser-fixes
- fix getFixBytes boundary checking
- add characterisation tests for Parser
- add graphs to generated documentation
- add docs/ directory to .gitignore
- add test for epydoc to test-dev target
- fix epydoc warnings
- Merge pull request #29 from tomato42/test-suite-2
- ServerHello unit tests
- simple unit tests for ClientHello class (v3)
- remove dead code

(schmonz)

2017-07-23 21:31:37 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.13.3

(adam)

2017-07-23 21:31:09 UTC MAIN commitmail json YAML

Changes with nginx 1.13.3:

*) Security: a specially crafted request might result in an integer
  overflow and incorrect processing of ranges in the range filter,
  potentially resulting in sensitive information leak (CVE-2017-7529).

Changes with nginx 1.13.2:

*) Change: nginx now returns 200 instead of 416 when a range starting
  with 0 is requested from an empty file.

*) Feature: the "add_trailer" directive.

*) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
  appeared in 1.13.0.

*) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.

*) Bugfix: a segmentation fault might occur in a worker process when
  using SSI with many includes and proxy_pass with variables.

*) Bugfix: in the ngx_http_v2_module.

Changes with nginx 1.13.1:

*) Feature: now a hostname can be used as the "set_real_ip_from"
  directive parameter.

*) Feature: vim syntax highlighting scripts improvements.

*) Feature: the "worker_cpu_affinity" directive now works on DragonFly
  BSD.

*) Bugfix: SSL renegotiation on backend connections did not work when
  using OpenSSL before 1.1.0.

*) Workaround: nginx could not be built with Oracle Developer Studio
  12.5.

*) Workaround: now cache manager ignores long locked cache entries when
  cleaning cache based on the "max_size" parameter.

*) Bugfix: client SSL connections were immediately closed if deferred
  accept and the "proxy_protocol" parameter of the "listen" directive
  were used.

*) Bugfix: in the "proxy_cache_background_update" directive.

*) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
  option before an SSL handshake.

(adam)

2017-07-23 21:22:28 UTC MAIN commitmail json YAML

Update distinfo

(adam)

2017-07-23 21:11:59 UTC MAIN commitmail json YAML

Add missing dependencies (PR pkg/52423)

(markd)

2017-07-23 21:09:00 UTC MAIN commitmail json YAML

Updated www/nginx to 1.12.1

(adam)

2017-07-23 21:08:18 UTC MAIN commitmail json YAML

Changes with nginx 1.12.1
*) Security: a specially crafted request might result in an integer
    overflow and incorrect processing of ranges in the range filter,
    potentially resulting in sensitive information leak (CVE-2017-7529).
PkgSrc:
*) Updated external modules
*) Added RTMP module (Media Streaming Server)

(adam)

2017-07-23 21:07:16 UTC MAIN commitmail json YAML

Add kqtquickcharts4

(markd)

2017-07-23 21:05:21 UTC MAIN commitmail json YAML

Add kqtquickcharts4

(markd)

2017-07-23 21:04:15 UTC MAIN commitmail json YAML

2017-07-23 20:38:24 UTC pkgsrc-2017Q2 commitmail json YAML

2017-07-23 20:10:31 UTC MAIN commitmail json YAML

Updated devel/epydoc to 3.0.1

(adam)

2017-07-23 20:10:02 UTC MAIN commitmail json YAML

Changes 3.0.1:
Support for Parsing & Introspection
Docstrings for variables
Graphs & Diagrams
Syntax Highlighted Source Code
Improved Output
Improved Documentation Extraction

(adam)

2017-07-23 20:07:15 UTC MAIN commitmail json YAML

Updated devel/py-test-xdist to 1.18.1

(adam)

2017-07-23 19:52:52 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5519 - requested by taca
graphics/GraphicsMagick: security update

Revisions pulled up:
- graphics/p5-GraphicsMagick/Makefile                          1.31

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Sun Jul  9 20:02:28 UTC 2017

  Modified Files:
  pkgsrc/graphics/GraphicsMagick: Makefile Makefile.common PLIST distinfo
  pkgsrc/graphics/p5-GraphicsMagick: Makefile

  Log Message:
  1.3.26:

  Security Fixes:
  ---------------
  DPX: Fix excessive use of memory (DOS issue) due to file header claiming large image dimensions but insufficient backing data. (CVE-2017-10799).
  JNG: Fix memory leak when reading invalid JNG image (CVE-2017-8350).
  MAT: Fix excessive use of memory (DOS issue) due to continuing processing with insufficient data and claimed large image size. Verify each file extent to make sure that it is within range of file size. (CVE-2017-10800).
  META: Fix heap overflow while parsing 8BIM chunk (CVE-2016-7800).
  PCX: Fix denial of service issue.
  RLE: Fix abnomally slow operation (denial of service issue) with intentionally corrupt colormapped file.
  PICT: Fix possible buffer overflow vulnerability given suitably truncated input file.
  PNG: Enforce spec requirement that the dimensions of the JPEG embedded in a JDAT chunk must match the JHDR dimensions (CVE-2016-9830).
  PNG: Avoid NULL dereference when MAGN chunk processing fails.
  SCT: Fix stack-buffer read overflow (underflow?) while reading SCT header.
  SGI: Fix denial of service issues. Delay large memory allocations until file header has fully passed sanity checks.
  TIFF: Fix out of bounds read when reading CMYKA TIFF which claims to have only 2 samples per pixel (CVE-2017-6335).
  TIFF: Fix out of bounds read when reading RGB TIFF which claims to have only 1 sample per pixel (CVE-2017-10794).
  WPG: Fix heap overflow (CVE-2016-7996). Fix assertion crash (CVE-2016-7997).

  Bug fixes:
  ----------
  DifferenceImage(): Fix Fix all-black difference image if an input file is colormapped.
  EXIF orientation was not being properly detected for some files.
  -frame: The import command -frame handling was improperly implemented and was using already freed data.
  GIF: Fixes for "Excessive LZW string data" problem.
  Magick++: Bug fixes to PathSmoothCurvetoRel::operator() and PathSmoothCurvetoRel::operator().
  PAM: Support writing GRAYSCALE PAM format.
  PNG: Fix memory leaks.
  SVG: Fixed a memory leak. Fixed a possible null pointer dereference.
  TclMagick: Problem that TkMagick could not resolve functions from TclMagick under Linux is fixed.
  TclMagick: Fix parser validatation in magickCmd() to avoid crash given a syntax error.
  TIFF: Fix for reading old JPEG files (avoids "Improper call to JPEG library in state 0. (LibJpeg).").
  TXT: Fixed memory leak.
  XCF: Error checking is improved.

  New Features:
  -------------
  EXIF rotation: Support is added such that the EXIF orientation tag is updated when the image is rotated.
  MAT: Now support reading multiple images from Matlab V4 format.
  Magick++: Orientation method now updates orientation in EXIF profile, if it exists.
  Magick++: Added Image attribute method which accepts a 'char *' argument, and will remove the attribute if the value argument is NULL.
  -orient: The -orient command line option now also updates the orientation in the EXIF profile, if it exists.
  PGX: Support PGX JPEG 2000 format for reading and writing (within the bounds of what JasPer supports).
  Wand API: Added MagickAutoOrientImage(), MagickGetImageOrientation(), MagickSetImageOrientation(), MagickRemoveImageOption(), and MagickClearException().

  To generate a diff of this commit:

  cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/p5-GraphicsMagick/Makefile

(spz)

2017-07-23 19:52:42 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5518 - requested by taca
graphics/GraphicsMagick: security update

Revisions pulled up:
- graphics/GraphicsMagick/Makefile                              1.81
- graphics/GraphicsMagick/Makefile.common                      1.17
- graphics/GraphicsMagick/PLIST                                1.25
- graphics/GraphicsMagick/distinfo                              1.43

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Sun Jul  9 20:02:28 UTC 2017

  Modified Files:
  pkgsrc/graphics/GraphicsMagick: Makefile Makefile.common PLIST distinfo
  pkgsrc/graphics/p5-GraphicsMagick: Makefile

  Log Message:
  1.3.26:

  Security Fixes:
  ---------------
  DPX: Fix excessive use of memory (DOS issue) due to file header claiming large image dimensions but insufficient backing data. (CVE-2017-10799).
  JNG: Fix memory leak when reading invalid JNG image (CVE-2017-8350).
  MAT: Fix excessive use of memory (DOS issue) due to continuing processing with insufficient data and claimed large image size. Verify each file extent to make sure that it is within range of file size. (CVE-2017-10800).
  META: Fix heap overflow while parsing 8BIM chunk (CVE-2016-7800).
  PCX: Fix denial of service issue.
  RLE: Fix abnomally slow operation (denial of service issue) with intentionally corrupt colormapped file.
  PICT: Fix possible buffer overflow vulnerability given suitably truncated input file.
  PNG: Enforce spec requirement that the dimensions of the JPEG embedded in a JDAT chunk must match the JHDR dimensions (CVE-2016-9830).
  PNG: Avoid NULL dereference when MAGN chunk processing fails.
  SCT: Fix stack-buffer read overflow (underflow?) while reading SCT header.
  SGI: Fix denial of service issues. Delay large memory allocations until file header has fully passed sanity checks.
  TIFF: Fix out of bounds read when reading CMYKA TIFF which claims to have only 2 samples per pixel (CVE-2017-6335).
  TIFF: Fix out of bounds read when reading RGB TIFF which claims to have only 1 sample per pixel (CVE-2017-10794).
  WPG: Fix heap overflow (CVE-2016-7996). Fix assertion crash (CVE-2016-7997).

  Bug fixes:
  ----------
  DifferenceImage(): Fix Fix all-black difference image if an input file is colormapped.
  EXIF orientation was not being properly detected for some files.
  -frame: The import command -frame handling was improperly implemented and was using already freed data.
  GIF: Fixes for "Excessive LZW string data" problem.
  Magick++: Bug fixes to PathSmoothCurvetoRel::operator() and PathSmoothCurvetoRel::operator().
  PAM: Support writing GRAYSCALE PAM format.
  PNG: Fix memory leaks.
  SVG: Fixed a memory leak. Fixed a possible null pointer dereference.
  TclMagick: Problem that TkMagick could not resolve functions from TclMagick under Linux is fixed.
  TclMagick: Fix parser validatation in magickCmd() to avoid crash given a syntax error.
  TIFF: Fix for reading old JPEG files (avoids "Improper call to JPEG library in state 0. (LibJpeg).").
  TXT: Fixed memory leak.
  XCF: Error checking is improved.

  New Features:
  -------------
  EXIF rotation: Support is added such that the EXIF orientation tag is updated when the image is rotated.
  MAT: Now support reading multiple images from Matlab V4 format.
  Magick++: Orientation method now updates orientation in EXIF profile, if it exists.
  Magick++: Added Image attribute method which accepts a 'char *' argument, and will remove the attribute if the value argument is NULL.
  -orient: The -orient command line option now also updates the orientation in the EXIF profile, if it exists.
  PGX: Support PGX JPEG 2000 format for reading and writing (within the bounds of what JasPer supports).
  Wand API: Added MagickAutoOrientImage(), MagickGetImageOrientation(), MagickSetImageOrientation(), MagickRemoveImageOption(), and MagickClearException().

  To generate a diff of this commit:
  cvs rdiff -u -r1.80 -r1.81 pkgsrc/graphics/GraphicsMagick/Makefile
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/GraphicsMagick/Makefile.common
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/GraphicsMagick/PLIST
  cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/GraphicsMagick/distinfo

(spz)

2017-07-23 19:41:58 UTC MAIN commitmail json YAML

1.18.1:

Bug Fixes
- Fixed serialization of ``longrepr.sections`` during error reporting from
  workers.
- Fix ``ReprLocal`` not being unserialized breaking --showlocals usages.

(adam)

2017-07-23 19:05:02 UTC MAIN commitmail json YAML

Updated math/py-munkres to 1.0.11, textproc/py-Unidecode to 0.04.21, audio/py-beets to 1.4.5

(adam)

2017-07-23 19:04:10 UTC MAIN commitmail json YAML

1.4.5:

Version 1.4.5 adds some oft-requested features. When you're importing files,
you can now manually set fields on the new music. Date queries have gotten
much more powerful: you can write precise queries down to the second, and we
now have *relative* queries like ``-1w``, which means *one week ago*.

Here are the new features:

* You can now set fields to certain values during :ref:`import-cmd`, using
  either a ``--set field=value`` command-line flag or a new :ref:`set_fields`
  configuration option under the `importer` section.
* :ref:`Date queries <datequery>` can now include times, so you can filter
  your music down to the second.
* :ref:`Date queries <datequery>` can also be *relative*. You can say
  ``added:-1w..`` to match music added in the last week, for example.
* A new :doc:`/plugins/gmusic` lets you interact with your Google Play Music
  library.
* :doc:`/plugins/replaygain`: We now keep R128 data in separate tags from
  classic ReplayGain data for formats that need it (namely, Ogg Opus). A new
  `r128` configuration option enables this behavior for specific formats.
* The :ref:`move-cmd` command gained a new ``--export`` flag, which copies
  files to an external location without changing their paths in the library
  database.

There are also some bug fixes:

* :doc:`/plugins/lastgenre`: Fix a crash when using the `prefer_specific` and
  `canonical` options together.
* :doc:`/plugins/web`: Fix a crash on Windows under Python 2 when serving
  non-ASCII filenames.
* :doc:`/plugins/metasync`: Fix a crash in the Amarok backend when filenames
  contain quotes.
* More informative error messages are displayed when the file format is not
  recognized.

(adam)

2017-07-23 19:02:53 UTC MAIN commitmail json YAML

Removed - from ALTERNATIVES

(adam)

2017-07-23 19:02:25 UTC MAIN commitmail json YAML

fix pkglint warning about RESTRICTED

(nros)

2017-07-23 18:52:03 UTC MAIN commitmail json YAML

unidecode 0.04.21
* Add U+2116 NUMERO SIGN
* Add U+05BE HEBREW PUNCTUATION MAQAF

unidecode 0.04.20:
* Fixed transliteration of circled Latin letters and numbers
* Add square unit symbols.
* Add Latin variants in U+20xx and U+21xx pages.
* Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK.
* Fix U+205F MEDIUM MATHEMATICAL SPACE.
* Add "DIGIT ... COMMA" and "PARANTHESIZED LATIN CAPITAL LETTER"
  in U+1F1xx page.
* Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols.
* Add universal Wheel release

(adam)

2017-07-23 18:47:10 UTC MAIN commitmail json YAML

2017-07-23 18:39:51 UTC MAIN commitmail json YAML

Version 1.0.11:

Docs are now generated with pdoc.

Merged Pull Request 24, from @czlee:

* Change to step 4: When it looks for a uncovered zero, rather than starting at row 0, column 0, it starts where it left off, i.e. at the last uncovered zero it found. Since it doesn't start at (0,0), when it gets to the last column it now loops around to the first, and exits unsuccessfully if it got back to where it started. This change reduces this reduces the solving time for (certain) large matrices. For instance, in tests, solving a matrix of size 394×394 goes from about 2 minutes to about 4 seconds.

* Since Python 3 started cracking down on unnatural comparisons, the DISALLOWED constant added in Pull Request 19 no longer works. (It raises a TypeError for unorderable types, as is expected in Python 3.) Since this constant is meant to act like infinity, this modification just changes the two lines where it would otherwise try to make an illegal (in Python 3) comparison between a number and DISALLOWED_OBJ() and gets it to behave as if DISALLOWED is always larger.
Added Travis CI integration.

Added some unit tests. See tests and tests/README.md.

(adam)

2017-07-23 18:28:41 UTC MAIN commitmail json YAML

Set zstd to RESTRICTED since its examples are not redistributable

(nros)

2017-07-23 18:04:21 UTC MAIN commitmail json YAML

Updated net/haproxy to 1.7.8, databases/py-psycopg2 to 2.7.2

(adam)

2017-07-23 18:04:12 UTC MAIN commitmail json YAML

Updated net/haproxy to 1.7.8, databases/py-psycopg2 to 2.7.2

(adam)

2017-07-23 18:02:15 UTC MAIN commitmail json YAML

What's new in psycopg 2.7.2
- Fixed inconsistent state in externally closed connections
  Was fixed in 2.6.2 but not included in 2.7 by mistake.
- Fixed Python exceptions propagation in green callback
- Don't display the password in `connection.dsn` when the connection
  string is specified as an URI
- Return objects with timezone parsing "infinity" :sql:`timestamptz`
- Dropped dependency on VC9 runtime on Windows binary packages
- Fixed segfault in `~connection.lobject()` when *mode*\=\ `!None`
- Fixed `~connection.lobject()` keyword argument *lobject_factory*
- Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()`
  *keepalive_interval* argument
- Maybe fixed random import error on Python 3.6 in multiprocess
  environment
- Fixed random `!SystemError` upon receiving abort signal
- Accept `~psycopg2.sql.Composable` objects in
  `~psycopg2.extras.ReplicationCursor.start_replication_expert()`
- Parse intervals returned as microseconds from Redshift
- Added `~psycopg2.extras.Json` `!prepare()` method to consider connection
  params when adapting
- `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1.

(adam)

2017-07-23 17:43:33 UTC MAIN commitmail json YAML

Fix for macOS High Sierra

(adam)

2017-07-23 17:33:40 UTC MAIN commitmail json YAML

HAProxy 1.7.8 was released on 2017/07/07. It added 10 new commits after version
1.7.7. It fixes some major issues, a memory leak in the compression code, a
segfault when you dump a map on the CLI while trying to remove an entry and a
bug introduced by a fix in 1.7.5 that causes haproxy to ignore "timeout
http-keep-alive".

(adam)

2017-07-23 17:28:33 UTC MAIN commitmail json YAML

Updated www/py-autobahn to 17.7.1, security/libgcrypt to 1.8.0

(adam)

2017-07-23 17:27:52 UTC MAIN commitmail json YAML

version 1.8.0:

* New interfaces:
  - New cipher mode XTS
  - New hash function Blake-2
  - New function gcry_mpi_point_copy.
  - New function gcry_get_config.
  - GCRYCTL_REINIT_SYSCALL_CLAMP allows to init nPth after Libgcrypt.
  - New gobal configuration file /etc/gcrypt/random.conf.

* Extended interfaces:
  - GCRYCTL_PRINT_CONFIG does now also print build information for
    libgpg-error and the used compiler version.
  - GCRY_CIPHER_MODE_CFB8 is now supported.
  - Add Stribog OIDs.

* Performance:
  - A jitter based entropy collector is now used in addition to the
    other entropy collectors.
  - Optimized gcry_md_hash_buffers for SHA-256 and SHA-512.
  - More ARMv8/AArch32 improvements for AES, GCM, SHA-256, and SHA-1.
  - Add ARMv8/AArch32 assembly implementation for Twofish and
    Camellia.
  - Add bulk processing implementation for ARMv8/AArch32.
  - Improve the DRBG performance and sync the code with the Linux
    version.

* Internal changes:
  - Libgpg-error 1.25 is now required.  This avoids stalling of nPth
    threads due to contention on internal Libgcrypt locks (e.g. the
    random pool lock).
  - The system call clamp of libgpg-error is now used to wrap the
    blocking read of /dev/random.  This allows other nPth threads to
    run while Libgcrypt is gathering entropy.
  - When secure memory is requested by the MPI functions or by
    gcry_xmalloc_secure, they do not anymore lead to a fatal error if
    the secure memory pool is used up.  Instead new pools are
    allocated as needed.  These new pools are not protected against
    being swapped out (mlock can't be used).  However, these days
    this is considered a minor issue and can easily be mitigated by
    using encrypted swap space.

* Bug fixes:
  - Fix AES CTR self-check detected failure in the SSSE3 based
    implementation.
  - Remove gratuitous select before the getrandom syscall.
  - Fix regression in mlock detection.
  - Fix GOST 28147 CryptoPro-B S-box.
  - Fix error code handling of mlock calls.
  - Fix possible timing attack on EdDSA session key.
  - Fix long standing bug in secure memory implementation which could
    lead to a segv on free.
  - Mitigate a flush+reload side-channel attack on RSA secret keys
    dubbed "Sliding right into disaster".

(adam)

2017-07-23 17:25:17 UTC MAIN commitmail json YAML

17.7.1
new: lots of improvements of components API, including asyncio support

(adam)

2017-07-23 17:21:10 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5521 - requested by taca
www/apache24: security update

Revisions pulled up:
- www/apache24/Makefile                                        1.59
- www/apache24/distinfo                                        1.30

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Jul 12 07:01:34 UTC 2017

  Modified Files:
  pkgsrc/www/apache24: Makefile distinfo

  Log Message:
  Changes with Apache 2.4.27

    *) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table'
        global variable when using Lua 5.2 or later. This was exported as a
        side effect from luaL_register, which is no longer supported as of
        Lua 5.2 which deprecates pollution of the global namespace.

    *) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
        The server will continue to run, but HTTP/2 will no longer be negotiated.

    *) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
        default ProxyFCGIBackendType, fixing a regression with PHP-FPM.

    *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.

    *) mod_http2: Simplify ready queue, less memory and better performance. Update
        mod_http2 version to 1.10.7.

    *) Allow single-char field names inadvertently disallowed in 2.4.25.

    *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
        passwd file to a possibly existing passwd file.

    *) core: Avoid duplicate HEAD in Allow header.
        This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.

  To generate a diff of this commit:
  cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/apache24/Makefile
  cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/apache24/distinfo

(spz)

2017-07-23 16:35:18 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5520 - requested by taca
www/apache22: security update

Revisions pulled up:
- www/apache22/Makefile                                        1.113
- www/apache22/distinfo                                        1.67

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Jul 12 07:00:40 UTC 2017

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo

  Log Message:
  Changes with Apache 2.2.34

    *) Allow single-char field names inadvertantly disallowed in 2.2.32.

  Changes with Apache 2.2.33 (not released)

    *) SECURITY: CVE-2017-7668 (cve.mitre.org)
        The HTTP strict parsing changes added in 2.2.32 and 2.4.24 introduced a
        bug in token list parsing, which allows ap_find_token() to search past
        the end of its input string. By maliciously crafting a sequence of
        request headers, an attacker may be able to cause a segmentation fault,
        or to force ap_find_token() to return an incorrect value.

    *) SECURITY: CVE-2017-3169 (cve.mitre.org)
        mod_ssl may dereference a NULL pointer when third-party modules call
        ap_hook_process_connection() during an HTTP request to an HTTPS port.

    *) SECURITY: CVE-2017-3167 (cve.mitre.org)
        Use of the ap_get_basic_auth_pw() by third-party modules outside of the
        authentication phase may lead to authentication requirements being
        bypassed.

    *) SECURITY: CVE-2017-7679 (cve.mitre.org)
        mod_mime can read one byte past the end of a buffer when sending a
        malicious Content-Type response header.

    *) Fix HttpProtocolOptions to inherit from global to VirtualHost scope.

  To generate a diff of this commit:
  cvs rdiff -u -r1.112 -r1.113 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/apache22/distinfo

(spz)

2017-07-23 16:12:05 UTC MAIN commitmail json YAML

Updated audio/libmikmod to 3.3.11.1

(adam)

2017-07-23 16:11:31 UTC MAIN commitmail json YAML

Changes 3.3.11.1:
These are tiny patch releases for the libmikmod3 and libmikmod2 series, which fix Imago Orpheus channel status validation in previous versions.

(adam)

2017-07-23 16:10:42 UTC MAIN commitmail json YAML

Updated audio/faac to 1.29.3, audio/faad2 to 2.8.1

(adam)

2017-07-23 16:09:57 UTC MAIN commitmail json YAML

2.8.1:
- seeking support for MP4 files
2.8.0:
- patches and fixed bugs

(adam)

2017-07-23 16:09:17 UTC MAIN commitmail json YAML

2017-07-23 16:01:14 UTC MAIN commitmail json YAML

2017-07-23 15:56:07 UTC MAIN commitmail json YAML

Updated devel/py-clickclick to 1.2.2, devel/talloc to 2.1.10

(adam)

2017-07-23 15:54:48 UTC MAIN commitmail json YAML

2017-07-23 15:13:06 UTC MAIN commitmail json YAML

2017-07-23 14:42:57 UTC MAIN commitmail json YAML

Added ocaml-ppx_tools_versioned to Makefile SUBDIRs

(jaapb)

2017-07-23 14:42:26 UTC MAIN commitmail json YAML

Added devel/ocaml-ppx_tools_versioned version 5.0.1

(jaapb)

2017-07-23 14:42:08 UTC MAIN commitmail json YAML

2017-07-23 14:38:05 UTC MAIN commitmail json YAML

2017-07-23 14:20:03 UTC MAIN commitmail json YAML

Revert upgrade to 5.2.13 (back to 5.2.12)

While the tarball was made available, upstream views it as not quite
released and asks that it not be packaged yet.

(gdt)

2017-07-23 12:20:55 UTC MAIN commitmail json YAML

Update to 5.2.13

Upstream NEWS (some points summarized):

* Changes from 5.2.12

  1) Critical bugfix

    * Correct mis-defined paper type that collided with standard
      A4 paper.  This resulted in some Canon and PCL printers
      mishandling A4 paper.

  2) Added support for the following Epson inkjet printers:

    EPSON Artisan 1430
    EPSON L210

  3) Improvements to the dye-sublimation driver:

    * Code optimizations in the dye-sublimation driver, resulting
      in a significant (2x-2.7x) boost in performance.

    * Added support for the following thermal printer:

      Mitsubishi P93DW

    * Enhanced support (and bugfixes) for several printers (Canon,
      Fujifilm, Kodak, Mitsubishi)

  4) Improvements to the Gimp plugin

    * Compilation fixes when CUPS is not enabled

    * Fix non-interactive plugin mode

  5) Changes to the Canon driver:

    * Added support for many printer models.

    * Corrected black-only and color-only cartridge support for MP230
      series

    * Improved printer firmware papersize detection when using
      automatic paper source selection (Autofeed), by changing paper
      width from calculated to a constant value for paper sizes known
      to the driver.

    * Added several resolution modes for Pro9500

  6) Added the Datamax-O'Neil H class series of printers.

  7) Added the two Honeywell printers, RP2 (SAV2) and RP4 (SAV4).

(gdt)

2017-07-23 12:20:46 UTC MAIN commitmail json YAML

Adding jbuilder support to ocaml.mk

(jaapb)

2017-07-23 12:13:13 UTC MAIN commitmail json YAML

GITHUB_TAG added (otherwise the distfile location is wrong)

(jaapb)

2017-07-23 09:22:21 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.6.2, MesaLib-17.1.5, afl-2.49b, gnupg-1.4.22,
  go-grpc-1.5.0, harfbuzz-1.4.7, libgcrypt-1.8.0, libmpdclient-2.12,
  mcookie-2.30.1, miller-5.2.2, mosh-1.3.2, p5-List-SomeUtils-0.56,
  p5-List-SomeUtils-XS-0.54, p5-Text-BibTeX-0.81, py-psycopg2-2.7.2,
  talloc-2.1.10, vim-8.0.0753, vim-share-8.0.0753, wireshark-2.2.8,
  x264-devel-20170722.

(wiz)

2017-07-23 07:20:42 UTC MAIN commitmail json YAML

2017-07-23 05:22:38 UTC MAIN commitmail json YAML

Roll a couple bits into the jumbo patch, one from patch-aj, another
mentioned in passing in PR 43091. Bump PKGREVISION again, to 24.

(dholland)