]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'mfischer/tar' into next
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Dec 2014 22:36:04 +0000 (23:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Dec 2014 22:36:04 +0000 (23:36 +0100)
config/rootfiles/common/tar
lfs/tar

index 9e31cc0b73f2907a0e7b095833e35748824b4045..6dbb6ee71c9797b2e15a610e66b34b3137159249 100644 (file)
@@ -2,4 +2,8 @@ bin/tar
 #usr/share/info/tar.info
 #usr/share/info/tar.info-1
 #usr/share/info/tar.info-2
+#usr/share/info/tar.info-3
+#usr/share/man/man1/tar.1
+#usr/share/man/man8/rmt.8
 #usr/sbin/rmt
+
diff --git a/lfs/tar b/lfs/tar
index b1ef2fc9831ca92d382c866aaca2ef0b9629738b..5919b04746a8299e4315ff11cd7086bcc05adace 100644 (file)
--- a/lfs/tar
+++ b/lfs/tar
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.22
+VER        = 1.28
 
 THISAPP    = tar-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -36,7 +36,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
   EXTRA_CONFIG = --prefix=/usr --bindir=/bin \
-       --libexecdir=/usr/sbin --disable-nls
+       --libexecdir=/usr/sbin --disable-nls FORCE_UNSAFE_CONFIGURE=1
   EXTRA_MAKE =
   EXTRA_INSTALL =
 else
@@ -54,7 +54,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 07fa517027f426bb80f5f5ff91b63585
+$(DL_FILE)_MD5 = 8f32b2bc1ed7ddf4cf4e4a39711341b0
 
 install : $(TARGET)