summaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile.common
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-05-20 12:56:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-05-20 12:56:56 +0000
commit88b33d512375e10bd7d558d963a54cfdc1e8a737 (patch)
treebcb76963d8f232d46bb20e88869645aa7799c613 /textproc/libxml2/Makefile.common
parent5328ddfb5ae2545083f7e196000f39b3d7155794 (diff)
downloadpkgsrc-88b33d512375e10bd7d558d963a54cfdc1e8a737.tar.gz
Pullup ticket #6633 - requested by gutteridge
textproc/libxml2: security fix Revisions pulled up: - textproc/libxml2/Makefile 1.164 - textproc/libxml2/Makefile.common 1.16 - textproc/libxml2/distinfo 1.141 - textproc/py-libxml2/Makefile 1.81 --- Module Name: pkgsrc Committed By: gutteridge Date: Fri May 6 00:55:55 UTC 2022 Modified Files: pkgsrc/textproc/libxml2: Makefile Makefile.common distinfo pkgsrc/textproc/py-libxml2: Makefile Log Message: libxml2: update to 2.9.14, includes security fixes v2.9.14: May 02 2022: - Security: [CVE-2022-29824] Integer overflow in xmlBuf and xmlBuffer Fix potential double-free in xmlXPtrStringRangeFunction Fix memory leak in xmlFindCharEncodingHandler Normalize XPath strings in-place Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars() (David Kilzer) Fix leak of xmlElementContent (David Kilzer) - Bug fixes: Fix parsing of subtracted regex character classes Fix recursion check in xinclude.c Reset last error in xmlCleanupGlobals Fix certain combinations of regex range quantifiers Fix range quantifier on subregex - Improvements: Fix recovery from invalid HTML start tags - Build system, portability: Define LFS macros before including system headers Initialize XPath floating-point globals configure: check for icu DEFS (James Hilliard) configure.ac: produce tar.xz only (GNOME policy) (David Seifert) CMakeLists.txt: Fix LIBXML_VERSION_NUMBER Fix build with older Python versions Fix --without-valid build
Diffstat (limited to 'textproc/libxml2/Makefile.common')
-rw-r--r--textproc/libxml2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile.common b/textproc/libxml2/Makefile.common
index 6d959efaf81..f7618bb385b 100644
--- a/textproc/libxml2/Makefile.common
+++ b/textproc/libxml2/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2022/03/12 07:33:22 kim Exp $
+# $NetBSD: Makefile.common,v 1.15.2.1 2022/05/20 12:56:56 bsiegert Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
-DISTNAME= libxml2-2.9.13
+DISTNAME= libxml2-2.9.14
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz