summaryrefslogtreecommitdiffstats
path: root/patches/libxml2-2.9.9
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-02-20 14:09:52 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-23 08:32:55 +0100
commit2f88d0401bc3398a0a164c7391d0088dff86c9d3 (patch)
tree36fdf3055b7cbd001e641b3c9bcea0c81c1fe93a /patches/libxml2-2.9.9
parenteb60e68ab20fb8d6c14ab113f9fa5f5dc8294478 (diff)
downloadptxdist-2f88d0401bc3398a0a164c7391d0088dff86c9d3.tar.gz
ptxdist-2f88d0401bc3398a0a164c7391d0088dff86c9d3.tar.xz
libxml2: version bump 2.9.7 -> 2.9.9
Includes bug fixes and fixes for CVE-2018-9251, CVE-2018-14567, and CVE-2018-14404. The patch for CVE-2017-8872 was removed. Although there's nothing about that in the changelogs, the underlying problem was solved with 2.9.9: https://mail.gnome.org/archives/xml/2019-January/msg00011.html Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/libxml2-2.9.9')
-rw-r--r--patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch23
-rw-r--r--patches/libxml2-2.9.9/series5
2 files changed, 28 insertions, 0 deletions
diff --git a/patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch
new file mode 100644
index 000000000..81a76383b
--- /dev/null
+++ b/patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch
@@ -0,0 +1,23 @@
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Date: Sat, 4 Sep 2010 20:14:51 +0200
+Subject: [PATCH] xml2-config is not $SYSROOT aware
+
+This patch adds $SYSROOT support to xml2-config.
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+---
+ xml2-config.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/xml2-config.in b/xml2-config.in
+index 19574864cb6a..ee1949ce9542 100644
+--- a/xml2-config.in
++++ b/xml2-config.in
+@@ -1,6 +1,6 @@
+ #! /bin/sh
+
+-prefix=@prefix@
++prefix=${SYSROOT}@prefix@
+ exec_prefix=@exec_prefix@
+ includedir=@includedir@
+ libdir=@libdir@
diff --git a/patches/libxml2-2.9.9/series b/patches/libxml2-2.9.9/series
new file mode 100644
index 000000000..198075fbf
--- /dev/null
+++ b/patches/libxml2-2.9.9/series
@@ -0,0 +1,5 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+#tag:ptx --start-number 200
+0200-xml2-config-is-not-SYSROOT-aware.patch
+# 9a7de85eef8cb30919e83bc9b2e42cd9 - git-ptx-patches magic