aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tar/patches
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2016-08-16 13:44:05 +0300
committerJohn Crispin <john@phrozen.org>2016-08-16 12:17:18 +0200
commitc41506625a87dae1596c0b74fe74dec14005fd82 (patch)
tree71b79142f92b4d3a7d06e042e9353f044f8802da /tools/tar/patches
parentfe7fdd3bb4bc44b6603fbde14cdc2ad55ef1f612 (diff)
downloadupstream-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/patches')
-rw-r--r--tools/tar/patches/100-fix_xattr_disable.patch17
1 files changed, 0 insertions, 17 deletions
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 5735bd2364..0000000000
--- 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