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@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@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