2020-03-10 23:53:19 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
glib-networking: update to 2.64.0.
2.64.0 - March 6, 2020
======================
- Fix OpenSSL backend on RHEL 6 (!116)
2.63.92 - February 27, 2020
===========================
- Revert fix for #127, which broke libsoup (#129)
2.63.91 - February 14, 2020
===========================
- Fix peer-certificate properties changing too soon (#127)
- GnuTLS backend: reduce session resumption cache lifetime (!113)
- GnuTLS backend: restore TLS 1.2 support for copy session state (!114)
2.63.90 - February 1, 2020
==========================
- Remove PKCS#11 support, deferred until next cycle (#104)
- Remove OpenSSL backend's OCSP support (#124)
2.63.3 - January 3, 2019
========================
- Fix OpenSSL backend regressions and reenable OpenSSL testsuite (#54)
- Temporarily disable cancellation of sync handshakes (#97)
- Disable flaky test (#104) and resolve testsuite flakiness (#105)
- Fix leak of base iostream (or base datagram socket), 2.62 regression
- Fix duplicate notifies of peer-certificate and peer-certificate-errors
- Fix regression where GnuTLS connection init could theoretically fail without error
- Fix obscure corner case where SNI might not work
- Fix various build warnings on Windows
- Fix multiple build failures on Windows (Chun-wei Fan)
- Fix installed tests (Iain Lane)
2.63.2 - November 22, 2019
==========================
- Fix crash when handshake context is reset too late (#97)
- Require GnuTLS 3.6.5 (#100)
- Build mock PKCS #11 module only for GnuTLS backend (#101)
- Rework session resumption support for TLS 1.3 (!69)
- Run GnuTLS tests under TLS 1.2 in addition to TLS 1.3 (!69)
- Support OpenSSL 1.0.1 (!81)
- Drop rehandshake mode and protocol version fallback support (!83)
- Add logging functions (!89, MARTINSONS Frederic)
- Fix PKCS #11 tests with TLS 1.2 (!91, Patrick Griffis)
- Add more debug logging for PKCS #11 (!92, Patrick Griffis)
- Fix leak in GTlsCertificateGnutls finalizer (!93, Patrick Griffis)
2.63.1 - October 11, 2019
=========================
- Add support for new PKCS#11 APIs to facilitate use with smartcards (Patrick \
Griffis)
- Disable TLS 1.0 and TLS 1.1 when using GnuTLS
- Fix threadsafety issue (#95)
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-14 18:43:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
glib-networking: update to 2.62.3.
2.62.3 - January 3, 2019
========================
- Fix leak of base iostream (or base datagram socket), 2.62 regression
- Fix duplicate notifies of peer-certificate and peer-certificate-errors
- Fix obscure corner case where SNI might not work
|
2020-01-04 20:04:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
glib-networking: update to 2.62.2.
2.26.2 - December 9, 2019
=========================
- Fix handshake_context crashes (#97)
|
2019-11-14 12:51:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
glib-networking: update to 2.62.1.
2.62.1 - October 4, 2019
========================
- Fix two memory leaks (!71, !72, Claudio Saavedra)
2.62.0 - September 7, 2019
==========================
- Revert broken queued data fix for #15
2.61.92 - September 2, 2019
===========================
- Discard queued data after interrupted writes (#15)
- Verify socket timeouts are respected (#18)
- Fix a couple broken error messages
2.61.90 - August 5, 2019
========================
- Fix translations of certain error messages
2.61.2 - July 22, 2019
======================
- Improve certain handshake error messages (#13)
- Fix regressions introduced in 2.61.1 (#91, #92)
2.61.1 - June 9, 2019
=====================
This release contains a major refactoring of the TLS codebase. The GnuTLS
backend now shares the same base classes as the OpenSSL backend, to avoid
duplicating as much code as possible. The base classes, previously used only by
the OpenSSL backend and originally forked from glib-networking several years
ago, have been enhanced to achieve feature-parity with the current state of the
GnuTLS backend.
Please note that the OpenSSL backend remains experimental. Further planned work
is required before this backend will be production-ready.
|
2019-10-07 11:28:14 by Patrick Welche | Files touched by this commit (41) |
Log message:
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
|
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message:
*: recursive bump for nettle 3.5.1
|
2019-06-13 00:04:40 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
glib-networking: Update to 2.60.3
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)
|
2019-06-11 15:12:16 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
glib-networking: remove no longer valid MESON_ARGS and REPLACE_PYTHON
There is no longer a way to provide a custom cacert.pem: glib-networking
now picks up the default-trust-store-file gnutls ones.
|