From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XoxZt-0007Rq-40 for ptxdist@pengutronix.de; Thu, 13 Nov 2014 17:49:01 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XoxZt-0000Ab-2c for ptxdist@pengutronix.de; Thu, 13 Nov 2014 17:49:01 +0100 Date: Thu, 13 Nov 2014 17:49:01 +0100 From: Michael Olbrich Message-ID: <20141113164901.GQ30196@pengutronix.de> References: <1414440669-4568-1-git-send-email-post@lespocky.de> <1414440669-4568-2-git-send-email-post@lespocky.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1414440669-4568-2-git-send-email-post@lespocky.de> Subject: Re: [ptxdist] [PATCH 1/2] libxslt: update to 1.1.28 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Oct 27, 2014 at 09:11:08PM +0100, Alexander Dahl wrote: > (upgrade needed for working with libxml2 > 2.9.0) > > Signed-off-by: Alexander Dahl Thanks, applied. Michael > --- > patches/libxslt-1.1.26/series | 1 - > .../0001-xslt-config-add-SYSROOT-support.patch | 8 ++------ > patches/libxslt-1.1.28/series | 4 ++++ > rules/libxslt.make | 4 ++-- > 4 files changed, 8 insertions(+), 9 deletions(-) > delete mode 100644 patches/libxslt-1.1.26/series > rename patches/{libxslt-1.1.26 => libxslt-1.1.28}/0001-xslt-config-add-SYSROOT-support.patch (73%) > create mode 100644 patches/libxslt-1.1.28/series > > diff --git a/patches/libxslt-1.1.26/series b/patches/libxslt-1.1.26/series > deleted file mode 100644 > index 218abc0..0000000 > --- a/patches/libxslt-1.1.26/series > +++ /dev/null > @@ -1 +0,0 @@ > -0001-xslt-config-add-SYSROOT-support.patch > diff --git a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch > similarity index 73% > rename from patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch > rename to patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch > index 89b2b2b..dacc3ee 100644 > --- a/patches/libxslt-1.1.26/0001-xslt-config-add-SYSROOT-support.patch > +++ b/patches/libxslt-1.1.28/0001-xslt-config-add-SYSROOT-support.patch > @@ -1,4 +1,3 @@ > -From b08208f3faae4d9cdb0ef9a5840b4b3836dd7083 Mon Sep 17 00:00:00 2001 > From: Marc Kleine-Budde > Date: Sun, 10 Jan 2010 01:10:34 +0100 > Subject: [PATCH] xslt-config: add SYSROOT support > @@ -6,10 +5,10 @@ Subject: [PATCH] xslt-config: add SYSROOT support > Signed-off-by: Marc Kleine-Budde > --- > xslt-config.in | 2 +- > - 1 files changed, 1 insertions(+), 1 deletions(-) > + 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xslt-config.in b/xslt-config.in > -index a1e1fb5..fcfeed3 100644 > +index 45c3e28f2f12..5c009c4f4ad2 100644 > --- a/xslt-config.in > +++ b/xslt-config.in > @@ -1,6 +1,6 @@ > @@ -20,6 +19,3 @@ index a1e1fb5..fcfeed3 100644 > exec_prefix=@exec_prefix@ > exec_prefix_set=no > includedir=@includedir@ > --- > -1.6.6 > - > diff --git a/patches/libxslt-1.1.28/series b/patches/libxslt-1.1.28/series > new file mode 100644 > index 0000000..04dc8b0 > --- /dev/null > +++ b/patches/libxslt-1.1.28/series > @@ -0,0 +1,4 @@ > +# generated by git-ptx-patches > +#tag:base --start-number 1 > +0001-xslt-config-add-SYSROOT-support.patch > +# 646fc10f99566b9f24135a2ca6e26cbc - git-ptx-patches magic > diff --git a/rules/libxslt.make b/rules/libxslt.make > index 5bf63b5..5ea8d23 100644 > --- a/rules/libxslt.make > +++ b/rules/libxslt.make > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt > # > # Paths and names > # > -LIBXSLT_VERSION := 1.1.26 > -LIBXSLT_MD5 := e61d0364a30146aaa3001296f853b2b9 > +LIBXSLT_VERSION := 1.1.28 > +LIBXSLT_MD5 := 9667bf6f9310b957254fdcf6596600b7 > LIBXSLT := libxslt-$(LIBXSLT_VERSION) > LIBXSLT_SUFFIX := tar.gz > LIBXSLT_SOURCE := $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX) > -- > 1.7.10.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de