aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-08-15 11:27:11 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-08-15 11:27:11 +0000
commitf60e09ae491a47e6a6fbf3c1e951e4c1262a56da (patch)
treef92535ed109ca07fddb72dfbe0edf2b7155bb86e /tools/xz
parent7d7d6372a064e48379165548ab1de1b9e6e655b1 (diff)
downloadmaster-187ad058-f60e09ae491a47e6a6fbf3c1e951e4c1262a56da.tar.gz
master-187ad058-f60e09ae491a47e6a6fbf3c1e951e4c1262a56da.tar.bz2
master-187ad058-f60e09ae491a47e6a6fbf3c1e951e4c1262a56da.zip
tools: xz: update to version 5.2.1
This adds support for symbol versioning which is needed on CentOs/RedHat 7 to fix #20134. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index f80d896582..e266667957 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.0.5
+PKG_VERSION:=5.2.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://tukaani.org/xz
-PKG_MD5SUM:=db44efe0d53ac4317627624b98c63da0
+PKG_MD5SUM:=d484910b26fec5aff99ee66350589e29
HOST_BUILD_PARALLEL:=1