diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-08-16 13:44:05 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-16 12:17:18 +0200 |
commit | c41506625a87dae1596c0b74fe74dec14005fd82 (patch) | |
tree | 71b79142f92b4d3a7d06e042e9353f044f8802da /tools/tar/Makefile | |
parent | fe7fdd3bb4bc44b6603fbde14cdc2ad55ef1f612 (diff) | |
download | upstream-c41506625a87dae1596c0b74fe74dec14005fd82.tar.gz upstream-c41506625a87dae1596c0b74fe74dec14005fd82.tar.bz2 upstream-c41506625a87dae1596c0b74fe74dec14005fd82.zip |
tools/tar: Bump to 1.29
This change updates tar from 1.28 to 1.29.
Among other changes following commit
http://git.savannah.gnu.org/cgit/tar.git/commit/lib/xattr-at.c?h=9c2b57232e3bc2e5ba85387560bcdd851849a128
substitutes previously used off-the-tree patch 100-fix_xattr_disable.patch
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'tools/tar/Makefile')
-rw-r--r-- | tools/tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tar/Makefile b/tools/tar/Makefile index 975e7835ef..4f2c2e5fee 100644 --- a/tools/tar/Makefile +++ b/tools/tar/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tar -PKG_VERSION:=1.28 +PKG_VERSION:=1.29 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/tar -PKG_MD5SUM:=49b6306167724fe48f419a33a5beb857 +PKG_MD5SUM:=a1802fec550baaeecff6c381629653ef HOST_BUILD_PARALLEL := 1 |