mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/2] libxslt: update to 1.1.28
Date: Thu, 13 Nov 2014 17:49:01 +0100	[thread overview]
Message-ID: <20141113164901.GQ30196@pengutronix.de> (raw)
In-Reply-To: <1414440669-4568-2-git-send-email-post@lespocky.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 <post@lespocky.de>

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 <mkl@pengutronix.de>
>  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 <mkl@pengutronix.de>
>  ---
>   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

  reply	other threads:[~2014-11-13 16:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-27 20:11 [ptxdist] update libxml2 and libxslt Alexander Dahl
2014-10-27 20:11 ` [ptxdist] [PATCH 1/2] libxslt: update to 1.1.28 Alexander Dahl
2014-11-13 16:49   ` Michael Olbrich [this message]
2014-10-27 20:11 ` [ptxdist] [PATCH 2/2] libxml2: update to 2.9.2 Alexander Dahl
2014-11-13 16:50   ` Michael Olbrich
2014-11-14 15:01     ` Alexander Dahl
2014-11-18 15:02     ` Alexander Dahl
2014-11-19 10:20       ` Michael Olbrich
2014-11-19 11:16         ` Alexander Dahl
2014-11-19 11:51           ` Michael Olbrich
2014-11-21  7:00             ` [ptxdist] [PATCH 1/2] " Alexander Dahl
2014-11-21  7:00               ` [ptxdist] [PATCH 2/2] libxml2: handle new ./configure options Alexander Dahl
2014-11-21 14:44                 ` Michael Olbrich
2014-11-24 11:25                   ` [ptxdist] [PATCHv3 0/2] libxml/libxslt update Alexander Dahl
2014-11-24 11:25                     ` [ptxdist] [PATCHv3 1/2] libxslt: add --without-python to host package Alexander Dahl
2014-11-24 11:25                     ` [ptxdist] [PATCHv3 2/2] libxml2: update to 2.9.2 Alexander Dahl
2014-11-26  9:58                     ` [ptxdist] [PATCHv3 0/2] libxml/libxslt update Michael Olbrich
2014-11-26 10:20                       ` Alexander Dahl
2014-11-26 15:24                         ` Michael Olbrich
2014-11-26 17:43                           ` [ptxdist] [PATCHv3 1/2] libxslt: add --without-python to host package Alexander Dahl
2014-11-26 17:43                             ` [ptxdist] [PATCHv3 2/2] libxml2: update to 2.9.2 Alexander Dahl
2014-11-27  8:59                               ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141113164901.GQ30196@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox