Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 28FE61A923A for ; Sat, 5 Mar 2022 08:53:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9159584D96; Sat, 5 Mar 2022 08:53:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAD1584D59 for ; Sat, 5 Mar 2022 08:53:05 +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 BfglksNDxgvH for ; Sat, 5 Mar 2022 08:53:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7FA984D16 for ; Sat, 5 Mar 2022 08:53:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D16F9FB24; Sat, 5 Mar 2022 08:53:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164647038415060" MIME-Version: 1.0 Date: Sat, 5 Mar 2022 08:53:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/expat To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220305085304.D16F9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164647038415060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Mar 5 08:53:04 UTC 2022 Modified Files: pkgsrc/textproc/expat: Makefile distinfo Log Message: expat: update to 2.4.7. Release 2.4.7 Fri March 4 2022 Bug fixes: #572 #577 Relax fix to CVE-2022-25236 (introduced with release 2.4.5) with regard to all valid URI characters (RFC 3986), i.e. the following set (excluding whitespace): ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 % -._~ :/?#[]@ !$&'()*+,;= Other changes: #555 #570 #581 CMake|Windows: Store Expat version in the DLL #577 Document consequences of namespace separator choices not just in doc/reference.html but also in header #577 Document Expat's lack of validation of namespace URIs against RFC 3986, and that the XML 1.0r4 specification doesn't require Expat to validate namespace URIs, and that Expat may do more in that regard in future releases. If you find need for strict RFC 3986 URI validation on application level today, https://uriparser.github.io/ may be of interest. #579 Fix documentation of XML_EndDoctypeDeclHandler in #575 Document that a call to XML_FreeContentModel can be done at a later time from outside the element declaration handler #574 Make hardcoded namespace URIs easier to find in code #573 Update documentation on use of XML_POOR_ENTOPY on Solaris #569 #571 tests: Resolve use of macros NAN and INFINITY for GNU G++ 4.8.2 on Solaris. #578 #580 Version info bumped from 9:6:8 to 9:7:8; see https://verbump.de/ for what these numbers do To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/expat/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/expat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164647038415060 Content-Disposition: inline Content-Length: 1521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/expat/Makefile diff -u pkgsrc/textproc/expat/Makefile:1.51 pkgsrc/textproc/expat/Makefile:1.52 --- pkgsrc/textproc/expat/Makefile:1.51 Mon Feb 21 07:59:49 2022 +++ pkgsrc/textproc/expat/Makefile Sat Mar 5 08:53:04 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2022/02/21 07:59:49 jdolecek Exp $ +# $NetBSD: Makefile,v 1.52 2022/03/05 08:53:04 wiz Exp $ -DISTNAME= expat-2.4.6 +DISTNAME= expat-2.4.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=libexpat/} GITHUB_PROJECT= libexpat Index: pkgsrc/textproc/expat/distinfo diff -u pkgsrc/textproc/expat/distinfo:1.44 pkgsrc/textproc/expat/distinfo:1.45 --- pkgsrc/textproc/expat/distinfo:1.44 Thu Feb 24 02:47:00 2022 +++ pkgsrc/textproc/expat/distinfo Sat Mar 5 08:53:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2022/02/24 02:47:00 gutteridge Exp $ +$NetBSD: distinfo,v 1.45 2022/03/05 08:53:04 wiz Exp $ -BLAKE2s (expat-2.4.6.tar.gz) = 5e4b96814ea103d69c9b3ddf3c1a68fb7281e78bb54c6fcfbc20cff8e33ee874 -SHA512 (expat-2.4.6.tar.gz) = 0fd15c5dce9479ce749142334589cf5686a01912da931102c02d6ae4264eb61b6bd8585e2ea5fc850b7c2af0e92d41de63e3e0f5ed78a4205886a787a3931259 -Size (expat-2.4.6.tar.gz) = 708092 bytes +BLAKE2s (expat-2.4.7.tar.gz) = 78792b120d63010d63a12dddc99f1f94d6b003324e5f64921d5a9631958c01d5 +SHA512 (expat-2.4.7.tar.gz) = d83f631e90b4baee02a2279e69729260ba152e8e1274562183dc07b0dabf2c42481f5b2a48963b59a3d1b2ccee48f61f821b254461efbb4afad8abeb175df088 +Size (expat-2.4.7.tar.gz) = 710430 bytes --_----------=_164647038415060--