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

2024-05-13 11:37:22 UTC Now

2018-06-19 07:12:54 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-input-mouse to 1.9.3

(wiz)

2018-06-19 07:12:45 UTC MAIN commitmail json YAML

xf86-input-mouse: update to 1.9.3.

Adam Jackson (2):
    Adapt to removal of xf86GetOS
    bsd: Don't try to use SIGIO for input ABI >= 23

Emil Velikov (1):
    autogen.sh: use quoted string variables

Matt Turner (1):
    xf86-input-mouse 1.9.3

Mihail Konev (1):
    autogen: add default patch prefix

Peter Hutterer (1):
    autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-06-19 06:52:53 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.060

(wen)

2018-06-19 06:52:00 UTC MAIN commitmail json YAML

Update to 0.060

Upstream changes:
0.060          2018-06-16      T. R. Wyant
    \N{} now parses as the unknown token, not NoOp, regardless of the
    setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
    in 5.28.0 (5.27.1, actually). The policy when the parse changes is
    to use the most-modern parse. Hence this change.

    As a side effect of this, the unknown token's explain() method now
    returns something -- normally the associated error.

    Add method remove_insignificant(). If the invocant isa Node, this
    returns a clone of the invocant with non-significant elements
    removed. Otherwise it returns either the invocant or nothing.

(wen)

2018-06-19 06:45:37 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.132

(wen)

2018-06-19 06:44:31 UTC MAIN commitmail json YAML

Update to 1.132
Update DEPENDS

