pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/expat
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 <expat.h>
#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 <expat.h>
#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.
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
Home |
Main Index |
Thread Index |
Old Index