From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200318132716.10624-3-ada@thorsis.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 27 Mar 2020 10:52:24 +0100 Subject: Re: [ptxdist] [2/4] libxml2: version bump 2.9.9 -> 2.9.10 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alexander Dahl Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:24 +0100, Alexander Dahl wrote: > 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 > --- > .../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 > 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) > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de