]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Revert "tar: Update to 1.31"
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jan 2019 21:11:44 +0000 (21:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jan 2019 21:11:44 +0000 (21:11 +0000)
This reverts commit bb473fd1d6e97785dee70ceb75f9b898f92fc507.

tar crashes when used with --no-overwrite-dir. See #11958.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tar

diff --git a/lfs/tar b/lfs/tar
index b8cf8b3b2015fd7ed1c026cf68991865c25e06d5..cbab6c2a93b4e7c4d06d4195937a51c27b213104 100644 (file)
--- a/lfs/tar
+++ b/lfs/tar
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.31
+VER        = 1.30
 
 THISAPP    = tar-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 77afa35b696c8d760331fa0e12c2fac9
+$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65
 
 install : $(TARGET)