* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 770c2c5222a34cfc843e5c15f2a14b92fdd80cac
@ 2017-11-02 15:38 git
0 siblings, 0 replies; only message in thread
From: git @ 2017-11-02 15:38 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1772 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 770c2c5222a34cfc843e5c15f2a14b92fdd80cac (commit)
from 4a510319ca095b27ed91c05ebbe703c3faa434fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 770c2c5222a34cfc843e5c15f2a14b92fdd80cac
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Nov 2 15:37:27 2017 +0000
wget: Update file extension
Upstream does not distribute XZ compressed tarballs any more
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/wget | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/lfs/wget b/lfs/wget
index 2c750bf..774928b 100644
--- a/lfs/wget
+++ b/lfs/wget
@@ -27,7 +27,7 @@ include Config
VER = 1.19.2
THISAPP = wget-$(VER)
-DL_FILE = $(THISAPP).tar.xz
+DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -69,7 +69,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) && ./configure \
--prefix=/usr \
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-02 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 15:38 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 770c2c5222a34cfc843e5c15f2a14b92fdd80cac git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox