summaryrefslogtreecommitdiffstats
path: root/rules
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 /rules
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 'rules')
-rw-r--r--rules/libxml2.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libxml2.make b/rules/libxml2.make
index ab8c6f561..234e85f3e 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
#
# Paths and names
#
-LIBXML2_VERSION := 2.9.7
-LIBXML2_MD5 := 896608641a08b465098a40ddf51cefba
+LIBXML2_VERSION := 2.9.9
+LIBXML2_MD5 := c04a5a0a042eaa157e8e8c9eabe76bd6
LIBXML2 := libxml2-$(LIBXML2_VERSION)
LIBXML2_SUFFIX := tar.gz
LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)