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:           Tue Feb  1 12:10:18 UTC 2022

Modified Files:
        pkgsrc/textproc/expat: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/expat/Makefile
cvs rdiff -u -r1.40 -r1.41 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.48 pkgsrc/textproc/expat/Makefile:1.49
--- pkgsrc/textproc/expat/Makefile:1.48 Mon Jan 17 08:49:34 2022
+++ pkgsrc/textproc/expat/Makefile      Tue Feb  1 12:10:17 2022
@@ -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

Index: pkgsrc/textproc/expat/distinfo
diff -u pkgsrc/textproc/expat/distinfo:1.40 pkgsrc/textproc/expat/distinfo:1.41
--- pkgsrc/textproc/expat/distinfo:1.40 Mon Jan 17 08:49:34 2022
+++ pkgsrc/textproc/expat/distinfo      Tue Feb  1 12:10:17 2022
@@ -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