Skip to content

Commit 18f6529

Browse files
committed
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)
1 parent cb8b0ed commit 18f6529

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

net/glib-networking/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.49 2020/03/08 16:50:51 wiz Exp $
1+
# $NetBSD: Makefile,v 1.50 2020/03/10 22:53:18 wiz Exp $
22

3-
DISTNAME= glib-networking-2.62.3
4-
PKGREVISION= 2
3+
DISTNAME= glib-networking-2.64.0
54
CATEGORIES= net gnome
65
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
76
EXTRACT_SUFX= .tar.xz

net/glib-networking/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.15 2019/06/12 22:04:40 leot Exp $
1+
@comment $NetBSD: PLIST,v 1.16 2020/03/10 22:53:18 wiz Exp $
22
lib/gio/modules/libgiognomeproxy.so
33
${PLIST.gnutls}lib/gio/modules/libgiognutls.so
44
lib/gio/modules/libgiolibproxy.so
@@ -47,6 +47,7 @@ share/locale/lt/LC_MESSAGES/glib-networking.mo
4747
share/locale/lv/LC_MESSAGES/glib-networking.mo
4848
share/locale/ml/LC_MESSAGES/glib-networking.mo
4949
share/locale/mr/LC_MESSAGES/glib-networking.mo
50+
share/locale/ms/LC_MESSAGES/glib-networking.mo
5051
share/locale/nb/LC_MESSAGES/glib-networking.mo
5152
share/locale/ne/LC_MESSAGES/glib-networking.mo
5253
share/locale/nl/LC_MESSAGES/glib-networking.mo

net/glib-networking/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.23 2020/01/14 17:43:54 wiz Exp $
1+
$NetBSD: distinfo,v 1.24 2020/03/10 22:53:18 wiz Exp $
22

3-
SHA1 (glib-networking-2.62.3.tar.xz) = 7f4ac967dec7e0bbf063fffc7796046135c07f7a
4-
RMD160 (glib-networking-2.62.3.tar.xz) = 7a4306403cfb394c9728656b145a94b25f8ec13b
5-
SHA512 (glib-networking-2.62.3.tar.xz) = 6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1
6-
Size (glib-networking-2.62.3.tar.xz) = 183996 bytes
3+
SHA1 (glib-networking-2.64.0.tar.xz) = 5d416a3328b92911afc88f9d10f43dcba33cf3c8
4+
RMD160 (glib-networking-2.64.0.tar.xz) = 8611fa6bd2a2fba0095ef96c93bbd366e0ad72b6
5+
SHA512 (glib-networking-2.64.0.tar.xz) = c5788167c114ab69812d4784912e0e468086f1ba1a8037dffc98466605af3f7a77f7a2666176da260669640bfbdf94ee959878c6297d93fe078d22fc6ff0584c
6+
Size (glib-networking-2.64.0.tar.xz) = 187708 bytes

0 commit comments

Comments
 (0)