pkgsrc changes:
- Add options.mk in order to be able to select between `gnutls' and
`openssl'. However, no defaults are changed: `openssl' is
considered experimental by upstream at the moment.
- Remove dependency to mozilla-rootcerts (default gnutls/openssl
certificates are now honored instead, should be part of
Makefile,-r1.41 commit, sorry!)
Changes:
2.60.3
======
- Fix clobbering of the thread-default main context after certificate
verification failure during async handshakes since 2.60.1 (#85)
- Fix GTlsDatabase initialization failures in OpenSSL backend due to
uninitialized memory use
- Fix minor leak of ALPN protocols
2.60.2
======
- OpenSSL backend now defaults to system trust store (#62)
- Fix client auth failure error with GnuTLS 3.6.7 (#70)
C++11 support is needed only for a test but causing the build to fail
on older but still suported OSes like RHEL 6. A patch has been
submitted upstream to simply skip the test if C++11 support is lacking,
but until then, use GCC_REQD.
Changelog:
Fixed
Fix JavaScript error ("TypeError: data is null in PrivacyFilter.jsm")
in console which may significantly degrade sessionstore
reliability and performance (bug 1553413)
Proxy authentication dialog box repeatedly pops up asking to
authenticate after upgrading to Firefox 67 (bug 1548804)
Pearson MyCloud breaks if FIDO U2F is not Chrome's implementation
(bug 1551282)
Starting in safe mode on Linux or macOS causes Firefox to think
on the subsequent launch that the profile is too recent to be
used with this version of Firefox (bug 1556612)
Linux distribution users can't easily install/use additional/different
languages using the built-in preferences UI (bug 1554744)
Developer tools users can't copy the href/src content from
various HTML tags via the context menu in the Inspector markup
view (bug 1552275)
Custom home page is broken with clearing data on shutdown
settings applied (bug 1554167)
Performance-regression for eclipse RAP based applications (bug
1555962)
macOS 10.15 crash fix (bug 1556076)
Can't start two downloads in parallel via <a download> anymore
(bug 1542912)
Upstream announcement:
https://helpx.adobe.com/security/products/flash-player/apsb19-30.html
Adobe Security Bulletin
Security Bulletin for Adobe Flash Player | APSB19-30
Summary
Adobe has released security updates for Adobe Flash Player for
Windows, macOS, Linux and Chrome OS. These updates address
a critical vulnerability in Adobe Flash Player. Successful
exploitation could lead toarbitrary code executionin the context
of the current user.
Changelog:
What's new in notmuch 0.29.1
=========================
Build
-----
Fix for installation failure with `configure --without-emacs`.
What is notmuch
===============
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.
0.35.1:
Fixed
Support for specifying an authoritative base domain in our dns-rfc2136 plugin has been removed. This feature was added in our last release but had a bug which caused the plugin to fail so the feature has been removed until it can be added properly.
Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only package with changes other than its version number was:
certbot-dns-rfc2136
pytest 4.6.3:
Bug Fixes
* -q has again an impact on the style of the collected items (--collect-only) when --log-cli-level is used.
* Fix regressions of 5063 for importlib_metadata.PathDistribution which have their files attribute being None.
* Fix regression where the obj attribute of TestCase items was no longer bound to methods.
4.24.3:
This patch improves the implementation of an internal wrapper on Python 3.8 beta1 (and will break on the alphas; but they're not meant to be stable). On other versions, there is no change at all.
4.24.2:
Deprecation messages for functions in hypothesis.extra.django.models now explicitly name the deprecated function to make it easier to track down usages. Thanks to Kristian Glass for this contribution!
4.24.1:
This patch fixes :issue:`1999`, a spurious bug raised when a :func:`@st.composite <hypothesis.strategies.composite>` function was passed a keyword-only argument.
As of version 3.41, Filezilla now requires 64-bit atomic integer ops,
handle accordingly. (XXX: Filezilla will presumably also break on other
architectures as a result, e.g. macppc.)
Drop old patch that workaround problem fixed (memory fault when prompting
for CWD) in py-psutil 5.6.3.
Register py-psutil as a dependency. It's not needed for every OS,
but most of them can make use of the call to determine the current
working directory.
Bump PKGREVISION.
pkgsrc changes:
- Remove no longer needed patch hunks (applied upstream)
Changes:
5.6.3
=====
2019-06-11
Enhancements
------------
- 1494: [AIX] added support for Process.environ(). (patch by Arnon Yaari)
Bug fixes
---------
- 1276: [AIX] can't get whole cmdline(). (patch by Arnon Yaari)
- 1501: [Windows] Process cmdline() and exe() raise unhandled "WinError 1168
element not found" exceptions for "Registry" and "Memory Compression" psuedo
processes on Windows 10.
- 1526: [NetBSD] process cmdline() could raise MemoryError. (patch by
Kamil Rytarowski)