Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D45184EBF for ; Tue, 19 Sep 2023 00:41:59 +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 f4OMXPv4DiCA for ; Tue, 19 Sep 2023 00:41:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 099AA84CD9 for ; Tue, 19 Sep 2023 00:41:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02C70FBDB; Tue, 19 Sep 2023 00:41:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169508411889850" MIME-Version: 1.0 Date: Tue, 19 Sep 2023 00:41:58 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/net/libsoup3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230919004159.02C70FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169508411889850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Sep 19 00:41:58 UTC 2023 Modified Files: pkgsrc/net/libsoup3: Makefile distinfo Log Message: libsoup3: update to 3.4.3 Changes in libsoup from 3.4.2 to 3.4.3: * Fix incorrect UTF-8 encoding for params in headers [Leo Zi-You Assini] * Numerous HTTP/2 fixes and improvements [Carlos Garcia Campos] * Fix possible crashes in connection management [Michael Catanzaro] * Fix small leak in SoupServer [Emil Ljungdahl] * Fix the possibility of empty HTTP/2 frames being sent [Pawel Lampe] To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libsoup3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libsoup3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169508411889850 Content-Disposition: inline Content-Length: 1596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libsoup3/Makefile diff -u pkgsrc/net/libsoup3/Makefile:1.6 pkgsrc/net/libsoup3/Makefile:1.7 --- pkgsrc/net/libsoup3/Makefile:1.6 Mon Aug 14 05:25:01 2023 +++ pkgsrc/net/libsoup3/Makefile Tue Sep 19 00:41:58 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2023/08/14 05:25:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/09/19 00:41:58 gutteridge Exp $ -DISTNAME= libsoup-3.4.2 +DISTNAME= libsoup-3.4.3 PKGNAME= ${DISTNAME:S/soup/soup3/} -PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/libsoup3/distinfo diff -u pkgsrc/net/libsoup3/distinfo:1.2 pkgsrc/net/libsoup3/distinfo:1.3 --- pkgsrc/net/libsoup3/distinfo:1.2 Sun May 7 19:41:22 2023 +++ pkgsrc/net/libsoup3/distinfo Tue Sep 19 00:41:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/05/07 19:41:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.3 2023/09/19 00:41:58 gutteridge Exp $ -BLAKE2s (libsoup-3.4.2.tar.xz) = 4a737484f35495ba49db666d5644b50a3b3e176cfce6f4d8499f0d21971efd47 -SHA512 (libsoup-3.4.2.tar.xz) = 711007599f639625fe2efdb7adb81de2dea0035180737ce0ec8234afb034646a2b6bd9ae384a69d6591aa142e91d245d502d13e1d97cd7b51c8c87c2d925f6b3 -Size (libsoup-3.4.2.tar.xz) = 1535992 bytes +BLAKE2s (libsoup-3.4.3.tar.xz) = 22e5ab0a82f5c4fb130984c7588ce79c5a6ec689c039727059251896848a7858 +SHA512 (libsoup-3.4.3.tar.xz) = 638b1eaefd60624f39edd0f16cea638c2edf6402318805c685f575577a228ba212c6f7ec8b64bac9f1928607e0026b69901e08b8569d179bf228e708e060a571 +Size (libsoup-3.4.3.tar.xz) = 1529884 bytes --_----------=_169508411889850--