Received: by mail.netbsd.org (Postfix, from userid 605) id 4B79584E8A; Sun, 24 Jul 2022 14:53:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C51984E8A for ; Sun, 24 Jul 2022 14:53:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OuG6H7xhbOsA for ; Sun, 24 Jul 2022 14:53:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8052A84D13 for ; Sun, 24 Jul 2022 14:53:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F9D1FB1A; Sun, 24 Jul 2022 14:53:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658674389246720" MIME-Version: 1.0 Date: Sun, 24 Jul 2022 14:53:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/glib-networking To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220724145309.6F9D1FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658674389246720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 14:53:09 UTC 2022 Modified Files: pkgsrc/net/glib-networking: Makefile PLIST distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/glib-networking/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/glib-networking/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/glib-networking/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658674389246720 Content-Disposition: inline Content-Length: 2255 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/glib-networking/Makefile diff -u pkgsrc/net/glib-networking/Makefile:1.61 pkgsrc/net/glib-networking/Makefile:1.62 --- pkgsrc/net/glib-networking/Makefile:1.61 Wed Dec 8 16:05:58 2021 +++ pkgsrc/net/glib-networking/Makefile Sun Jul 24 14:53:09 2022 @@ -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 Index: pkgsrc/net/glib-networking/PLIST diff -u pkgsrc/net/glib-networking/PLIST:1.16 pkgsrc/net/glib-networking/PLIST:1.17 --- pkgsrc/net/glib-networking/PLIST:1.16 Tue Mar 10 22:53:18 2020 +++ pkgsrc/net/glib-networking/PLIST Sun Jul 24 14:53:09 2022 @@ -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 Index: pkgsrc/net/glib-networking/distinfo diff -u pkgsrc/net/glib-networking/distinfo:1.29 pkgsrc/net/glib-networking/distinfo:1.30 --- pkgsrc/net/glib-networking/distinfo:1.29 Tue Oct 26 11:05:39 2021 +++ pkgsrc/net/glib-networking/distinfo Sun Jul 24 14:53:09 2022 @@ -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 --_----------=_1658674389246720--