summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2016-05-25 16:18:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 10:29:23 +0200
commit19d351c6616e3f3c4071c6ca7084af89bc72b419 (patch)
tree1bb9f0dd71f07ce64fc9d1749e77222320ff2ac9 /rules
parent7e9ce972cc8012baf5786368abf37704bb84c599 (diff)
downloadptxdist-19d351c6616e3f3c4071c6ca7084af89bc72b419.tar.gz
ptxdist-19d351c6616e3f3c4071c6ca7084af89bc72b419.tar.xz
libxml2: security update from 2.9.3 to 2.9.4
see announcement at https://mail.gnome.org/archives/xml/2016-May/msg00023.html for details Signed-off-by: Alexander Dahl <post@lespocky.de> 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 6d27af589..96dad6737 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
#
# Paths and names
#
-LIBXML2_VERSION := 2.9.3
-LIBXML2_MD5 := daece17e045f1c107610e137ab50c179
+LIBXML2_VERSION := 2.9.4
+LIBXML2_MD5 := ae249165c173b1ff386ee8ad676815f5
LIBXML2 := libxml2-$(LIBXML2_VERSION)
LIBXML2_SUFFIX := tar.gz
LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)