pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/expat expat: update to 2.4.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6631dcdf48ec
branches:  trunk
changeset: 374989:6631dcdf48ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 05 08:53:04 2022 +0000

description:
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

diffstat:

 textproc/expat/Makefile |  4 ++--
 textproc/expat/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 9eae3d96a9cd -r 6631dcdf48ec textproc/expat/Makefile
--- a/textproc/expat/Makefile   Sat Mar 05 08:36:58 2022 +0000
+++ b/textproc/expat/Makefile   Sat Mar 05 08:53:04 2022 +0000
@@ -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
diff -r 9eae3d96a9cd -r 6631dcdf48ec textproc/expat/distinfo
--- a/textproc/expat/distinfo   Sat Mar 05 08:36:58 2022 +0000
+++ b/textproc/expat/distinfo   Sat Mar 05 08:53:04 2022 +0000
@@ -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