summaryrefslogtreecommitdiff
path: root/external/libxml2/libxml2-config.patch.1
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-05-21 13:33:26 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-05-21 15:46:17 +0200
commit37dd42f70726f5958f4371757576939164507a4f (patch)
treeb469af1a0c563869294545b0e627e31c713eb88e /external/libxml2/libxml2-config.patch.1
parent2976392800739d38d5f84f1f8242701c526b29e1 (diff)
libxml2: upgrade to release 2.9.12
Fixes: CVE-2021-3516 CVE-2021-3517 CVE-2021-3518 CVE-2021-3537 CVE-2021-3541 * external/libxml2/ubsan.patch.0: remove, fixed upstream Change-Id: I347dc854b862e78bde87d3e57cf5fdb584ca5673 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115913 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit bf0c6a98ae38cd2188d7f7e94f1563e5ce6a8ce4)
Diffstat (limited to 'external/libxml2/libxml2-config.patch.1')
-rw-r--r--external/libxml2/libxml2-config.patch.14
1 files changed, 2 insertions, 2 deletions
diff --git a/external/libxml2/libxml2-config.patch.1 b/external/libxml2/libxml2-config.patch.1
index 8c28fb6a7806..5a2ef1485e92 100644
--- a/external/libxml2/libxml2-config.patch.1
+++ b/external/libxml2/libxml2-config.patch.1
@@ -18,9 +18,9 @@ Hack the xml2-config to return paths into WORKDIR.
+exec_prefix=${WORKDIR}/UnpackedTarball/libxml2
+includedir=${WORKDIR}/UnpackedTarball/libxml2/include
+libdir=${WORKDIR}/UnpackedTarball/libxml2/.libs
+ cflags=
+ libs=
- usage()
- {
@@ -67,7 +72,8 @@
;;