pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/glib-networking glib-networking: update to 2.72.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dfbd90d347b
branches: trunk
changeset: 382271:7dfbd90d347b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 24 14:53:09 2022 +0000
description:
glib-networking: update to 2.72.1.
2.72.1 - June 29, 2022
======================
- Discard empty proxy environment variables (#189)
2.72.0 - March 22, 2022
=======================
- Fix proxy tests (#186)
- GnuTLS: use IANA-style ciphersuite names with GnuTLS 3.7.4 (!202)
- Windows build fixes (!206, !207, Chun-wei Fan)
- meson devenv (!208, Xavier Claessens)
- Updated translations
2.72.beta - February 11, 2022
=============================
- Add environment variable proxy resolver (#162)
- OpenSSL: fix uninitialized memory use (!201, Daniel Kolesa)
2.72.alpha - January 6, 2022
============================
- OpenSSL: fix unsafe error handling (!187, Patrick Griffis)
- Correctly load libsoup DLL on Windows (!190, Chun-wei Fan)
- OpenSSL: use system trust on Windows (!192, Francesco Conti)
- GnuTLS: fix TLS 1.3 ciphersuite names, should use underscores (!194)
- OpenSSL: fail when appropriate if Must-Staple extension is set (!197)
- Improve failure of tls-unique channel binding requests (!198, Ruslan Marchenko)
- Do not fill SNI extension with IP address (!200, Matteo Biggio)
2.70.1 - December 6, 2021
=========================
- Fix crashes when handshake is cancelled (#97, #176)
- OpenSSL: fix spurious certificate expired verification errors (#179)
- GnuTLS: Fix tests on 32-bit systems (!188, Simon McVittie)
- GnuTLS: Fix crash when invalid priority string is forced (!189)
2.70.0 - September 16, 2021
===========================
- Updated translations
2.70.rc - September 3, 2021
===========================
- gnutls: revert AuthorityInformationAccess implementation for now (#160)
- gnutls: fix use of non-default GTlsDatabases, Geary crash on startup (#169)
- openssl: remove openssl-util (!181)
- gnutls: fix leak in g_tls_certificate_gnutls_copy (!182, Patrick Griffis)
- gnutls: Unbreak GTLS_GNUTLS_CHECK_VERSION (!185)
2.70.beta - August 12, 2021
===========================
- gnutls: Ensure that PKCS #11 pins are NUL terminated (!178, Patrick Griffis)
- openssl: Restore OCSP support (!179, !180, Patrick Griffis)
2.70.alpha - July 2, 2021
=========================
- Fix TLS channel bindings tests (#164)
- Require OpenSSL 1.0.2 (#166)
- Fix threadsafety issue in certificate verification (!148)
- dlopen libsoup for performing HTTP requests (!149, Patrick Griffis)
- Implement new get_negotiated_protocol vfunc (!150)
- Implement new protocol version and ciphersuite name accessors (!151)
- OpenSSL: use system keychain on macOS (!154)
- OpenSSL: add DTLS support, plus many related improvements (!155, Ole André Vadla Ravnås)
- Implement new GTlsCertificate details APIs (!156, !165, Ross Wollman)
- GnuTLS: improve error handling for PIN failures (!158, Patrick Griffis)
- GnuTLS: expose PIN type on PIN requests (!159, Patrick Griffis)
- GnuTLS: check cancellable in pull timeout callback (!160)
- Add support for Android (!162, Ole André Vadla Ravnås)
- Improve automation of test certificate creation (!167, !168, !169, Patrick Griffis)
- GnuTLS: use GnuTLS to implement all channel bindings (!172)
- GnuTLS: rework certificate verification to use TLS session (!173)
- GnuTLS: improve peer identity verification (!176)
- Bring back automatic downloading of missing intermediate certificates (not fixed, may go away again)
2.68.1 - April 22, 2021
=======================
- Fix threadsafety issue in certificate verification (!148)
- Temporarily remove support for downloading missing intermediate certificates with GnuTLS 3.7 (#160)
2.68.0 - March 19, 2021
=======================
- Fix double free in GnuTLS client certificate request code (!147)
2.68.rc - March 12, 2021
========================
- Improve heuristic for returning G_TLS_ERROR_CERTIFICATE_REQUIRED
- Fix check for certain handshake failure conditions
2.68.alpha - January 7, 2021
============================
- Download and validate missing intermediate certificates (requires GnuTLS 3.7) (#96)
- OpenSSL backend now uses system crypto policy (#106)
- Remove use of g_assert in testsuite (#137)
- Restore support for old versions of OpenSSL (#156)
- Implement TLS channel bindings API (!139, Ruslan Marchenko)
- Implement PKCS#11 API (!140, Patrick Griffis)
- Update testsuite for Fedora 33 crypto policy (!141)
- Fix NULL dereference in g_tls_connection_base_read_message (!144, Vladimir D. Seleznev)
- Fix a couple code issues found by Coverity
2.66.0 - September 11, 2020
===========================
- Updated translations
2.65.90 - August 6, 2020
========================
- Many fixes to OpenSSL backend (!128, Ruslan Marchenko)
2.65.1 - July 2, 2020
=====================
- Fix peer-certificate[-errors] props set too soon (#127)
- Implement ALPN for OpenSSL backend (!126, Ruslan Marchenko)
- Fix Windows build (!127, Cun-wei Fan)
diffstat:
net/glib-networking/Makefile | 5 ++---
net/glib-networking/PLIST | 3 ++-
net/glib-networking/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 8f62ebcce34a -r 7dfbd90d347b net/glib-networking/Makefile
--- a/net/glib-networking/Makefile Sun Jul 24 14:47:00 2022 +0000
+++ b/net/glib-networking/Makefile Sun Jul 24 14:53:09 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2021/12/08 16:05:58 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/07/24 14:53:09 wiz Exp $
-DISTNAME= glib-networking-2.64.3
-PKGREVISION= 5
+DISTNAME= glib-networking-2.72.1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 8f62ebcce34a -r 7dfbd90d347b net/glib-networking/PLIST
--- a/net/glib-networking/PLIST Sun Jul 24 14:47:00 2022 +0000
+++ b/net/glib-networking/PLIST Sun Jul 24 14:53:09 2022 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.16 2020/03/10 22:53:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2022/07/24 14:53:09 wiz Exp $
+lib/gio/modules/libgioenvironmentproxy.so
lib/gio/modules/libgiognomeproxy.so
${PLIST.gnutls}lib/gio/modules/libgiognutls.so
lib/gio/modules/libgiolibproxy.so
diff -r 8f62ebcce34a -r 7dfbd90d347b net/glib-networking/distinfo
--- a/net/glib-networking/distinfo Sun Jul 24 14:47:00 2022 +0000
+++ b/net/glib-networking/distinfo Sun Jul 24 14:53:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2021/10/26 11:05:39 nia Exp $
+$NetBSD: distinfo,v 1.30 2022/07/24 14:53:09 wiz Exp $
-BLAKE2s (glib-networking-2.64.3.tar.xz) = c58b591f60086161c1e3eab3ef21418dbec80ba2e038c6cac75be1c604f17cec
-SHA512 (glib-networking-2.64.3.tar.xz) = 01251f7f95d1c331e883d5ee7857bad0c0d6308991e437ff54ed63e718bb30a12e872755e0611e2bf6ccb2a01c52ba865fe0d94ac69dbab37d74afe063a0590d
-Size (glib-networking-2.64.3.tar.xz) = 189760 bytes
+BLAKE2s (glib-networking-2.72.1.tar.xz) = 87fdca39584f69a221adb8cd18495d1ba3552751690ad7b8a41d6f912dac2658
+SHA512 (glib-networking-2.72.1.tar.xz) = 243f54f4fbce40211f276c4f56e4e40507ecb0b23527a04b2d5bd67185c017f736f088c71ebf225e69e1ae8efa5b835edd68ea5c96df3ff69a25fd391e5c52d0
+Size (glib-networking-2.72.1.tar.xz) = 265308 bytes
Home |
Main Index |
Thread Index |
Old Index