This fixes quite a few possible memory leaks, overflows, use-after-free, null-pointer-dereferences, and other flaws. See announcement for details: https://mail.gnome.org/archives/xml/2019-October/msg00014.html
Signed-off-by: Alexander Dahl <[email protected]> --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 2 +- patches/{libxml2-2.9.9 => libxml2-2.9.10}/series | 0 rules/libxml2.make | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename patches/{libxml2-2.9.9 => libxml2-2.9.10}/0200-xml2-config-is-not-SYSROOT-aware.patch (93%) rename patches/{libxml2-2.9.9 => libxml2-2.9.10}/series (100%) diff --git a/patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.9.10/0200-xml2-config-is-not-SYSROOT-aware.patch similarity index 93% rename from patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch rename to patches/libxml2-2.9.10/0200-xml2-config-is-not-SYSROOT-aware.patch index 81a76383b..7204497b3 100644 --- a/patches/libxml2-2.9.9/0200-xml2-config-is-not-SYSROOT-aware.patch +++ b/patches/libxml2-2.9.10/0200-xml2-config-is-not-SYSROOT-aware.patch @@ -10,7 +10,7 @@ Signed-off-by: Marc Kleine-Budde <[email protected]> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml2-config.in b/xml2-config.in -index 19574864cb6a..ee1949ce9542 100644 +index cb4aa613a68c..31f9e67a999b 100644 --- a/xml2-config.in +++ b/xml2-config.in @@ -1,6 +1,6 @@ diff --git a/patches/libxml2-2.9.9/series b/patches/libxml2-2.9.10/series similarity index 100% rename from patches/libxml2-2.9.9/series rename to patches/libxml2-2.9.10/series diff --git a/rules/libxml2.make b/rules/libxml2.make index dea3616f5..ed8112f30 100644 --- a/rules/libxml2.make +++ b/rules/libxml2.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2 # # Paths and names # -LIBXML2_VERSION := 2.9.9 -LIBXML2_MD5 := c04a5a0a042eaa157e8e8c9eabe76bd6 +LIBXML2_VERSION := 2.9.10 +LIBXML2_MD5 := 10942a1dc23137a8aa07f0639cbfece5 LIBXML2 := libxml2-$(LIBXML2_VERSION) LIBXML2_SUFFIX := tar.gz LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected]
