* [PATCH] tar: Update to 1.34
@ 2021-02-19 23:17 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2021-02-19 23:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1835 bytes --]
For details see:
https://lists.gnu.org/archive/html/info-gnu/2021-02/msg00006.html
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/tar | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lfs/tar b/lfs/tar
index f5c280fb2..9ba5e5c88 100644
--- a/lfs/tar
+++ b/lfs/tar
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,10 +24,10 @@
include Config
-VER = 1.32
+VER = 1.34
THISAPP = tar-$(VER)
-DL_FILE = $(THISAPP).tar.bz2
+DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 17917356fff5cb4bd3cd5a6c3e727b05
+$(DL_FILE)_MD5 = 9a08d29a9ac4727130b5708347c0f5cf
install : $(TARGET)
@@ -79,7 +79,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/tar/01_extract.c.patch
--
2.18.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-19 23:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 23:17 [PATCH] tar: Update to 1.34 Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox