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, next, updated. 1f06c5f84ebdab0a21ffb3fd14e7ee8b935775ee Date: Mon, 24 Jun 2013 23:25:43 +0200 Message-ID: <20130624212543.B6D4520621@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5886134007037204705==" List-Id: --===============5886134007037204705== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 1f06c5f84ebdab0a21ffb3fd14e7ee8b935775ee (commit) from 57648683a319bb50cd259600fa3b54042dfb6f70 (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 1f06c5f84ebdab0a21ffb3fd14e7ee8b935775ee Author: Arne Fitzenreiter Date: Mon Jun 24 23:25:25 2013 +0200 iw: update to 3.8. ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/28 =3D> core/70}/filelists/iw | 0 lfs/iw | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/28 =3D> core/70}/filelists/iw (100%) Difference in files: diff --git a/config/rootfiles/core/70/filelists/iw b/config/rootfiles/core/70= /filelists/iw new file mode 120000 index 0000000..7c58a20 --- /dev/null +++ b/config/rootfiles/core/70/filelists/iw @@ -0,0 +1 @@ +../../../common/iw \ No newline at end of file diff --git a/lfs/iw b/lfs/iw index ec59f23..6a6627f 100644 --- a/lfs/iw +++ b/lfs/iw @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2013 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 0.9.22 +VER =3D 3.8 =20 THISAPP =3D iw-$(VER) -DL_FILE =3D $(THISAPP).tar.bz2 +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 561c2602c5ce7c65a590118286c0892a +$(DL_FILE)_MD5 =3D 2aae163b7c3b581b7d94f34a5d3e47d8 =20 install : $(TARGET) =20 @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : =20 $(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) && CFLAGS+=3D-I/usr/src/linux/include make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) hooks/post-receive -- IPFire 2.x development tree --===============5886134007037204705==--