mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH 02/10] xz: version bump 5.2.2 -> 5.2.3
Date: Sun, 23 Apr 2017 23:51:14 +0200	[thread overview]
Message-ID: <20170423215122.2532-2-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <20170423215122.2532-1-r.schwebel@pengutronix.de>

The new version has some new options:

  --disable-external-sha256
  --disable-sandbox

which we both disable, and

  --enable-encoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc"
  --enable-decoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc"

which is the list of all available encoders/decoders, which is default.

There are no patches which need to be ported.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/xz.make | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/rules/xz.make b/rules/xz.make
index 6339dcb98..815eceed7 100644
--- a/rules/xz.make
+++ b/rules/xz.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_XZ) += xz
 #
 # Paths and names
 #
-XZ_VERSION	:= 5.2.2
-XZ_MD5		:= f90c9a0c8b259aee2234c4e0d7fd70af
+XZ_VERSION	:= 5.2.3
+XZ_MD5		:= 1592e7ca3eece099b03b35f4d9179e7c
 XZ		:= xz-$(XZ_VERSION)
 XZ_SUFFIX	:= tar.bz2
 XZ_URL		:= http://tukaani.org/xz/$(XZ).$(XZ_SUFFIX)
@@ -53,6 +53,10 @@ XZ_CONF_OPT	:= \
 	--disable-nls \
 	--disable-rpath \
 	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-external-sha256 \
+	--disable-sandbox \
+	--enable-encoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc" \
+	--enable-decoders="lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc" \
 	--disable-werror
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2017-04-23 21:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-23 21:51 [ptxdist] [PATCH 01/10] libcap: mirror.linux.org.au doesn't mirror package any more Robert Schwebel
2017-04-23 21:51 ` Robert Schwebel [this message]
2017-04-23 21:51 ` [ptxdist] [PATCH 03/10] libtasn1: version bump 4.8 -> 4.9 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 04/10] htop: version bump 2.0.1 -> 2.0.2 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 05/10] libusb: version bump 1.0.18 -> 1.0.21 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 06/10] dbus: version bump 1.10.14 -> 1.10.18 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 07/10] kmod: version bump 22 -> 24 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 08/10] libpcre: version bump 8.39 -> 8.40 Robert Schwebel
2017-04-28 12:37   ` Michael Olbrich
2017-04-28 20:41     ` [ptxdist] [PATCHv2] " Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 09/10] libnl3: version bump 3.2.28 -> 3.2.29 Robert Schwebel
2017-04-23 21:51 ` [ptxdist] [PATCH 10/10] libndp: version bump 1.4 -> 1.6 Robert Schwebel

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=20170423215122.2532-2-r.schwebel@pengutronix.de \
    --to=r.schwebel@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