aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-07-24 10:18:52 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-07-24 10:18:52 +0000
commitfeff59880f4a1a30cd12e8f4628fde6f37a517e7 (patch)
tree430f8e2c4bfbf0c2055387cab4b3ba96b405cf05
parent0a374fc365e7ed93845078e71c81159d4d0af9de (diff)
main/libxml2: upgrade to 2.9.12
2.9.11 lacked fuzz.h, which broke the test suite. Upgrade to 2.9.12 to fix that again.
-rw-r--r--main/libxml2/APKBUILD6
-rw-r--r--main/libxml2/disable-fuzz-tests.patch12
2 files changed, 2 insertions, 16 deletions
diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD
index 077113146b3..45362268c6f 100644
--- a/main/libxml2/APKBUILD
+++ b/main/libxml2/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=libxml2
-pkgver=2.9.11
+pkgver=2.9.12
pkgrel=0
pkgdesc="XML parsing library, version 2"
url="http://www.xmlsoft.org/"
@@ -20,7 +20,6 @@ options="!strip"
source="http://xmlsoft.org/sources/libxml2-$pkgver.tar.gz
revert-Make-xmlFreeNodeList-non-recursive.patch
libxml2-2.9.8-python3-unicode-errors.patch
- disable-fuzz-tests.patch
"
# secfixes:
@@ -104,8 +103,7 @@ utils() {
}
sha512sums="
-d9c71d75d1cd0708f56fef47802ce53d6c64c4580469458edb2fc12b699319235bcff62bc1be1f0a01f4077726e37ad2cf5e4dee4bca36a9d5d3b21d12253ba5 libxml2-2.9.11.tar.gz
+df1c6486e80f0fcf3c506f3599bcfb94b620c00d0b5d26831bc983daa78d58ec58b5057b1ec7c1a26c694f40199c6234ee2a6dcabf65abfa10c447cb5705abbd libxml2-2.9.12.tar.gz
347178e432379d543683cba21b902e7305202c03e8dbd724ae395963d677096a5cfc4e345e208d498163ca5174683c167610fc2b297090476038bc2bb7c84b4f revert-Make-xmlFreeNodeList-non-recursive.patch
a205c97fa1488fb8907cfa08b5f82e2055c80b86213dc3cc5c4b526fe6aa786bcc4e4eeb226c44635a1d021307b39e3940f706c42fb60e9e3e9b490a84164df7 libxml2-2.9.8-python3-unicode-errors.patch
-62ffdbd522d58bde88e5169584b0f5891a214620567d2925ce55219364339dbf0ac542df58124ef65b1670d999b725ed0f1514e8625521b1ea33a5625e3ae2f8 disable-fuzz-tests.patch
"
diff --git a/main/libxml2/disable-fuzz-tests.patch b/main/libxml2/disable-fuzz-tests.patch
deleted file mode 100644
index 6de3c48f891..00000000000
--- a/main/libxml2/disable-fuzz-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 17ccf43..3277fee 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -2098,7 +2098,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \
- $(CHECKER) ./runxmlconf$(EXEEXT)
- @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
- $(MAKE) tests ; fi)
-- @cd fuzz; $(MAKE) tests
-
- check: all runtests
-