[source] tools/tar: Bump to 1.29
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 16 23:51:12 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=c41506625a87dae1596c0b74fe74dec14005fd82
commit c41506625a87dae1596c0b74fe74dec14005fd82
Author: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
AuthorDate: Tue Aug 16 13:44:05 2016 +0300
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 at synopsys.com>
---
tools/tar/Makefile | 4 ++--
tools/tar/patches/100-fix_xattr_disable.patch | 17 -----------------
2 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/tools/tar/Makefile b/tools/tar/Makefile
index 975e783..4f2c2e5 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
diff --git a/tools/tar/patches/100-fix_xattr_disable.patch b/tools/tar/patches/100-fix_xattr_disable.patch
deleted file mode 100644
index 5735bd2..0000000
--- a/tools/tar/patches/100-fix_xattr_disable.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/lib/xattr-at.c
-+++ b/lib/xattr-at.c
-@@ -18,6 +18,8 @@
-
- #include <config.h>
-
-+#ifdef HAVE_XATTRS
-+
- #include "xattr-at.h"
- #include "openat.h"
-
-@@ -108,3 +110,5 @@
- #undef AT_FUNC_RESULT
- #undef AT_FUNC_POST_FILE_PARAM_DECLS
- #undef AT_FUNC_POST_FILE_ARGS
-+
-+#endif
More information about the lede-commits
mailing list