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)
This commit is contained in:
parent
8deedf0c38
commit
d383398f37
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.49 2020/03/08 16:50:51 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2020/03/10 22:53:18 wiz Exp $
|
||||
|
||||
DISTNAME= glib-networking-2.62.3
|
||||
PKGREVISION= 2
|
||||
DISTNAME= glib-networking-2.64.0
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2019/06/12 22:04:40 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2020/03/10 22:53:18 wiz Exp $
|
||||
lib/gio/modules/libgiognomeproxy.so
|
||||
${PLIST.gnutls}lib/gio/modules/libgiognutls.so
|
||||
lib/gio/modules/libgiolibproxy.so
|
||||
|
@ -47,6 +47,7 @@ share/locale/lt/LC_MESSAGES/glib-networking.mo
|
|||
share/locale/lv/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/ml/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/mr/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/ms/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/nb/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/ne/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/nl/LC_MESSAGES/glib-networking.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2020/01/14 17:43:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.24 2020/03/10 22:53:18 wiz Exp $
|
||||
|
||||
SHA1 (glib-networking-2.62.3.tar.xz) = 7f4ac967dec7e0bbf063fffc7796046135c07f7a
|
||||
RMD160 (glib-networking-2.62.3.tar.xz) = 7a4306403cfb394c9728656b145a94b25f8ec13b
|
||||
SHA512 (glib-networking-2.62.3.tar.xz) = 6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1
|
||||
Size (glib-networking-2.62.3.tar.xz) = 183996 bytes
|
||||
SHA1 (glib-networking-2.64.0.tar.xz) = 5d416a3328b92911afc88f9d10f43dcba33cf3c8
|
||||
RMD160 (glib-networking-2.64.0.tar.xz) = 8611fa6bd2a2fba0095ef96c93bbd366e0ad72b6
|
||||
SHA512 (glib-networking-2.64.0.tar.xz) = c5788167c114ab69812d4784912e0e468086f1ba1a8037dffc98466605af3f7a77f7a2666176da260669640bfbdf94ee959878c6297d93fe078d22fc6ff0584c
|
||||
Size (glib-networking-2.64.0.tar.xz) = 187708 bytes
|
||||
|
|
Loading…
Reference in a new issue