Upstream changes:
1.132    Thu May 31 21:48:48 CDT 2018
    [New Features]
    Added the ability to specify a regex to tell what unused private
    subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
    This is handy for Moose classes where there could be many false
    positives on _build_xxxx() subroutines.
    Thanks, Dave Cross.  (GH #811, #812)

    [Dependencies]
    Perl::Critic now no longer relies on the deprecated Email::Address.
    (GH #816)

1.131_02 Tue Feb 20 17:18:03 CST 2018
    [New Features]
    Perl::Critic now assumes that .psgi files are Perl, too.  Thanks, Tom
    Hukins. (GH#805)

    Variables::ProhibitUnusedVariables no longer gives a false positive for
    variables used in interpolation.  Thanks, Omer Gazit. (GH#801)

    [Bug Fixes]
    Added missing requirement for Fatal.pm.

1.131_01 Tue Nov 21 17:28:06 CST 2017
    [New Features]
    In the ProhibitLeadingZeros policy, added an exception for mkfifo.
    Thanks, Evan Zacks. (GH#786)

    Add color support for Windows platforms.  Thanks, Roy Ivy III. (GH#700)

    [Bug Fixes]
    Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
    of opendir/readdir.  This solves endless directory traversals if
    the directories contain circular symbolic references.  Thanks, Tom Wyant.

    [Documentation]
    Added CONTRIBUTING.md.  Thanks, Jonas B. Nielsen.

(wen)

2018-06-19 06:38:50 UTC MAIN commitmail json YAML

Added textproc/p5-PPIx-QuoteLike version 0.005

(wen)

2018-06-19 06:37:21 UTC MAIN commitmail json YAML

Add p5-PPIx-QuoteLike

(wen)

2018-06-19 06:33:38 UTC MAIN commitmail json YAML

Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.

PPIx::QuoteLike parses Perl string literals and things that are reasonably like
string literals. Its real reason for being is to find interpolated variables for
Perl::Critic policies and similar code.

(wen)

2018-06-19 05:02:10 UTC MAIN commitmail json YAML

Disable the flags for PKGSRC_MKPIE when explicitly required

This notably allows emulators/qemu to properly detect support for PIE, and
disable it where appropriate. This does not work with cwrappers yet.

(khorben)

2018-06-19 03:16:10 UTC MAIN commitmail json YAML

Updated devel/p5-Net-Netmask to 1.9103

(wen)

2018-06-19 03:15:02 UTC MAIN commitmail json YAML

Update to 1.9103

Upstream changes:
1.9103 2018-06-18
- Use ASCII-like regex matching (Github #4)
- Convert tests to Test2
- Pass perlcritic tests
- Pass Kwalitee tests
- Add contributor information
- Add protocol() method (just a stub today that will always return
  'IPv4')

1.9102 2018-06-18
- DEV release only
- Contains most changes that made it to 1.9103.

1.9101 2018-06-02

- fix precision issue on long-double platforms (BAYMAX)
- Convert to use Dist::Zilla
- Formatting changes

1.9100 2018-06-02

- DEV release only
- fix precision issue on long-double platforms (BAYMAX)
- Convert to dist.zilla
- Minor formatting changes

(wen)

2018-06-19 03:07:47 UTC MAIN commitmail json YAML

Updated devel/p5-Net-CIDR to 0.19

(wen)

2018-06-19 03:06:48 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19

2018-06-11  Sam Varshavchik  <mrsam@courier-mta.com>

        * Fix cidrvalidate() checking of IPv6 addresses with a 0 word.

2016-02-13  Sam Varshavchik  <mrsam@courier-mta.com>

        * Move test.pl to t/
        Update documentation to use only reserved IP addresses.

(wen)

2018-06-19 03:01:41 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Starter to 1.75

(wen)

2018-06-19 03:00:41 UTC MAIN commitmail json YAML

Update to 1.75

Upstream changes:
1.75    Thu Jun 14 12:53:47 EDT 2018
        * Update additional template URLs for consistency in tests

1.74    Tue Jun 12 18:15:20 EDT 2018
        * GH#66: Update default module template to link to metacpan (Dan Book)
        * GH#67: Update default module template to use HTTPS where appropriate (Chas. J. Owens IV)

(wen)

2018-06-19 02:25:58 UTC MAIN commitmail json YAML

pulseaudio: fix build on FreeBSD11. Include missing headers.

From Santhosh Raju in PR pkg/53381

(maya)

2018-06-19 02:04:05 UTC MAIN commitmail json YAML

mercury: disable non-local gotos on powerpc(32) too

PR pkg/53346: The configure test for use of labels loops on powerpc

(maya)

2018-06-19 01:30:26 UTC MAIN commitmail json YAML

seamonkey: x86-specific PLIST entries.

We include firefox52/mozilla-common.mk so we don't need extra logic.
Somewhat blind commit.

Reported in PR pkg/53379.

(maya)

2018-06-18 20:46:55 UTC MAIN commitmail json YAML

doc: Added archivers/go-xz version 0.5.4

(minskim)

2018-06-18 20:46:50 UTC MAIN commitmail json YAML

archivers/Makefile: Add go-xz

(minskim)

2018-06-18 20:46:47 UTC MAIN commitmail json YAML

archivers/go-xz: Import version 0.5.4

This Go language package supports the reading and writing of xz
compressed streams. It includes also a gxz command for compressing and
decompressing data. The package is completely written in Go and
doesn't have any dependency on any C code.

(minskim)

2018-06-18 18:01:05 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20180618

(leot)

2018-06-18 18:00:52 UTC MAIN commitmail json YAML

youtube-dl: Update net/youtube-dl to 20160618

Changes:
version 2018.06.18

Core
* [downloader/rtmp] Fix downloading in verbose mode (#16736)

Extractors
+ [markiza] Add support for markiza.sk (#16750)
* [wat] Try all supported adaptive URLs
+ [6play] Add support for rtlplay.be and extract hd usp formats
+ [rtbf] Add support for audio and live streams (#9638, #11923)
+ [rtbf] Extract HLS, DASH and all HTTP formats
+ [rtbf] Extract subtitles
+ [rtbf] Fixup specific HTTP URLs (#16101)
+ [expressen] Add support for expressen.se
* [vidzi] Fix extraction (#16678)
* [pbs] Improve extraction (#16623, #16684)
* [bilibili] Restrict cid regular expression (#16638, #16734)

version 2018.06.14

Core
* [downloader/http] Fix retry on error when streaming to stdout (#16699)

Extractors
+ [discoverynetworks] Add support for disco-api videos (#16724)
+ [dailymotion] Add support for password protected videos (#9789)
+ [abc:iview] Add support for livestreams (#12354)
* [abc:iview] Fix extraction (#16704)
+ [crackle] Add support for sonycrackle.com (#16698)
+ [tvnet] Add support for tvnet.gov.vn (#15462)
* [nrk] Update API hosts and try all previously known ones (#16690)
* [wimp] Fix Youtube embeds extraction

version 2018.06.11

Extractors
* [npo] Extend URL regular expression and add support for npostart.nl (#16682)
+ [inc] Add support for another embed schema (#16666)
* [tv4] Fix format extraction (#16650)
+ [nexx] Add support for free cdn (#16538)
+ [pbs] Add another cove id pattern (#15373)
+ [rbmaradio] Add support for 192k format (#16631)

(leot)

2018-06-18 15:08:53 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Report to 1.27

(wen)

2018-06-18 15:06:31 UTC MAIN commitmail json YAML

doc: Updated security/pear-Crypt_GPG to 1.6.3

(taca)

2018-06-18 15:06:10 UTC MAIN commitmail json YAML

security/pear-Crypt_GPG: update to 1.6.3

1.6.3 Release date: 2018-06-04 01:59 UTC

Changelog:

* Exclude tools/ and package.php from a composer archive.
* Make possible to get a list of GnuPG warnings collected on last operation.
* Fix Bug #21242: PHPUnit tests fail sometimes while deleting
  S.gpg-agent.extra.
* Fix mode argument type in docblock.

(taca)

2018-06-18 15:03:46 UTC MAIN commitmail json YAML

Update to 1.27

Upstream changes:
version 1.27:

        Fixes:
        - fix metadata [Mohammad S Anwar]

        Improvements:
        - Dancer2 add custom fatal handlers [Andrew Beverley]

(wen)

2018-06-18 15:02:11 UTC MAIN commitmail json YAML

doc: Updated www/contao45 to 4.5.9

(taca)

2018-06-18 15:01:47 UTC MAIN commitmail json YAML

www/contao45: update to 4.5.9

Contao 4.5.9 is available
2018/06/18 12:15 by Leo Feyer

Contao version 4.5.9 is available. The bugfix release fixes several minor
problems and optimizes the RAM usage when generating XML sitemaps.

(taca)

2018-06-18 15:01:26 UTC MAIN commitmail json YAML

doc: Updated www/contao44 to 4.4.19

(taca)

2018-06-18 15:01:02 UTC MAIN commitmail json YAML

www/contao44: update to 4.4.19

Contao 4.4.19 is available
2018/06/18 09:49 by Leo Feyer

Contao version 4.4.19 is available. The bugfix release fixes several minor
problems and optimizes the RAM usage when generating XML sitemaps.

(taca)

2018-06-18 14:53:57 UTC MAIN commitmail json YAML

Updated devel/p5-List-SomeUtils-XS to 0.58

(wen)

2018-06-18 14:52:53 UTC MAIN commitmail json YAML

Update to 0.58

Upstream changes:
0.58    2018-06-08

- Re-release to fix the generated Makefile.PL. We do not want to try to build
  the XS code with compiler warnings enabled except on Perl 5.24+. There are
  unavoidable warnings with older Perls. If you tried to install this distro
  in an environment where AUTHOR_TESTING was set, these warnings would be
  enabled, along with "-Werror", causing the build to fail
  completely. Reported by Olaf Alders. GH #3.

(wen)

2018-06-18 14:48:03 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-MoreUtils to 0.06

(wen)

2018-06-18 14:47:00 UTC MAIN commitmail json YAML

Update to 0.06

Upstream changes:
0.06    2018-06-08
    - update toolchain for modern perl environments including
      * automated regression test
      * test coverage analyzation
      * pod coverage
    - introducing common code style
    - introduce a bunch of missing functions:
      * slice_without (Thanks to Theo van Hoesel <Th.J.v.Hoesel@THEMA-MEDIA.nl>)
      * slice_missing / slice_missing_map (Thanks to Christoph Zimmermann <christophemzim@web.de>)
      * slice_notdef / slice_notdef_map (Thanks to Christoph Zimmermann <christophemzim@web.de>)
      * slice_true / slice_true_map
      * slice_false / slice_false_map

(wen)

2018-06-18 14:42:06 UTC MAIN commitmail json YAML

Updated devel/p5-Glib-Object-Introspection to 0.045

(wen)

2018-06-18 14:40:27 UTC MAIN commitmail json YAML

Update to 0.045

Upstream changes:
Overview of changes in Glib::Object::Introspection 0.045

* Correctly marshal arrays with length arguments in signal callbacks
* Add some docs about overriding virtual functions

(wen)

2018-06-18 11:18:15 UTC MAIN commitmail json YAML

Updated devel/py-flakes, devel/py-flake8

(adam)

2018-06-18 11:17:54 UTC MAIN commitmail json YAML

2018-06-18 11:17:15 UTC MAIN commitmail json YAML

py-flakes: updated to 2.0.0

2.0.0 (2018-05-20)
- Drop support for EOL Python <2.7 and 3.2-3.3
- Check for unused exception binding in except: block
- Handle string literal type annotations
- Ignore redefinitions of _, unless originally defined by import
- Support __class__ without self in Python 3
- Issue an error for raise NotImplemented(...)

(adam)

2018-06-18 11:00:39 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-ssl to 0.99d

(schmonz)

2018-06-18 11:00:21 UTC MAIN commitmail json YAML

Update to 0.99d. From the changelog:

- Added `correct` pid display in error log.
- Fixed cosmetic bug in sslserver displaying parent and not child pid in log.
  Tx Bruce Guenter.

pkgsrc changes:

- Adjust path to OpenSSL certs
- Install the provided example DH params
- Look for /etc/dnsrewrite under PKG_SYSCONFBASE
- Create a user and group for privilege separation
- Install manpages and more documentation

(schmonz)

2018-06-18 10:59:55 UTC MAIN commitmail json YAML

Provide defaults for UCSPI_SSL_{USER,GROUP}.

(schmonz)

2018-06-18 10:54:52 UTC MAIN commitmail json YAML

Updated www/py-cheroot, www/py-cherrypy

(adam)

2018-06-18 10:54:31 UTC MAIN commitmail json YAML

2018-06-18 10:54:17 UTC MAIN commitmail json YAML

py-cherrypy: updated to 16.0.0

v16.0.0:
* :issue:1688: Removed  basic_auth and digest_auth tools and
  the httpauth module, which have been officially deprecated earlier
  in v14.0.0.
* Removed deprecated properties::
  - cherrypy._cpreqbody.Entity.type deprecated in favor of
    :py:attr:cherrypy._cpreqbody.Entity.content_type
  - cherrypy._cprequest.Request.body_params deprecated in favor of
    py:attr:cherrypy._cprequest.RequestBody.params
* :issue:1377: In _cp_native server, set req.status using bytes.
* :issue:1697: Fixed error on Python 3.7 with AutoReloader when
  __file__ is None.
* :issue:1713: Fix warning emitted during test run.
* :issue:1370: Fail with HTTP 400 for invalid headers.

(adam)

2018-06-18 10:50:32 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-tcp to 0.88nb5

(schmonz)

2018-06-18 10:50:19 UTC MAIN commitmail json YAML

Look for /etc/dnsrewrite under PKG_SYSCONFBASE. Bump PKGREVISION.

(schmonz)

2018-06-18 10:49:25 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.3.2

v6.3.2
Respond with HTTP 400 to malicious Content-Length in request headers.

(adam)

2018-06-18 10:47:38 UTC MAIN commitmail json YAML

Updated archivers/py-zstandard, www/py-websockets

(adam)

2018-06-18 10:46:26 UTC MAIN commitmail json YAML

py-websockets: updated to 5.0.1

5.0.1
Version 5.0 fixes a security issue introduced in version 4.0.

websockets 4.0 was vulnerable to denial of service by memory exhaustion because it didn't enforce max_size when decompressing compressed messages.

Also:
:func:~client.connect() performs HTTP Basic Auth when the URI contains credentials.
Iterating on incoming messages no longer raises an exception when the connection terminates with code 1001 (going away).
A plain HTTP request now receives a 426 Upgrade Required response and doesn't log a stack trace.
:func:~server.unix_serve can be used as an asynchronous context manager on Python ≥ 3.5.1.
Added :meth:~protocol.WebSocketCommonProtocol.closed property.
If a :meth:~protocol.WebSocketCommonProtocol.ping doesn't receive a pong, it's cancelled when the connection is closed.
Reported the cause of :exc:~exceptions.ConnectionClosed exceptions.
Added new examples in the documentation.
Updated documentation with new features from Python 3.6.
Improved several other sections of the documentation.
Fixed missing close code, which caused :exc:TypeError on connection close.
Fixed a race condition in the closing handshake that raised :exc:~exceptions.InvalidState.
Stopped logging stack traces when the TCP connection dies prematurely.
Prevented writing to a closing TCP connection during unclean shutdowns.
Made connection termination more robust to network congestion.
Prevented processing of incoming frames after failing the connection.

(adam)

2018-06-18 10:45:32 UTC MAIN commitmail json YAML

py-zstandard: updated to 0.9.1

0.9.1:
This release contains packaging improvements. No changes to the Python library code were made in this release.

(adam)

2018-06-18 10:45:01 UTC MAIN commitmail json YAML

doc: Updated net/djbdns to 1.05nb13

(schmonz)

2018-06-18 10:44:38 UTC MAIN commitmail json YAML

Look for /etc/dnsrewrite under PKG_SYSCONFBASE. While here, update to
latest IPv6 patch (still conflicting with other default patches, so
commented out). Enable 'djbdns-tinydns64' by default, regardless of
platform. Bump PKGREVISION.

(schmonz)

2018-06-18 09:43:26 UTC MAIN commitmail json YAML

doc: Updated devel/global to 6.6.2nb2

(leot)

2018-06-18 09:43:12 UTC MAIN commitmail json YAML

global: Do not use bundled sqlite3 for `sqlite3' option

global provides a bundled sqlite3 that it is built and used unconditionally.
Adjust configure and libglibc/Makefile.in to avoid building it and instead
use databases/sqlite3.

Bump PKGREVISION

(leot)

2018-06-18 07:51:39 UTC MAIN commitmail json YAML

Updated databases/py-psycopg2, devel/py-deprecation

(adam)

2018-06-18 07:47:40 UTC MAIN commitmail json YAML

2018-06-18 07:46:16 UTC MAIN commitmail json YAML

py-psycopg2: updated to 2.7.5

What's new in psycopg 2.7.5:
- Allow non-ascii chars in namedtuple fields
- Fixed adaptation of arrays of arrays of nulls
- Fixed building on Solaris 11 and derivatives such as SmartOS and illumos
- Maybe fixed building on MSYS2
- Allow string subclasses in connection and other places
- Don't raise an exception closing an unused named cursor
- Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o

(adam)

2018-06-18 07:43:34 UTC MAIN commitmail json YAML

Updated devel/p5-FFI-CheckLib to 0.20

(wen)

2018-06-18 07:42:38 UTC MAIN commitmail json YAML

Update to 0.20

Upstream changes:
0.20      2018-06-04 18:18:09 -0400
  - Add system_path function.

0.19      2018-05-30 21:09:32 -0400
  - Administrative release to note that this dist is moving its
    repository to the Perl5-FFI org on github.com

(wen)

2018-06-18 07:40:02 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Hide to 0.0010

(wen)

2018-06-18 07:39:05 UTC MAIN commitmail json YAML

Update to 0.0010

Upstream changes:
0.0010      2018-06-15 09:12:54-07:00 America/Los_Angeles

  - Makefile.PL: better prereqs declaration
  - typo fix - from dsteinbrunner/patch-1

(wen)

2018-06-18 07:35:37 UTC MAIN commitmail json YAML

Updated devel/p5-CPANPLUS to 0.9176

(wen)

2018-06-18 07:34:31 UTC MAIN commitmail json YAML

Update to 0.9176

Upstream changes:
0.9176      Wed Jun  6 08:38:32 BST 2018

* Fix the no_index issue for bundled directory

(wen)

2018-06-18 07:27:30 UTC MAIN commitmail json YAML

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

(wen)

2018-06-18 07:25:29 UTC MAIN commitmail json YAML

Update to 3.60

Upstream changes:
version 3.60 at 2018-06-06 12:48:04 +0000
-----------------------------------------

  Change: 248af7199e59ead2ba910b9b2741d11356f69e9c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-06 13:48:04 +0000

    Added v5.28.0-RC2

(wen)

2018-06-18 07:15:52 UTC MAIN commitmail json YAML

Updated math/py-numpy, math/py-pandas, net/py-amqp, net/py-kombu, net/py-celery

(adam)

2018-06-18 07:15:17 UTC MAIN commitmail json YAML

py-celery: updated to 4.2.0

4.2.0:
- **Task**: Add ignore_result as task execution option
- **Redis Result Backend**: Do not create PubSub subscriptions when results are ignored
- **Redis Result Backend**: Result consumer always unsubscribes when task state is ready
- **Development/Testing**: Add docker-compose and base Dockerfile for development
- **Documentation/Sphinx**: Teach autodoc to document tasks if undoc-members is not set
- **Documentation/Sphinx**: Put back undoc-members option in sphinx test
- **Documentation/Sphinx**: Sphinx autodoc picks up tasks automatically only if undoc-members is set
- **Task**: Fix shadow_name issue when using previous version Task class
- **Task**: Add support for bound tasks as link_error parameter
- **Deployment**: Add a command line option for setting the Result Backend URL
- **CI**: Enable pip cache in appveyor build
- **Concurrency/Asynpool**: Fix errno property name shadowing.
- **DynamoDB Backend**: Configurable endpoint URL
- **Timezones**: Correctly detect UTC timezone and timezone from settings
- **Control**: Cleanup the mailbox's producer pool after forking
- **Documentation**: Start Celery and Celery Beat on Azure WebJob
- **Celery Beat**: Schedule due tasks on startup, after Beat restart has occurred
- **Worker**: Use absolute time when task is accepted by worker pool
- **Canvas**: Propagate arguments to chains inside groups
- **Canvas**: Fix Task.replace behavior in nested chords
- **Installation**: Pass python_requires argument to setuptools
- **Message Protocol Compatibility**: Handle "hybrid" messages that have moved between Celery versions
- **Canvas**: request on_timeout now ignores soft time limit exception
- **Redis Result Backend**: Integration test to verify PubSub unsubscriptions
- **Message Protocol Properties**: Allow the shadow keyword argument and the shadow_name method to set shadow properly
- **Canvas**: Run chord_unlock on same queue as chord body
- **Canvas**: Support chords with empty header group
- **Timezones**: make astimezone call in localize more safe
- **Canvas**: Fix length-1 and nested chords
- **CI**: Run Openstack Bandit <https://pypi.org/project/bandit/1.0.1/>_ in Travis CI in order to detect security issues.
- **CI**: Run isort <https://github.com/timothycrosley/isort>_ in Travis CI in order to lint Python **import** statements.
- **Canvas**: Resolve TypeError on .get from nested groups
- **CouchDB Backend**: Correct CouchDB key string type for Python 2/3 compatibility
- **Group Result**: Fix current_app fallback in GroupResult.restore()
- **Consul Backend**: Correct key string type for Python 2/3 compatibility
- **Group Result**: Correctly restore an empty GroupResult
- **Result**: Disable synchronous waiting for sub-tasks on eager mode
- **Celery Beat**: Detect timezone or Daylight Saving Time changes
- **Canvas**: Fix append to an empty chain.
- **Task**: Allow shadow to override task name in trace and logging messages.
- **Documentation/Sphinx**: Fix getfullargspec Python 2.x compatibility in contrib/sphinx.py
- **Documentation**: Updated installation instructions for SQS broker
- **Celery Beat**: Better equality comparison for ScheduleEntry instances
- **Task**: Adding 'shadow' property to as_task_v2
- Try to import directly, do not use deprecated imp method
- **Task**: Enable kwargsrepr and argsrepr override for modifying task argument representation
- **Result Backend**: Add Redis Sentinel backend
- Use unique time values for Collections/LimitedSet
- **CI**: Report coverage for all result backends.
- **Django**: Use Django DB max age connection setting
- **Canvas**: Properly take into account chain tasks link_error
- **Canvas**: Allow to create group with single task
- **Canvas**: Copy dictionary parameter in chord.from_dict before modifying
- **Results Backend**: Add Cassandra options
- **Worker**: Apply rate limiting for tasks with ETA
- **Celery Beat**: support scheduler entries without a schedule
- **SQS Broker**: Updated SQS requirements file with correct boto3 version
- Remove unused code from _create_app contextmanager
- **Group Result**: Modify GroupResult.as_tuple() to include parent
- **Beat**: Set default scheduler class in beat command.
- **Worker**: Retry signal receiver after raised exception
- **Task**: Allow custom Request class for tasks
- **Django**: Django fixup should close all cache backends
- **Deployment**: Adds stopasgroup to the supervisor scripts
- Using Exception.args to serialize/deserialize exceptions
- **Timezones**: Correct calculation of application current time with timezone
- **Remote Debugger**: Set the SO_REUSEADDR option on the socket
- **Django**: Celery ignores exceptions raised during django.setup()
- Use heartbeat setting from application configuration for Broker connection
- **Celery Beat**: Fixed exception caused by next_transit receiving an unexpected argument.
- **Task** Introduce exponential backoff with Task auto-retry
- **AsyncResult**: Remove weak-references to bound methods in AsyncResult promises.
- **Development/Testing**: Allow eager application of canvas structures
- **Command Line**: Flush stderr before exiting with error code 1.
- **Task**: Escapes single quotes in kwargsrepr strings.
- **AsyncResult**: Restore ability to join over ResultSet after fixing celery/3818.
- **Redis Results Backend**: Unsubscribe on message success.
  Previously Celery would leak channels, filling the memory of the Redis instance.
- **Task**: Only convert eta to isoformat when it is not already a string.
- **Redis Results Backend**: The result_backend setting now supports rediss:// URIs
- **Canvas** Keyword arguments are passed to tasks in chain as expected.
- **Django** Fix a regression casuing Celery to crash when using Django.
- **Canvas** Chain with one task now runs as expected.
- **Kombu** Celery 4.2 now requires Kombu 4.2 or better.
- GreenletExit is not in __all__ in greenlet.py which can not be imported by Python 3.6.
  The import was adjusted to work on Python 3.6 as well.
- Fixed a regression that occured during the development of Celery 4.2 which caused celery report to crash when Django is installed.
- Matched the behavior of GroupResult.as_tuple() to that of AsyncResult.as_tuple().
  The group's parent is now serialized correctly.
- Use Redis coercion mechanism for converting URI query parameters.
- Fixed the representation of GroupResult.

(adam)

2018-06-18 07:11:11 UTC MAIN commitmail json YAML

py-kombu: updated to 4.2.1

4.2.1:
The 4.2.0 release contained remains of the async module by accident.
This is now fixed.
- Handle librabbitmq fileno raising a ValueError when socket is not connected.

4.2.0:
- Now passing max_retries, interval_start, interval_step,
  interval_max parameters from broker transport_options to
  :meth:~kombu.Connection.ensure_connection when returning
  :meth:~kombu.Connection.default_connection
- Qpid: messages are now durable by default
- Kombu now requires version 2.10.4 or greater of the redis library,
  in line with Celery
- Fixed ImportError in some environments with outdated simplejson
- MongoDB: fixed failure on MongoDB versions with an "-rc" tag
- Ensure periodic polling frequency does not exceed timeout in
  virtual transport
- Fixed string handling when using python-future module
- Replaced "async" with "asynchronous" in preparation for Python 3.7
- Allow removing pool size limit when in use

(adam)

2018-06-18 07:09:38 UTC MAIN commitmail json YAML

py-amqp: updated to 2.3.2

2.3.1
- Fix a regression that occurs when running amqp under Python 2.7.

2.3.2
- Fix a regression that occurs when running amqp under Python 2.7 on OSX.
  TCP_USER_TIMEOUT is not available when running on OSX.
  We now remove it from the set of known TCP options.

(adam)

2018-06-18 07:08:23 UTC MAIN commitmail json YAML

py-pandas: updated to 0.23.1

pandas 0.23.1
This is a minor release from 0.23.0 and includes a number of bug fixes and
performance improvements.

(adam)

2018-06-18 06:47:03 UTC MAIN commitmail json YAML

py-numpy: updated to 1.14.5

NumPy 1.14.5:
This is a bugfix release for bugs reported following the 1.14.4 release. The
most significant fixes are:
* fixes for compilation errors on alpine and NetBSD

(adam)

2018-06-18 02:57:15 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load to 0.25

(wen)

2018-06-18 02:56:13 UTC MAIN commitmail json YAML

Update to 0.25

Upstream changes:
0.25    2018-06-10 20:55:10Z
    - merged required and recommended Data::OptList version prerequisite, to
      work around CPAN.pm bug (RT#123447)

(wen)

2018-06-18 02:53:23 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3400

(wen)

2018-06-18 02:52:12 UTC MAIN commitmail json YAML

Update to 1.3400

Upstream changes:
1.3400    2018-06-15 23:08:34+01:00 Europe/London
Promoting previous trial releases to stable.

1.3205    2018-06-13 22:59:32+01:00 Europe/London (TRIAL RELEASE)
[ENHANCEMENTS]
- require MIME::Types 2.17, as 2.16 has some funny ideas, like responding to a
  ZIP file with 'application/vnd.easykaraoke.cdgdownload'
- Fix YAML-related test failures if YAML::XS not installed
  (GH 1184, PR 1189, bigpresh)

[BUG FIXES]
- Avoid accidental route matches if a previous successful match had left %+
  populated (GH 1187, PR 1188, bigpresh, reported by skington)

1.3204    2018-05-23 14:40:33+01:00 Europe/London (TRIAL RELEASE)
[ENHANCEMENTS]
- Try to use 127.0.0.11 for listen tests, fall back to 127.0.0.1
  on systems that don't have 127/8, e.g. FreeBSD (GH 1183, PR 1185, bigpresh)

1.3203    2018-05-20 20:44:30+01:00 Europe/London (TRIAL RELEASE)
[DOCUMENTATION]
- Add environment var hint to cookbook (PR 1161, castaway)

[ENHANCEMENTS]
- Make it possible to switch out YAML for YAML::XS for config parsing and
  serialisation (there was already an attempt at this in place, and it was
  documented as posisble, but didn't work) (PR 1164, 1nickt)
- New test method response_redirect_like (PR 1159, 1nickt)
- New config option raw_request_body_in_ram, which controls whether the
  raw request body is available via request->body or not.  See Issue #1140
  for the problems the previous approach, of getting it from the temp file
  that HTTP::Body might (or might not) have written it to.
- Validate session IDs read from client - GH #1172 - potential security
  risk if the session provider in use passes the session ID in a way
  where injection is possible.

1.3301 2016-02-16
[BUG FIXES]
- Reverted session ID validation (PR-1155) as it breaks
  Dancer::Session::Cookie (bigpresh)

1.3300 2016-02-15
[BUG FIXES]
- More temp directory handling fixes (Issue #1147)
- Avoid request body truncation in hand-assembled requests in tests (PR
  1148, skington)
- Avoid tests failing when "localhost" doesn't resolve (PR 1142, gbarco)
- Avoid test failures due to race condition in selecting a port to listen
  on by using 127.0.0.10 instead (more of a hacky workaround than a fix,
  but should help (bigpresh)
- Fix YAML session handler under taint mode (chrisjrob)
- Make request->body work again for URL-encoded POST requests - Issue 1140
  reported by miyagawa (bigpresh)
- Validate session IDs read from cookies before passing to session engine,
  to protect against any engine that might feed that value straight to a
  file path for security - Issue 1118 (bigpresh)

[DOCUMENTATION]
- Better doc for forward_for_address (PR 1146, Relequestual)

[ENHANCEMENTS]
- Let Dancer::Test::dancer_response() handle supplying multiple params
  with the same name - Issue 1116 (bigpresh)

(wen)

2018-06-18 02:16:48 UTC MAIN commitmail json YAML

Added www/p5-HTTP-CookieJar version 0.008

(wen)

2018-06-18 02:14:42 UTC MAIN commitmail json YAML

Add p5-HTTP-CookieJar

(wen)

2018-06-18 02:08:56 UTC MAIN commitmail json YAML

Import HTTP-CookieJar-0.008 as www/p5-HTTP-CookieJar.

HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in
conformance with RFC 6265.

Unlike the commonly used HTTP::Cookies module, this module does not require
use of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter
is available as HTTP::CookieJar::LWP.

(wen)

2018-06-17 21:06:34 UTC pkgsrc-2018Q1 commitmail json YAML

pullups #5765 #5766 #5767 #5768
also note pullups done by bsiegert: #5760 #5761 #5762 #5763 #5764 #5769 #5770

(spz)

2018-06-17 20:57:20 UTC pkgsrc-2018Q1 commitmail json YAML

Pullup ticket #5768 - requested by bsiegert
mail/thunderbird: security update

Revisions pulled up:
- mail/thunderbird/Makefile                                    1.210
- mail/thunderbird/distinfo                                    1.200

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  ryoon
  Date:          Fri Jun  1 19:49:40 UTC 2018

  Modified Files:
          pkgsrc/mail/thunderbird: Makefile distinfo

  Log Message:
  Update to 52.8.0

  Changelog:
  #CVE-2018-5183: Backport critical security fixes in Skia
  #CVE-2018-5184: Full plaintext recovery in S/MIME via chosen-ciphertext attack
  #CVE-2018-5154: Use-after-free with SVG animations and clip paths
  #CVE-2018-5155: Use-after-free with SVG animations and text paths
  #CVE-2018-5159: Integer overflow and out-of-bounds write in Skia
  #CVE-2018-5161: Hang via malformed headers
  #CVE-2018-5162: Encrypted mail leaks plaintext through src attribute
  #CVE-2018-5170: Filename spoofing for external attachments
  #CVE-2018-5168: Lightweight themes can be installed without user interaction
  #CVE-2018-5174: Windows Defender SmartScreen UI runs with less secure behavior
    for downloaded files in Windows 10 April 2018 Update
  #CVE-2018-5178: Buffer overflow during UTF-8 to Unicode string conversion
    through legacy extension
  #CVE-2018-5185: Leaking plaintext through HTML forms
  #CVE-2018-5150: Memory safety bugs fixed in Firefox 60, Firefox ESR 52.8,
    and Thunderbird 52.8

  To generate a diff of this commit:
  cvs rdiff -u -r1.209 -r1.210 pkgsrc/mail/thunderbird/Makefile
  cvs rdiff -u -r1.199 -r1.200 pkgsrc/mail/thunderbird/distinfo

(spz)

2018-06-17 20:22:18 UTC pkgsrc-2018Q1 commitmail json YAML

Pullup ticket #5767 - requested by bsiegert
www/firefox52: security update

Revisions pulled up:
- www/firefox52/Makefile                                        1.23
- www/firefox52/distinfo                                        1.14

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  ryoon
  Date:          Fri Jun  1 19:43:40 UTC 2018

  Modified Files:
          pkgsrc/www/firefox52: Makefile distinfo

  Log Message:
  Update to 52.8.0

  Changelog:
      Various security fixes

      Various stability and regression fixes

      Performance improvements to the Safe Browsing service to avoid
        slowdowns while updating site classification data

  Security fixes:
  #CVE-2018-5183: Backport critical security fixes in Skia
  #CVE-2018-5154: Use-after-free with SVG animations and clip paths
  #CVE-2018-5155: Use-after-free with SVG animations and text paths
  #CVE-2018-5157: Same-origin bypass of PDF Viewer to view protected PDF files
  #CVE-2018-5158: Malicious PDF can inject JavaScript into PDF Viewer
  #CVE-2018-5159: Integer overflow and out-of-bounds write in Skia
  #CVE-2018-5168: Lightweight themes can be installed without user interaction
  #CVE-2018-5174: Windows Defender SmartScreen UI runs with less secure behavior
    for downloaded files in Windows 10 April 2018 Update
  #CVE-2018-5178: Buffer overflow during UTF-8 to Unicode string conversion
    through legacy extension
  #CVE-2018-5150: Memory safety bugs fixed in Firefox 60 and Firefox ESR 52.8

  To generate a diff of this commit:
  cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/firefox52/Makefile
  cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/firefox52/distinfo

(spz)

2018-06-17 19:52:33 UTC MAIN commitmail json YAML

doc: Updated lang/gcc7 to 7.3.0nb2

(maya)

2018-06-17 19:50:52 UTC MAIN commitmail json YAML

gcc7: fix many netbsd targets.

add netbsd/arm EABI target. recognise dwarf2 unwinding in the common arm code.

switch convoluted stddef.h logic from relying on include guards having certain
names to only applying for netbsd, which should be the sole remaining user.
(necessary for netbsd/arm, which uses different include guards for ansi.h)

move linux/alpha code out of shared alpha+ELF header.

make all netbsd targets include netbsd-stdint.h.

Fixes PR pkg/52951.

Bump PKGREVISION. bump gcc7-libs PKGREVISION above this one.

(maya)

2018-06-17 19:32:21 UTC MAIN commitmail json YAML

Updated lang/pythonNN; Removed devel/py-spwd

(adam)

2018-06-17 19:31:50 UTC MAIN commitmail json YAML

2018-06-17 19:27:53 UTC MAIN commitmail json YAML

2018-06-17 19:21:22 UTC MAIN commitmail json YAML

2018-06-17 17:13:40 UTC MAIN commitmail json YAML

meta-pkgs/texlive-collection-latexextra: Add tex-fundus-calligra

(minskim)

2018-06-17 17:10:26 UTC MAIN commitmail json YAML

doc: Added print/tex-fundus-calligra-doc version 1.2

(minskim)

2018-06-17 17:10:19 UTC MAIN commitmail json YAML

print/Makefile: Add tex-fundus-calligra-doc

(minskim)

2018-06-17 17:10:15 UTC MAIN commitmail json YAML

2018-06-17 17:09:51 UTC MAIN commitmail json YAML

doc: Added print/tex-fundus-calligra version 1.2

(minskim)

2018-06-17 17:09:46 UTC MAIN commitmail json YAML

print/Makefile: Add tex-fundus-calligra

(minskim)

2018-06-17 17:09:44 UTC MAIN commitmail json YAML

print/tex-fundus-calligra: Import version 1.2

The package offers support for the calligra handwriting font,
in LaTeX documents. The package is part of the fundus bundle.

(minskim)

2018-06-17 16:33:45 UTC MAIN commitmail json YAML

doc: Added sysutils/fluent-bit version 0.13.2

(minskim)

2018-06-17 16:33:38 UTC MAIN commitmail json YAML

sysutils/Makefile: Add fluent-bit

(minskim)

2018-06-17 16:33:36 UTC MAIN commitmail json YAML

sysutils/fluent-bit: Import version 0.13.2

Fluent Bit is a Data Forwarder for Linux, Embedded Linux, OSX and BSD
family operating systems. It's part of the Fluentd Ecosystem. Fluent
Bit allows collection of information from different sources, buffering
and dispatching them to different outputs such as Fluentd,
Elasticsearch, Nats or any HTTP end-point within others. It's fully
supported on x86_64, x86 and ARM architectures.

(minskim)

2018-06-17 14:37:03 UTC MAIN commitmail json YAML

2018-06-17 14:31:14 UTC MAIN commitmail json YAML

doc: updated poppler* to 0.65.0

(wiz)

2018-06-17 14:29:55 UTC MAIN commitmail json YAML

poppler*: update to 0.65.0

Release 0.65.0
        core:
        * SplashOutputDev: Add the invisible character check beginType3Char. Bug #106244
        * XRef: Fix runtime undefined behaviour. Bug #105970
        * Fix issues with malformed documents. Bug #104942, #103238
        * Remove GooHash after replacing it by std::unordered_map
        * Add conversion methods between GooString and std::string.

        cpp:
        * Add newline after error message
        * Expose more image modes, add option to select mode in renderer. Bug #105558

        build system:
        * Fix compilation with libc++
        * Small improvement to FindLIBOPENJPEG2.cmake

        qt5:
        * Add widget annot actions to FormFields

        utils:
        * pdffonts: Minor formatting changes in the man page. Bug #105194

(wiz)

2018-06-17 13:54:49 UTC MAIN commitmail json YAML

doc: Updated www/webkit-gtk to 2.20.3

(wiz)

2018-06-17 13:54:39 UTC MAIN commitmail json YAML

webkit-gtk: update to 2.20.3.

==================
WebKitGTK+  2.20.3
==================

What's new in WebKitGTK+ 2.20.3?

  - Fix installation directory of API documentation.
  - Disable Gigacage if mmap fails to allocate in Linux.
  - Add user agent quirk for paypal website.
  - Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations.
  - Fix a network process crash when trying to get cookies of about:blank page.
  - Fix UI process crash when closing the window under Wayland.
  - Fix several crashes and rendering issues.
  - Security fixes: CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232,
    CVE-2018-4233, CVE-2018-4246, CVE-2018-11646.

(wiz)

2018-06-17 13:48:23 UTC MAIN commitmail json YAML

puzzles: drop maintainership.

(wiz)

2018-06-17 13:48:16 UTC MAIN commitmail json YAML

monsterz: drop maintainership

(wiz)

2018-06-17 12:43:56 UTC pkgsrc-2018Q1 commitmail json YAML

Pullup ticket #5766 - requested by bsiegert
devel/jq: security patch

Revisions pulled up:
- devel/jq/Makefile                                            1.15
- devel/jq/distinfo                                            1.9
- devel/jq/patches/patch-src_jv__print.c                        1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  ginsbach
  Date:          Wed May 30 16:03:48 UTC 2018

  Modified Files:
          pkgsrc/devel/jq: Makefile distinfo
  Added Files:
          pkgsrc/devel/jq/patches: patch-src_jv__print.c

  Log Message:
  CVE-2016-4074 denial-of-service (via upstream)

  Fix present in jq-1.6rc1 (https://github.com/stedolan/jq/commit/83e2cf6).
  The fix prevents 'infinite' recursion preventing stack exhaustion.

  To generate a diff of this commit:
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/jq/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/jq/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/devel/jq/patches/patch-src_jv__print.c

(spz)

2018-06-17 11:46:26 UTC MAIN commitmail json YAML

binwalk: simplify github handling.

Make distfile fetchable. Some cleanups.

(wiz)

2018-06-17 11:40:03 UTC pkgsrc-2018Q1 commitmail json YAML

Pullup ticket #5765 - requested by bsiegert
security/mcrypt: security patches

Revisions pulled up:
- security/mcrypt/Makefile                                      1.27
- security/mcrypt/distinfo                                      1.9
- security/mcrypt/patches/patch-doc_mcrypt.1                    1.1
- security/mcrypt/patches/patch-src_errors.c                    1.1
- security/mcrypt/patches/patch-src_extra.c                    1.1
- security/mcrypt/patches/patch-src_gaaout.c                    1.1
- security/mcrypt/patches/patch-src_mcrypt.c                    1.1
- security/mcrypt/patches/patch-src_mcrypt.gaa                  1.1
- security/mcrypt/patches/patch-src_mcrypt__int.h              1.1
- security/mcrypt/patches/patch-src_rfc2440.c                  1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  ginsbach
  Date:          Wed May 30 14:58:03 UTC 2018

  Modified Files:
          pkgsrc/security/mcrypt: Makefile distinfo
  Added Files:
          pkgsrc/security/mcrypt/patches: patch-doc_mcrypt.1 patch-src_errors.c
              patch-src_extra.c patch-src_gaaout.c patch-src_mcrypt.c
              patch-src_mcrypt.gaa patch-src_mcrypt__int.h patch-src_rfc2440.c

  Log Message:
  Add various patches from (Brew, Debian, Red Hat, SUSE)

  Upstream for mcrypt is effectively dead so incorporate patches from
  other OSS packaging systems.  These patches address the following:

  * CVE-2012-4409 (fix)
  * CVE-2012-4527 (fix)
  * Spelling and grammar fixes for man page
  * Fix potential format-string attacks (no vulnerability Id)
  * Fix potential buffer overflows (no vulnerability Id)
  * Make native format default as in Debian, Red Hat, and SUSE since
    openpgp format handling is seriously broken.
  * Fix ARM build [unclear if this is necessary for non-Linux systems]
  * Correct include file for OSX

  To generate a diff of this commit:
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/mcrypt/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/mcrypt/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/security/mcrypt/patches/patch-doc_mcrypt.1 \
      pkgsrc/security/mcrypt/patches/patch-src_errors.c \
      pkgsrc/security/mcrypt/patches/patch-src_extra.c \
      pkgsrc/security/mcrypt/patches/patch-src_gaaout.c \
      pkgsrc/security/mcrypt/patches/patch-src_mcrypt.c \
      pkgsrc/security/mcrypt/patches/patch-src_mcrypt.gaa \
      pkgsrc/security/mcrypt/patches/patch-src_mcrypt__int.h \
      pkgsrc/security/mcrypt/patches/patch-src_rfc2440.c

(spz)

2018-06-17 11:24:22 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 4.6.1

(wiz)

2018-06-17 11:24:12 UTC MAIN commitmail json YAML

py-mercurial: update to 4.6.1.

Mercurial 4.6.1 (2018-06-06)

This is a regularly-scheduled bugfix release that also contains security fixes.

1.1. Security Fixes

Multiple issues found in mpatch.c with a fuzzer:

    OVE-20180430-0001
    OVE-20180430-0002
    OVE-20180430-0004

With the following fixes:

    mpatch: be more careful about parsing binary patch data (SEC)
    mpatch: protect against underflow in mpatch_apply (SEC)
    mpatch: ensure fragment start isn't past the end of orig (SEC)
    mpatch: fix UB in int overflows in gather() (SEC)
    mpatch: fix UB integer overflows in discard() (SEC)
    mpatch: avoid integer overflow in mpatch_decode (SEC)
    mpatch: avoid integer overflow in combine() (SEC)

No exploits are known at the time, however, it is highly recommended that all users upgrade.

1.2. Bug Fixes

Also included in this release are the following,

    zstandard: pull in bug fixes from upstream 0.9.1 (issue5884)
    bundle2: fix old clients from reading newer format (issue5872)
    bdiff: fix xdiff long/int64 conversion (issue5885)
    push: continue without locking on lock failure other than EEXIST (issue5882)
    lfs: fix crash in command server (issue5902)
    hghave: fix deadlock in test runner
    rebase: fix error when computing obsoletenotrebased (issue5907)
    rebase: prioritize indicating an interrupted rebase over update (issue5838)
    revset: pass in lookup function to matchany() (issue5879)

(wiz)

2018-06-17 09:24:02 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 1.8.1

(wiz)

2018-06-17 09:23:51 UTC MAIN commitmail json YAML

harfbuzz: update to 1.8.1.

Overview of changes leading to 1.8.1
Tuesday, June 12, 2018
====================================
- Fix hb-version.h file generation; last two releases went out with wrong ones.
- Add correctness bug in hb_set_t operations, introduced in 1.7.7.
- Remove HB_SUBSET_BUILTIN build option.  Not necessary.

(wiz)

2018-06-17 09:17:06 UTC MAIN commitmail json YAML

doc: Updated devel/py-gobject3 to 3.28.3

(wiz)

2018-06-17 09:16:56 UTC MAIN commitmail json YAML

doc: Updated devel/py-gobject3-common to 3.28.3

(wiz)

2018-06-17 09:16:40 UTC MAIN commitmail json YAML

py-gobject3*: update to 3.28.3

3.28.3 - 2018-05-31
-------------------

* Fix Gio.Application leak in case no signal handler is set before.
  :issue:`219`
* Squash critical warning when using array as hash value
  (:user:`Philip Withnall <pwithnall>`)

(wiz)

2018-06-17 09:14:10 UTC MAIN commitmail json YAML

doc: Updated time/py-vdirsyncer to 0.16.6

(wiz)

2018-06-17 09:14:01 UTC MAIN commitmail json YAML

py-vdirsyncer: update to 0.16.6.

Version 0.16.6
==============

*released on 13 June 2018*

- **Packagers:** Documentation building no longer needs a working installation
  of vdirsyncer.

Version 0.16.5
==============

*released on 13 June 2018*

- **Packagers:** click-log 0.3 is required.
- All output will now happen on stderr (because of the upgrade of ``click-log``).

(wiz)

2018-06-17 09:13:22 UTC MAIN commitmail json YAML

doc: Updated devel/py-click-log to 0.3.2

(wiz)

2018-06-17 09:13:11 UTC MAIN commitmail json YAML

py-click-log: update to 0.3.2.

Changes not found.

(wiz)

2018-06-17 09:10:41 UTC MAIN commitmail json YAML

doc: Updated sysutils/spice-protocol to 0.12.14

(wiz)

2018-06-17 09:10:32 UTC MAIN commitmail json YAML

spice-protocol: update to 0.12.14.

Major changes in 0.12.14
========================
* add stream-device protocol
* add SPICE_SURFACE_FLAGS_STREAMING_MODE flag
* add e2k (Elbrus 2000) architecture
* add SPICE_MAX_NUM_STREAMS
* add meson support
* add bult-ins byte swapping for Visual C++
* switch to built-ins byte swapping in GCC

(wiz)

2018-06-17 09:08:57 UTC MAIN commitmail json YAML

doc: Updated devel/py-subprocess32 to 3.5.2

(wiz)

2018-06-17 09:08:48 UTC MAIN commitmail json YAML

py-subprocess32: update to 3.5.2.

-----------------
2018-06-07 3.5.2
-----------------
* Explicitly include <signal.h> in _posixsubprocess_helpers.c; it already
  gets configure checked and pulled in via Python's own <Python.h> in many
  circumstances but it is better to be explicit.  #IWYU
  If you were using subprocess32 on a Python interpreter built *without*
  the --with-fpectl configure option enabled, restore_signals is now
  useful rather than a no-op.  I do not know if such builds were common.
* Adds a functional test for restore_signals=True behavior.

(wiz)

2018-06-17 09:08:02 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.27

(wiz)

2018-06-17 09:07:53 UTC MAIN commitmail json YAML

notmuch: update to 0.27.

Notmuch 0.27 (2018-06-13)
=========================

General
-------

Add support for thread:{} queries

  Queries of the form `thread:{foo} and thread:{bar}` match threads
  containing (possibly distinct) messages matching foo and bar. See
  `notmuch-search-terms(7)` for details.

Command Line Interface
----------------------

Add the --full-scan option to `notmuch new`

  This option disables mtime based optimization of scanning for new mail.

Add new --decrypt=stash option for `notmuch show`

  This facilitates a workflow for encrypted messages where message
  cleartext are indexed on first read, but the user's decryption key
  does not have to be available during message receipt.

Documentation
-------------

An initial manual for `notmuch-emacs` is now installed by default (in
`info` format).

Dependencies
------------

As of this release, support for versions of Xapian before 1.4.0 is
deprecated, and may disappear in a future release of notmuch.

(wiz)

2018-06-17 09:03:10 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.8.0

(wiz)

2018-06-17 09:03:01 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.8.0.

2018-06-12  7.0.8-0 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-0, GIT revision 14459:d7c892d5a:20180612.

2018-06-11  7.0.8-0  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).

2018-06-11  7.0.7-39 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-39, GIT revision 14445:cc962acde:20180611.

2018-06-06  7.0.7-39  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).

(wiz)

2018-06-17 08:51:10 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 1.7.3

(wiz)

2018-06-17 08:50:59 UTC MAIN commitmail json YAML

py-google-api-python-client: update to 1.7.3.

v1.7.3
  Version 1.7.3

  Bugfix release

  - Make apiclient.sample_tools gracefully fail to import (#525).

v1.7.2
  Version 1.7.2

  Bugfix release

  - Remove unnecessary check in apiclient/__ini__.py (#522).

(wiz)

2018-06-17 08:50:55 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.0, MesaLib-18.1.2, harfbuzz-1.8.1, notmuch-0.27,
  py-vdirsyncer-0.16.6, qlandkartegt-1.8.1 [pkg/53376],
  spice-protocol-0.12.14, thunderbird-enigmail-2.0.7.

(wiz)

2018-06-17 08:39:52 UTC MAIN commitmail json YAML

doc: Updated security/py-requests-oauthlib to 1.0.0

(wiz)

2018-06-17 08:39:43 UTC MAIN commitmail json YAML

py-requests-oauthlib: update to 1.0.0.

v1.0.0 (4 June 2018)
++++++++++++++++++++

- **Removed support for Python 2.6 and Python 3.3.**
  This project now supports Python 2.7, and Python 3.4 and above.
- Added several examples to the documentation.
- Added plentymarkets compliance fix.
- Added a ``token`` property to OAuth1Session, to match the corresponding
  ``token`` property on OAuth2Session.

(wiz)

2018-06-17 08:38:08 UTC MAIN commitmail json YAML

doc: Updated misc/py-anki2 to 2.0.52

(wiz)

2018-06-17 08:37:59 UTC MAIN commitmail json YAML

py-anki2: update to 2.0.52.

Changes in 2.0.52

Released 2018-05-31.

Fixed a bug that could cause cards in relearning to be scheduled
incorrectly when they窶决e imported into a different collection.

Changes in 2.0.51

Released 2018-03-26.

Windows-only release that works around a toolkit bug that was
causing ping spikes every ten seconds for some Windows users. If
upgrading from a previous version, please uninstall the previous
version prior to installing 2.0.51. Uninstalling will not delete
your user data.

(wiz)

2018-06-17 08:29:20 UTC MAIN commitmail json YAML

doc: Updated net/tor to 0.3.3.7

(wiz)

2018-06-17 08:29:11 UTC MAIN commitmail json YAML

tor: update to 0.3.3.7.

Changes in version 0.3.3.7 - 2018-06-12
  Tor 0.3.3.7 backports several changes from the 0.3.4.x series, including
  fixes for bugs affecting compatibility and stability.

  o Directory authority changes:
    - Add an IPv6 address for the "dannenberg" directory authority.
      Closes ticket 26343.

  o Minor features (geoip):
    - Update geoip and geoip6 to the June 7 2018 Maxmind GeoLite2
      Country database. Closes ticket 26351.

  o Minor bugfixes (compatibility, openssl, backport from 0.3.4.2-alpha):
    - Work around a change in OpenSSL 1.1.1 where return values that
      would previously indicate "no password" now indicate an empty
      password. Without this workaround, Tor instances running with
      OpenSSL 1.1.1 would accept descriptors that other Tor instances
      would reject. Fixes bug 26116; bugfix on 0.2.5.16.

  o Minor bugfixes (compilation, backport from 0.3.4.2-alpha):
    - Silence unused-const-variable warnings in zstd.h with some GCC
      versions. Fixes bug 26272; bugfix on 0.3.1.1-alpha.

  o Minor bugfixes (controller, backport from 0.3.4.2-alpha):
    - Improve accuracy of the BUILDTIMEOUT_SET control port event's
      TIMEOUT_RATE and CLOSE_RATE fields. (We were previously
      miscounting the total number of circuits for these field values.)
      Fixes bug 26121; bugfix on 0.3.3.1-alpha.

  o Minor bugfixes (hardening, backport from 0.3.4.2-alpha):
    - Prevent a possible out-of-bounds smartlist read in
      protover_compute_vote(). Fixes bug 26196; bugfix on 0.2.9.4-alpha.

  o Minor bugfixes (path selection, backport from 0.3.4.1-alpha):
    - Only select relays when they have the descriptors we prefer to use
      for them. This change fixes a bug where we could select a relay
      because it had _some_ descriptor, but reject it later with a
      nonfatal assertion error because it didn't have the exact one we
      wanted. Fixes bugs 25691 and 25692; bugfix on 0.3.3.4-alpha.

(wiz)

2018-06-17 08:25:52 UTC MAIN commitmail json YAML

doc: Updated net/libfilezilla to 0.12.3

(wiz)

2018-06-17 08:25:43 UTC MAIN commitmail json YAML

libfilezilla: update to 0.12.3.

0.12.3 (2018-06-08)

+ Event handlers can now removed themselves while inside a callback
+ Added fz::query_string::pairs()

(wiz)

2018-06-17 08:24:51 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 1.8.0

(wiz)

2018-06-17 08:24:41 UTC MAIN commitmail json YAML

harfbuzz: update to 1.8.0.

Tuesday, June 5, 2018
====================================
- Update to Unicode 11.0.0.

Overview of changes leading to 1.7.7
Tuesday, June 5, 2018
====================================
- Lots of internal changes, but not yet exposed externally.
- All HarfBuzz objects are significantly smaller in size now.
- Sinhala: Position repha on top of post-consonant, not base.
  This better matches Windows 10 behavior, which was changed
  from previous Windows versions.
- New build options:
  o New cpp macro HB_NO_ATEXIT
  o New cpp macro HB_SUBSET_BUILTIN
- Significant libharfbuzz-subset changes. API subject to change.
- New API in libharfbuzz:

+hb_blob_create_from_file()
+hb_face_count()

A hashmap implementation:
+hb-map.h
+HB_MAP_VALUE_INVALID
+hb_map_t
+hb_map_create()
+hb_map_get_empty()
+hb_map_reference()
+hb_map_destroy()
+hb_map_set_user_data()
+hb_map_get_user_data()
+hb_map_allocation_successful()
+hb_map_clear()
+hb_map_is_empty()
+hb_map_get_population()
+hb_map_set()
+hb_map_get()
+hb_map_del()
+hb_map_has()

(wiz)

2018-06-17 08:22:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/mc to 4.8.21

(wiz)

2018-06-17 08:21:58 UTC MAIN commitmail json YAML

mc: update to 4.8.21.

Version 4.8.21

- Core

  * Cancel Chmod/Chown/Advanced chown operation for large group of files when operation is not permitted (#3850)
  * Mouse support in the "Advanced chown" dialog window (#3148)
  * File highlighting by extension is case insensitive by default (#1620)
  * Safe file overwrite (#3913)

- VFS

  * Support zstd compression format (#3906)

- Editor

  * Syntax:
    * Rust support (#3884)
    * JavaScript modules support (#3890)
    * Improve Markdown support (#3893)

- Misc

  * Add JavaScript module support to `filehighlight.ini` (MidnightCommander/mc#132)
  * Add Excel xlsx file format support to `mc.ext.in` (MidnightCommander/mc#135)
  * i18n of argument type names in --help blocks (#3879)
  * Code cleanup: (#3857, #3914)

- Fixes

  * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
  * Garbage in displaying of summary of file sizes for selected files (#3883)
  * "Compute totals" unnecessarily done for moves (#3149, #3908)
  * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH (MidnightCommander/mc#134)
  * mcedit: broken extended key mode (#3897)
  * mcedit doesn't save all opened files (#3898)
  * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
  * extfs: rpm: truncated script content in the viewer (#3865)
  * extfs: rpm helper misses CONFLICTS field (#3789)

(wiz)

2018-06-17 08:19:29 UTC MAIN commitmail json YAML

doc: Updated misc/calibre to 3.26.1

(wiz)

2018-06-17 08:19:19 UTC MAIN commitmail json YAML

calibre: update to 3.26.1.

- version: 3.26.1
  date: 2018-06-15

  new features:
    - title: "Book list: Allow drag and drop of books onto other books to merge the book records."

    - title: "Check Book: External link checker: Also check HTML anchors (the part after the # in the link). Can be turned off via a checkbox at the bottom of the link checker window."

    - title: "Edit Book: Preview panel: Show previews when editing SVG files"

    - title: "Edit book: When downloading external resources, also convert data URLs into files."

    - title: "E-book viewer: When the controls are hidden show the progress in the window title."

    - title: "Library Quick switch menu: Highlight the previously switched from library in bold."

  bug fixes:
    - title: "PDF Input: Fix a regression in 3.24 that caused conversion of PDF to be significantly worse."

    - title: "E-book viewer: Fix very slow loading for HTML files with very many images on Linux."

    - title: "Content server: Fix a regression in 3.14 that removed the separator between books in the detailed list view mode."

    - title: "Edit book: Fix SVG files not being beautified by the Beautify all files tool"

    - title: "Edit book: Fix searching in selected files not searching SVG files"

    - title: "Fix Tweaks help string not being displayed translated"

    - title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."

    - title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"

  improved recipes:
    - Slate
    - New York Times Book Review
    - The Independent UK
    - NYTimes Tech Beat
    - New York Times
    - Cracked.com

  new recipes:
    - title: El Cronista
      author: Darko Miletic

- version: 3.25.0
  date: 2018-06-01

  new features:
    - title: "Kobo driver: Support the new Clara HD"

    - title: "PDF Output: Add an option to use page margins from the input document, specified via @page CSS rules."
      description: "Allows individual HTML files in the input document to have different page margins in the output PDF."

  bug fixes:
    - title: 'Fix option to "show text under buttons only if there is enough space" not working well with the option to use "two lines for the text under the buttons".'

    - title: "Update notification: When both calibre and plugin updates are available and the user updates only the plugins, fix the restart calibre button not working."

    - title: "E-book viewer: Fix printing of comics (cbz/cbr files) not working."

    - title: "EPUB3 Input: Fix Table of Contents not being recognized for some EPUB 3 books that placed their nav document in-side a sub-folder."

  improved recipes:
    - Associated Press

(wiz)

2018-06-17 08:14:33 UTC MAIN commitmail json YAML

doc: Updated x11/xkeyboard-config to 2.24

(wiz)

2018-06-17 08:14:24 UTC MAIN commitmail json YAML

xkeyboard-config: update to 2.24.

2.24 21 commits
Translations updated

(wiz)

2018-06-17 07:47:31 UTC MAIN commitmail json YAML

gnupg2: fix libgpg-error dependency pattern.

Reported by Oskar on pkgsrc-users.

(wiz)

2018-06-17 07:24:24 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 0.14.48

(wiz)

2018-06-17 07:24:15 UTC MAIN commitmail json YAML

syncthing: update to 0.14.48.

Bugfixes:

    #4897: Pausing on introducer removes device on other devices
    #4901: API returns empty response if non-existing files are #included
    #4903: Syncthing recreates the directories for deleted/missing "Folders"
    #4915: .stignore is accidentaly overwritten by web UI on slow machines
    #4918: GUI unresponsive or unusable with many folders or devices
    #4941: "Watching for Changes" dialog undismissable
    #4947: Recent Changes shows empty folder label

Enhancements:

    #4807: Support variable sized blocks
    #4896: Thousand separator for numbers in GUI

Other issues:

    #4909: Custom Windows icon missing in latest release

(wiz)

2018-06-17 06:56:30 UTC MAIN commitmail json YAML

2018-06-17 02:25:56 UTC MAIN commitmail json YAML

doc: Updated devel/go-blackfriday to 1.5.1

(minskim)

2018-06-17 02:25:38 UTC MAIN commitmail json YAML

devel/go-blackfriday: Update to 1.5.1

Changes since 1.4.0:

    Added HTML_SMARTYPANTS_QUOTES_NBSP, which allows having nonbreakable spaces
    inside 束 French guillemets 損 (Issue #378)
    Added EXTENSION_JOIN_LINES, which joins newline-separated lines into a
    single paragraph. Useful for Chinese text.
    Implemented support for CDATA section (Issue #165)
    Fixed links with parentheses (Issue #116)
    Fixed fenced code blocks inside lists (Issue #228)
    Fixed regression, panic in reference links (Issues #172 and #173)
    Fixed adjacent list merging (Issue #235)
    Fixed definition lists that contain other lists (Issue #263)
    Fixed fenced code pre-processing (Issue #279)
    Fixed panic with recursive footnotes (Issue #241)
    Removed rel="footnote", which is no longer valid.

(minskim)

2018-06-17 01:12:15 UTC MAIN commitmail json YAML

doc: Added math/go-units version 0.0.20151021

(minskim)

2018-06-17 01:11:14 UTC MAIN commitmail json YAML

math/Makefile: Add go-units

(minskim)

2018-06-17 01:11:11 UTC MAIN commitmail json YAML

math/go-units: Import version 0.0.20151021

go-units provides helpful unit multipliers and functions in Go. The
goal of this package is to have functionality similar to the time
package.

(minskim)

2018-06-16 22:47:43 UTC MAIN commitmail json YAML

Note update of editors/vim-share

(morr)

2018-06-16 22:46:44 UTC MAIN commitmail json YAML

Update to newest patchset.

Changes:

8.1.0032  BS in prompt buffer starts new line
8.1.0033  keys to stop Vim in terminal are wrong
8.1.0034  cursor not restored with ":edit #"
8.1.0035  not easy to switch between prompt buffer and other windows
8.1.0036  not restoring Insert mode if leaving prompt buffer with mouse
8.1.0037  cannot easily append lines to another buffer
8.1.0038  popup test causes Vim to exit
8.1.0039  cannot easily delete lines in another buffer
8.1.0040  warnings from 64-bit compiler
8.1.0041  attribute "width" missing from python window attribute list
8.1.0042  if omni completion opens a window Insert mode is stopped
8.1.0043  ++bad argument of :edit does not work properly
8.1.0044  if a test function exists Vim this may go unnoticed
8.1.0045  popup test isn't run completely
8.1.0046  loading a session file fails if 'winheight' is big
8.1.0047  no completion for :unlet $VAR
8.1.0048  vim_str2nr() does not handle numbers close to the maximum
8.1.0049  shell cannot tell running in a terminal window
8.1.0050  $VIM_TERMINAL is also set when not in a terminal window
8.1.0051  MS-Windows: missing #endif
8.1.0052  when mapping to &lt;Nop&gt; times out the next mapping is skipped
8.1.0053  first argument of 'completefunc' has inconsistent type
8.1.0054  compiler warning for using %ld for "long long"
8.1.0055  complete test has wrong order of arguments
8.1.0056  crash when using :hardcopy with illegal byte
8.1.0057  popup menu displayed wrong when using autocmd
8.1.0058  display problem with margins and scrolling
8.1.0059  displayed digraph for "ga" wrong with 'encoding' "cp1251"
8.1.0060  crash when autocommands delete the current buffer
8.1.0061  window title is wrong after resetting and setting 'title'

(morr)

2018-06-16 20:33:21 UTC MAIN commitmail json YAML

Correct CONFLICTS entry, thanks wiz@

(bsiegert)

2018-06-16 20:32:07 UTC MAIN commitmail json YAML

py-google-apitools-0.5.23

(bsiegert)

2018-06-16 20:31:13 UTC MAIN commitmail json YAML

2018-06-16 15:24:21 UTC MAIN commitmail json YAML

Updated sysutils/salt, sysutils/salt-docs

(adam)

2018-06-16 15:23:35 UTC MAIN commitmail json YAML

2018-06-16 14:51:50 UTC MAIN commitmail json YAML

py-gcs-oauth2-boto-plugin and py-gsutil updates, PR 52941.

(bsiegert)

2018-06-16 14:50:25 UTC MAIN commitmail json YAML

Update py-gsutil to 4.31.

Fix all dependencies. This time, there is an actual working gsutil binary.
Thus, fix PR pkg/52941.

Release 4.31 (release date: 2018-04-26)
=======================================
New features
------------------
- Added support for reauthentication within gsutil. Note that this only affects
  authentication when "gs_oauth2_refresh_token" is configured under the
  "Credentials" section of the boto config file and that token corresponds to a
  user account enrolled in 2-step verification.

Bug Fixes
------------------
- When creating a signed URL via the "signurl" command, gsutil now verifies that
  the specified expiration isn't longer than 7 days (the maximum allowed by the
  service).
- To support rewriting objects to be encrypted using a bucket's default KMS key,
  the "rewrite" command now rewrites all specified objects if no value is
  specified for "encryption_key" under the "GSUtil" section in the boto config
  file.

Other Changes
------------------
- Several documentation updates and clarifications.

Release 4.30 (release date: 2018-03-28)
=======================================
New features
------------------
- Added Cloud KMS support for Google Cloud Storage resources, allowing the use
  of customer-managed encryption keys (CMEKs). Bucket-related functionality
  includes the new "kms" command, which can be used to get or set a bucket's
  default KMS key. Concerning objects, users may now specify the CMEK to be used
  for encryption via their boto config file, in the "encryption_key" attribute.
  In this way, users may specify either a CSEK or a CMEK to encrypt new objects,
  but not both. For more information, see "gsutil help encryption".

Other Changes
------------------
- Several documentation updates and clarifications.

Release 4.29 (release date: 2018-03-14)
=======================================
New features
------------------
- Added transport compression support, available through the "-j" and "-J"
  options for the "cp", "mv", and "rsync" commands. This is useful when
  uploading files with highly-compressible content. When specificed, files being
  uploaded are compressed on-the-fly in memory, sent to GCS, and uncompressed by
  GCS before they are stored. See "gsutil help cp" for additional information.
- When "use_magicfile=True" is set in the boto config file, gsutil will now
  append the detected charset, if present, to the object's Content-Type metadata
  field. For example, a Content-Type might be populated with
  "text/html; charset=us-ascii" rather than simply "text/html".

Bug Fixes
------------------
- Improved error handling and logging for upload resumption.
- After encountering a PreconditionException, the "acl ch" command will now
  re-fetch the object generation before retrying.
- Fixed issue with parsing lifecycle conditions when using the XML API.
  Conditions whose values could be evaluated by Python as "falsy" (e.g. setting
  an "age" condition to the number 0 or "isLive" to false) would be omitted from
  the lifecycle configuration when "prefer_api=xml" was set in the boto config
  file. Note that the JSON API is preferred by default, so most users were
  unlikely to encounter this issue.
- For commands that fetch bucket ACLs or default ACLs, when the user does not
  have storage.buckets.getIamPolicy on the GCS bucket, using the XML API will
  now behave consistently with the JSON API and display ACL/default ACL fields
  as empty, rather than throwing a CommandException.

Other Changes
------------------
- Several documentation updates and clarifications.
- The "signurl" command now uses signature V4 signing format to generate URLs.

(bsiegert)

2018-06-16 14:45:32 UTC MAIN commitmail json YAML

Update py-gcs-oauth2-boto-plugin to 2.1.

- Python 3 support
- mox -> mock
- Cache RAPT to prevent frequent reauth challenges.

Part n of PR pkg/52941.

(bsiegert)

2018-06-16 14:43:35 UTC MAIN commitmail json YAML

doc: Updated audio/mpg321 to 0.3.2nb1

(leot)

2018-06-16 14:43:21 UTC MAIN commitmail json YAML

mpg321: Do not unlock unititialized main_lock

Bump PKGREVISION

Problem spotted by <maya>, fixes PR pkg/53369 by <sevan>.

(leot)

2018-06-16 14:19:42 UTC MAIN commitmail json YAML

The Socks and SocksiPy-branch packages conflict.

They both install a Python module named "socks" :(

(bsiegert)

2018-06-16 14:17:21 UTC MAIN commitmail json YAML

Add missing dependency on py-psutil.

From Travis Paul in PR pkg/53366.

(bsiegert)

2018-06-16 13:09:27 UTC MAIN commitmail json YAML

Updated time/py-pendulum, devel/py-requests

(adam)

2018-06-16 13:08:32 UTC MAIN commitmail json YAML

py-requests: updated to 2.19.1

2.19.1:
Bugfixes
- Fixed issue where status_codes.py's init function failed trying to append to
  a __doc__ value of None.

2.19.0:
Improvements
- Warn user about possible slowdown when using cryptography version < 1.3.4
- Check for invalid host in proxy URL, before forwarding request to adapter.
- Fragments are now properly maintained across redirects. (RFC7231 7.1.2)
- Removed use of cgi module to expedite library load time.
- Added support for SHA-256 and SHA-512 digest auth algorithms.
- Minor performance improvement to Request.content.
- Migrate to using collections.abc for 3.7 compatibility.

Bugfixes
- Parsing empty Link headers with parse_header_links() no longer return one bogus entry.
- Fixed issue where loading the default certificate bundle from a zip archive
  would raise an IOError.
- Fixed issue with unexpected ImportError on windows system which do not support winreg module.
- DNS resolution in proxy bypass no longer includes the username and password in
  the request. This also fixes the issue of DNS queries failing on macOS.
- Properly normalize adapter prefixes for url comparison.
- Passing None as a file pointer to the files param no longer raises an exception.
- Calling copy on a RequestsCookieJar will now preserve the cookie policy correctly.

(adam)

2018-06-16 13:06:54 UTC MAIN commitmail json YAML

py-pendulum: updated to 2.0.2

2.0.2:
Fixed the weeks property for negative Period instances.
Fixed start_of() methods not setting microseconds to 0.
Fixed errors on some systems when retrieving timezone from clock files.
Fixed parsing of partial time.
Fixed parsing not raising an error for week 53 for ordinary years.
Fixed string formatting not supporting strftime format.

2.0.1:
Fixed behavior of the YY token in from_format().
Fixed errors on some systems when retrieving timezone from clock files.

(adam)

2018-06-16 12:28:26 UTC MAIN commitmail json YAML

Updated devel/py-decorator, sysutils/py-crontab

(adam)

2018-06-16 12:27:56 UTC MAIN commitmail json YAML

2018-06-16 12:18:12 UTC MAIN commitmail json YAML

py-decorator: updated to 4.3.0

4.3.0:
Extended the decorator family facility to work with positional arguments and updated the documentation. Removed decorator.getargspec and provided decorator.getfullargspec instead. This is convenient for users of Python 2.6/2.7, the others can just use inspect.getfullargspec.

(adam)

2018-06-16 12:11:17 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, www/py-urllib3

(adam)

2018-06-16 12:10:40 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.23

1.23:
* Allow providing a list of headers to strip from requests when redirecting
  to a different host. Defaults to the Authorization header. Different
  headers can be set via Retry.remove_headers_on_redirect.
* Fix util.selectors._fileobj_to_fd to accept long
* Dropped Python 3.3 support.
* Put the connection back in the pool when calling stream() or read_chunked() on
  a chunked HEAD response.
* Fixed pyOpenSSL-specific ssl client authentication issue when clients
  attempted to auth via certificate + chain
* Add the port to the connectionpool connect print
* Don't use the uuid module to create multipart data boundaries.
* read_chunked() on a closed response returns no chunks.
* Add Python 2.6 support to contrib.securetransport
* Added support for auth info in url for SOCKS proxy

(adam)

2018-06-16 12:09:13 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.59.0

3.59.0:
This release adds the :func:~hypothesis.strategies.emails strategy, which generates unicode strings representing an email address.

3.58.1:
This improves the shrinker. It can now reorder examples: 3 1 2 becomes 1 2 3.

3.58.0:
This adds a new extra :py:func:~hypothesis.extra.dateutil.timezones strategy that generates dateutil timezones.
Depends on :pypi:python-dateutil.

(adam)

2018-06-16 11:22:37 UTC MAIN commitmail json YAML

openimageio: dont try to use OpenColorIO if detected

(markd)

2018-06-16 10:25:51 UTC MAIN commitmail json YAML

coq: always installs coqdoc.sty in tex tree.

(markd)

2018-06-16 09:49:00 UTC MAIN commitmail json YAML

2018-06-16 08:39:37 UTC MAIN commitmail json YAML

doc/TODO: add some

+ asterisk13-13.21.1, calibre-3.26.1, py-requests-2.19.0, strace-4.23,
  wkhtmltopdf-0.12.5.

(wiz)

2018-06-16 06:24:02 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg4, multimedia/ffplay4, devel/py-faker, www/py-test-django

(adam)

2018-06-16 06:23:35 UTC MAIN commitmail json YAML

py-test-django: updated to 3.3.0

3.3.0:
Features
Added new fixtures django_mail_dnsname and django_mail_patch_dns, used by mailoutbox to monkeypatch the DNS_NAME used in django.core.mail to improve performance and reproducibility.

Bug fixes
Fixed test for classmethod with Django TestCases
Fixed RemovedInPytest4Warning: MarkInfo objects are deprecated
Fixed scope of overridden settings with live_server fixture: previously they were visible to following tests

(adam)

2018-06-16 06:22:01 UTC MAIN commitmail json YAML

py-faker: updated to 0.8.16

0.8.16:
Fix test for CPF (Brazilian SSN).
Fix Canadian SIN generation.
Fix Norwegian SSN date portion.
Add start_datetime argument for unix_time().

(adam)

2018-06-16 06:19:33 UTC MAIN commitmail json YAML

ffmpeg4: updated to 4.0.1

version 4.0.1:
- avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed()
- avcodec/dirac_dwt_template: Fix undefined behavior in interleave()
- avutil/common: Fix undefined behavior in av_clip_uintp2_c()
- fftools/ffmpeg: Fallback to duration if sample rate is unavailable
- avformat/mov: Only set pkt->duration to non negative values
- avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a previous instance
- avformat/movenc: fix recognization of cover image streams
- avformat/movenc: properly handle cover image codecs
- avcodec/h264_slice: Fix overflow in recovery_frame computation
- avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h264_sei
- avcodec/h264_mc_template: Only prefetch motion if the list is used.
- avcodec/xwddec: Use ff_set_dimensions()
- avcodec/wavpack: Fix overflow in adding tail
- avcodec/shorten: Fix multiple integer overflows
- avcodec/shorten: Fix undefined shift in fix_bitshift()
- avcodec/shorten: Fix a negative left shift in shorten_decode_frame()
- avcodec/shorten: Sanity check nmeans
- avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()
- avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()
- avcodec/truemotion2: Fix overflow in tm2_apply_deltas()
- avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c
- avcodec/amrwbdec: Fix division by 0 in find_hb_gain()
- avcodec/h263dec: Reinitialize idct context if it has not been setup for the active profile
- avcodec/idctdsp: Clear idct/idct_add for studio profile
- avformat/mov: replace a value error by clipping into valid range in mov_read_stsc()
- avformat/bintext: Reduce detection for random .bin files as it more likely is not a multimedia related file
- avformat/mov: Break out early if chunk_count is 0 in mov_build_index()
- avcodec/fic: Avoid some magic numbers related to cursors
- avcodec/mpeg4video: Detect reference studio streams as studio streams
- avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sample
- avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio profile
- avcodec/g2meet: ask for sample with overflowing RGB
- avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext profile
- avcodec/ac3dec: Check that the number of channels with dependant streams is valid
- avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()
- avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed()
- oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior
- avcodec/g723_1dec: Clip bits2 in both directions
- avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()
- avcodec/mlpdec: Only change noise_type if the related fields are valid
- indeo4: Decode all or nothing of a band header.
- avcodec/ac3dec: Use frame_size if superframe_size is 0
- avformat/mov: Only fail for STCO/STSC contradictions if both exist
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0
- avcodec/fic: Check available input space for cursor
- avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profile
- avcodec/g2meet: Check RGB upper limit
- avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case
- avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done
- avcodec/g2meet: Change order of operations to avoid undefined behavior
- avcodec/flac_parser: Fix infinite loop
- avcodec/mpeg4videodec: Split decode_studio_vol_header() out of decode_studiovisualobject()
- avcodec/mpeg4videodec: Move decode_studiovisualobject() parsing in the branch for visual object parsing
- avcodec/mpeg4video_parser: Avoid litteral 0x1B6, use named constant instead
- avcodec/mpeg4video_parser: Fix incorrect spliting of MPEG-4 studio frames
- avformat/m4vdec: Use the same constant names as libavcodec
- avformat/m4vdec: Fix detection of raw MPEG-4 ES Studio
- avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()
- avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
- avcodec/error_resilience: Fix integer overflow in filter181()
- avcodec/h263dec: Check slice_ret in mspeg4 slice loop
- avcodec/elsdec: Fix memleaks
- avcodec/vc1_block: simplify ac_val computation
- avcodec/ffv1enc: Check that the crc + version combination is supported
- configure: The eac3_core bitstream filter needs the ac3 parser.
- configure: fix arm inline asm checks
- lavf/libssh: translate a read of 0 to EOF
- ffprobe: fix SEGV when new streams are added
- avformat/mpegts: fix incorrect indentation
- avformat/mpegts: initialize section_buf to fix valgrind test failure
- avformat/mpegts: reindent after last change
- avformat/mpegts: parse sections with multiple tables
- avformat/mpegts: clean up whitespace
- avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded value
- avformat/mpegts: skip non-PMT tids earlier
- avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoder
- avcodec/mediacodecdec: wait on first frame after input buffers are full
- avcodec/mediacodecdec: restructure mediacodec_receive_frame
- avcodec/mediacodec_wrapper: add helper to fetch SDK_INT
- avcodec/mediacodecdec: refactor pts handling
- avcodec/mediacodecdec: use AV_TIME_BASE_Q
- avcodec/mediacodecdec: clarify delay_flush specific code
- avcodec/videotoolbox: fix decoding of some HEVC videos
- avcodec/hevc: remove videotoolbox hack
- avcodec/videotoolbox: split h264/hevc callbacks
- avcodec/videotoolbox: cleanups
- avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEVC on iOS
- avcodec/videotoolbox: improve logging of decoder errors
- avcodec/xwddec: fix palette alpha
- avformat/webm_chunk: always use a static buffer for get_chunk_filename
- configure: fix configure check for lilv-0
- avcodec/nvdec_hevc: fix scaling lists
- avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointer
- lavf/bluray: translate a read of 0 to EOF
- lavf/dashenc: don't call flush_init_segment before avformat_write_header
- avdevice/decklink_dec: unref packets on avpacket_queue_put error
- avcodec/hnm4video: fix palette alpha
- avcodec/anm: fix palette alpha
- avformat/qtpalette: parse color table according to the QuickTime file format specs
- ffplay: Fix realloc_texture when input texture is NULL.
- hwcontext_vaapi: Fix compilation with libva versions < 1.4.0
- lavf/qsv: clone the frame which may be managed by framework
- lavf: make overlay_qsv work based on framesync
- avformat/segafilm - revert keyframe detection
- avformat/utils: refactor upstream_stream_timings
- avformat/utils: ignore outlier durations on subtitle/data streams as well

(adam)

2018-06-16 03:13:46 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-mathalfa

(markd)

2018-06-16 03:11:33 UTC MAIN commitmail json YAML

add tex-mathalfa{,-doc}

(markd)

2018-06-16 03:09:38 UTC MAIN commitmail json YAML

fonts: add tex-mathalfa{,-doc}

(markd)

2018-06-16 03:08:20 UTC MAIN commitmail json YAML

tex-mathalfa{,-doc}: Add version 1.09

The package provides means of loading maths alphabets (such as
are normally addressed via macros \mathcal, \mathbb, \mathfrak
and \mathscr), offering various features normally missing in
existing packages for this job.

(markd)

2018-06-15 22:25:37 UTC MAIN commitmail json YAML

doc: Updated www/lynx to lynx-2.8.8.2nb9

(tez)

2018-06-15 22:24:39 UTC MAIN commitmail json YAML

2018-06-15 21:52:54 UTC MAIN commitmail json YAML

doc: Updated security/gnupg to 1.4.23

(tez)

2018-06-15 21:51:23 UTC MAIN commitmail json YAML

gnupg: update to 1.4.23

Fixes CVE-2017-7526

Updates since 1.4.22:

2018-06-11  Werner Koch  <wk@gnupg.org>

        Release 1.4.23.
        + commit 8ae6a246bef5b5eb0684e9fb1c933a4f8441dadd

2018-06-08  Werner Koch  <wk@gnupg.org>

        gpg: Sanitize diagnostic with the original file name.
        + commit 2326851c60793653069494379b16d84e4c10a0ac
        * g10/mainproc.c (proc_plaintext): Sanitize verbose output.

2018-04-13  NIIBE Yutaka  <gniibe@fsij.org>

        g10: Push compress filter only if compressed.
        + commit 0f8fd95ab32a6d29dac79e19f0850037c7d0c16f
        * g10/compress.c (handle_compressed): Fix memory leak.

2017-12-18  NIIBE Yutaka  <gniibe@fsij.org>

        po: Update Japanese translation.
        + commit 1338bce5f66a95b53f18c4b54f0e9ac79604500a
        * po/ja.po: Fix message with no "%s".

2017-12-04  NIIBE Yutaka  <gniibe@fsij.org>
            Damien Goutte-Gattat  <dgouttegattat@incenp.org>

        g10: Fix regexp sanitization.
        + commit 9441946e1824eb58249c58432ed1f554d0d8a102
        * g10/trustdb.c (sanitize_regexp): Only escape operators.

2017-11-10  Dario Niedermann  <dario@darioniedermann.it>

        Do not use C99 feature.
        + commit 877e3073d731fec55a88673f91ed646a75e786c8
        * cipher/rsa.c (secret): Move var decl to the beginning.

2017-09-06  Frans Spiesschaert  <Frans.Spiesschaert@yucom.be>

        po: update Dutch translation.
        + commit aa26eda8ab679a80a7be2c82478cb4440b45ec8c

2017-08-04  Marcus Brinkmann  <marcus.brinkmann@ruhr-uni-bochum.de>

        doc: Remove documentation for future option --faked-system-time.
        + commit eb15d5ed8e4a765998e9de7698bdc65328bcaaa3
        doc/gpg.texi: Remove documentation for --faked-system-time.

2017-08-02  Daniel Kahn Gillmor  <dkg@fifthhorseman.net>

        debian: Remove packaging from upstream repository.
        + commit 9832a4bacfa5232534f2c7fe7655bd0677a41f6e
        Debian packaging for GnuPG is handled in debian git repositories, and
        doesn't belong here in the upstream repository.  The packaging was
        significantly out of date anyway.

        If you're looking for debian packaging for the 1.4 branch of GnuPG,
        please use the following git remote:

            https://anonscm.debian.org/git/pkg-gnupg/gnupg1.git

2017-08-02  Joe Hansen  <joedalton2@yahoo.dk>

        po: Update Danish translation.
        + commit 12afc37a946477692257d725acac513f271c4e9e
        Originally reported at:
        http://lists.gnupg.org/pipermail/gnupg-i18n/2014-November/000308.html

2017-08-02  Frans Spiesschaert  <Frans.Spiesschaert@yucom.be>

        po: Update Dutch translation.
        + commit 6d5c5204d79fa9d01981c0076d3acde18534640a
        Debian-Bug-Id: 845695

2017-08-01  Manuel Venturi Porras Peralta  <venturi@openmailbox.org>

        po: Update Spanish translation.
        + commit 76239356bcb3bfeec5327637ed87429594868fef
        Debian-Bug-Id: 814541

(tez)

2018-06-15 20:48:21 UTC MAIN commitmail json YAML

doc: Updated security/mit-krb5 to 1.16.1

(tez)

2018-06-15 20:46:01 UTC MAIN commitmail json YAML

mit-krb5: update to 1.16.1

Major changes in 1.16.1 (2018-05-03)

This is a bug fix release.

    Fix flaws in LDAP DN checking, including a null dereference KDC crash which could be triggered by kadmin clients with administrative privileges [CVE-2018-5729, CVE-2018-5730].
    Fix a KDC PKINIT memory leak.
    Fix a small KDC memory leak on transited or authdata errors when processing TGS requests.
    Fix a regression in pkinit_cert_match matching of client certificates containing Microsoft UPN SANs.
    Fix a null dereference when the KDC sends a large TGS reply.
    Fix "kdestroy -A" with the KCM credential cache type.
    Allow validation of Microsoft PACs containing enterprise names.
    Fix the handling of capaths "." values.
    Fix handling of repeated subsection specifications in profile files (such as when multiple included files specify relations in the same subsection).

Major changes in 1.16 (2017-12-05)

Administrator experience:
        The KDC can match PKINIT client certificates against the "pkinit_cert_match" string attribute on the client principal entry, using the same syntax as the existing "pkinit_cert_match" profile option.
        The ktutil addent command supports the "-k 0" option to ignore the key version, and the "-s" option to use a non-default salt string.
        kpropd supports a --pid-file option to write a pid file at startup, when it is run in standalone mode.
        The "encrypted_challenge_indicator" realm option can be used to attach an authentication indicator to tickets obtained using FAST encrypted challenge pre-authentication.
        Localization support can be disabled at build time with the --disable-nls configure option.

Developer experience:
        The kdcpolicy pluggable interface allows modules control whether tickets are issued by the KDC.
        The kadm5_auth pluggable interface allows modules to control whether kadmind grants access to a kadmin request.
        The certauth pluggable interface allows modules to control which PKINIT client certificates can authenticate to which client principals.
        KDB modules can use the client and KDC interface IP addresses to determine whether to allow an AS request.
        GSS applications can query the bit strength of a krb5 GSS context using the GSS_C_SEC_CONTEXT_SASL_SSF OID with gss_inquire_sec_context_by_oid().
        GSS applications can query the impersonator name of a krb5 GSS credential using the GSS_KRB5_GET_CRED_IMPERSONATOR OID with gss_inquire_cred_by_oid().
        kdcpreauth modules can query the KDC for the canonicalized requested client principal name, or match a principal name against the requested client principal name with canonicalization.

Protocol evolution:
        The client library will continue to try pre-authentication mechanisms after most failure conditions.
        The KDC will issue trivially renewable tickets (where the renewable lifetime is equal to or less than the ticket lifetime) if requested by the client, to be friendlier to scripts.
        The client library will use a random nonce for TGS requests instead of the current system time.
        For the RC4 string-to-key or PAC operations, UTF-16 is supported (previously only UCS-2 was supported).
        When matching PKINIT client certificates, UPN SANs will be matched correctly as UPNs, with canonicalization.

User experience:
        Dates after the year 2038 are accepted (provided that the platform time facilities support them), through the year 2106.
        Automatic credential cache selection based on the client realm will take into account the fallback realm and the service hostname.
        Referral and alternate cross-realm TGTs will not be cached, avoiding some scenarios where they can be added to the credential cache multiple times.
        A German translation has been added.

Code quality:
        The build is warning-clean under clang with the configured warning options.
        The automated test suite runs cleanly under AddressSanitizer.

Major changes in 1.15.3 (2018-05-03)

This is a bug fix release.

    Fix flaws in LDAP DN checking, including a null dereference KDC crash which could be triggered by kadmin clients with administrative privileges [CVE-2018-5729, CVE-2018-5730].
    Fix a KDC PKINIT memory leak.
    Fix a small KDC memory leak on transited or authdata errors when processing TGS requests.
    Fix a null dereference when the KDC sends a large TGS reply.
    Fix "kdestroy -A" with the KCM credential cache type.
    Fix the handling of capaths "." values.
    Fix handling of repeated subsection specifications in profile files (such as when multiple included files specify relations in the same subsection).

Major changes in 1.15.2 (2017-09-25)

This is a bug fix release.

    Fix a KDC denial of service vulnerability caused by unset status strings [CVE-2017-11368]
    Preserve GSS contexts on init/accept failure [CVE-2017-11462]
    Fix kadm5 setkey operation with LDAP KDB module
    Use a ten-second timeout after successful connection for HTTPS KDC requests, as we do for TCP requests
    Fix client null dereference when KDC offers encrypted challenge without FAST
    Ignore dotfiles when processing profile includedir directive
    Improve documentation

Major changes in 1.15.1 (2017-03-01)

This is a bug fix release.

    Allow KDB modules to determine how the e_data field of principal fields is freed
    Fix udp_preference_limit when the KDC location is configured with SRV records
    Fix KDC and kadmind startup on some IPv4-only systems
    Fix the processing of PKINIT certificate matching rules which have two components and no explicit relation
    Improve documentation

Major changes in 1.15 (2016-12-01)

Administrator experience:
        Improve support for multihomed Kerberos servers by adding options for specifying restricted listening addresses for the KDC and kadmind.
        Add support to kadmin for remote extraction of current keys without changing them (requires a special kadmin permission that is excluded from the wildcard permission), with the exception of highly protected keys.
        Add a lockdown_keys principal attribute to prevent retrieval of the principal's keys (old or new) via the kadmin protocol. In newly created databases, this attribute is set on the krbtgt and kadmin principals.
        Restore recursive dump capability for DB2 back end, so sites can more easily recover from database corruption resulting from power failure events.
        Add DNS auto-discovery of KDC and kpasswd servers from URI records, in addition to SRV records. URI records can convey TCP and UDP servers and master KDC status in a single DNS lookup, and can also point to HTTPS proxy servers.
        Add support for password history to the LDAP back end.
        Add support for principal renaming to the LDAP back end.
        Use the getrandom system call on supported Linux kernels to avoid blocking problems when getting entropy from the operating system.
        In the PKINIT client, use the correct DigestInfo encoding for PKCS #1 signatures, so that some especially strict smart cards will work.

Code quality:
        Clean up numerous compilation warnings.
        Remove various infrequently built modules, including some preauth modules that were not built by default.

Developer experience:
        Add support for building with OpenSSL 1.1.
        Use SHA-256 instead of MD5 for (non-cryptographic) hashing of authenticators in the replay cache. This helps sites that must build with FIPS 140 conformant libraries that lack MD5.
        Eliminate util/reconf and allow the use of autoreconf alone to regenerate the configure script.

Protocol evolution:
        Add support for the AES-SHA2 enctypes, which allows sites to conform to Suite B crypto requirements.

(tez)

2018-06-15 15:11:35 UTC MAIN commitmail json YAML

z3: Fix broken build system by pretending SunOS is Linux.

(jperkin)

2018-06-15 13:46:48 UTC MAIN commitmail json YAML