From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core116, updated. 770c2c5222a34cfc843e5c15f2a14b92fdd80cac Date: Thu, 02 Nov 2017 15:38:57 +0000 Message-ID: <20171102153857.E2D831081BCF@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1820792977366441112==" List-Id: --===============1820792977366441112== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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, core116 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 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 ----------------------------------------------------------------------- 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 --===============1820792977366441112==--