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.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acf0eeb0a848
branches:  trunk
changeset: 372889:acf0eeb0a848
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 01 12:10:17 2022 +0000

description:
expat: update to 2.4.4.

Release 2.4.4 Sun January 30 2022
        Security fixes:
            #550  CVE-2022-23852 -- Fix signed integer overflow
                    (undefined behavior) in function XML_GetBuffer
                    (that is also called by function XML_Parse internally)
                    for when XML_CONTEXT_BYTES is defined to >0 (which is both
                    common and default).
                    Impact is denial of service or more.
            #551  CVE-2022-23990 -- Fix unsigned integer overflow in function
                    doProlog triggered by large content in element type
                    declarations when there is an element declaration handler
                    present (from a prior call to XML_SetElementDeclHandler).
                    Impact is denial of service or more.

        Bug fixes:
       #544 #545  xmlwf: Fix a memory leak on output file opening error

        Other changes:
            #546  Autotools: Fix broken CMake support under Cygwin
            #554  Windows: Add missing files to the installer to fix
                    compilation with CMake from installed sources
       #552 #554  Version info bumped from 9:3:8 to 9:4: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 755479d343f9 -r acf0eeb0a848 textproc/expat/Makefile
--- a/textproc/expat/Makefile   Tue Feb 01 11:58:35 2022 +0000
+++ b/textproc/expat/Makefile   Tue Feb 01 12:10:17 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2022/01/17 08:49:34 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2022/02/01 12:10:17 wiz Exp $
 
-DISTNAME=      expat-2.4.3
+DISTNAME=      expat-2.4.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libexpat/}
 GITHUB_PROJECT=        libexpat
diff -r 755479d343f9 -r acf0eeb0a848 textproc/expat/distinfo
--- a/textproc/expat/distinfo   Tue Feb 01 11:58:35 2022 +0000
+++ b/textproc/expat/distinfo   Tue Feb 01 12:10:17 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2022/01/17 08:49:34 wiz Exp $
+$NetBSD: distinfo,v 1.41 2022/02/01 12:10:17 wiz Exp $
 
-BLAKE2s (expat-2.4.3.tar.gz) = d11a306dcb01b2c52bbb76e73a339af693d96103ee90c1d64fe16898a18d8bbd
-SHA512 (expat-2.4.3.tar.gz) = 263bf62f8c3f23e4c22d88a79353e11456eb1993d7d4df14ca11e4a743b2b9610b789811610bd7833777cca338fb7c1e5bf9827c72ce515b03aac1f048103f8f
-Size (expat-2.4.3.tar.gz) = 705509 bytes
+BLAKE2s (expat-2.4.4.tar.gz) = 8e5f1c0f84e7d725c0a885bc798411fa5e13603a6623e737ac66ba7b5e66ed33
+SHA512 (expat-2.4.4.tar.gz) = a3a4f7aec51f10bb57993f2c08ba367efcb4579e5fa11f0a85262e5d6677aba32f4a17b0436dd17d4c53f45aaff88cb5bf9cf96ba8380e7740a2728fe930c5e3
+Size (expat-2.4.4.tar.gz) = 703949 bytes



Home | Main Index | Thread Index | Old Index