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 57648683a319bb50cd259600fa3b54042dfb6f70 (commit) via 3baa74d41a5a086c2bfb348750880e549b33038f (commit) via 3530dc9bf35ca5def0416d7b9c29f2afb1f8a489 (commit) from 057dbeebb2bb6eeea485c210f20051c4a6bc52b1 (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 57648683a319bb50cd259600fa3b54042dfb6f70 Merge: 3baa74d 057dbee Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jun 24 15:05:43 2013 +0200
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 3baa74d41a5a086c2bfb348750880e549b33038f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jun 24 15:04:26 2013 +0200
wireless-regdb: update to 2013.2.13.
commit 3530dc9bf35ca5def0416d7b9c29f2afb1f8a489 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jun 24 15:03:46 2013 +0200
crda: update to 1.1.3.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/46 => core/70}/filelists/crda | 0 .../rootfiles/{oldcore/51 => core/70}/filelists/wireless-regdb | 0 lfs/crda | 6 +++--- lfs/wireless-regdb | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) copy config/rootfiles/{oldcore/46 => core/70}/filelists/crda (100%) copy config/rootfiles/{oldcore/51 => core/70}/filelists/wireless-regdb (100%)
Difference in files: diff --git a/config/rootfiles/core/70/filelists/crda b/config/rootfiles/core/70/filelists/crda new file mode 120000 index 0000000..d68c46e --- /dev/null +++ b/config/rootfiles/core/70/filelists/crda @@ -0,0 +1 @@ +../../../common/crda \ No newline at end of file diff --git a/config/rootfiles/core/70/filelists/wireless-regdb b/config/rootfiles/core/70/filelists/wireless-regdb new file mode 120000 index 0000000..c9205b3 --- /dev/null +++ b/config/rootfiles/core/70/filelists/wireless-regdb @@ -0,0 +1 @@ +../../../common/wireless-regdb \ No newline at end of file diff --git a/lfs/crda b/lfs/crda index 521eb93..e87b7ad 100644 --- a/lfs/crda +++ b/lfs/crda @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2013 IPFire Team info@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,7 +24,7 @@
include Config
-VER = 1.1.1 +VER = 1.1.3
THISAPP = crda-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5fc77af68b3e21736b8ef2f8b061c810 +$(DL_FILE)_MD5 = 29579185e06a75675507527243d28e5c
install : $(TARGET)
diff --git a/lfs/wireless-regdb b/lfs/wireless-regdb index 2228c22..7c1dbe8 100644 --- a/lfs/wireless-regdb +++ b/lfs/wireless-regdb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2013 IPFire Team info@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 = 2011.04.28 +VER = 2013.02.13
THISAPP = wireless-regdb-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 16b7fabd4d7761ccf206702a3f18cce9 +$(DL_FILE)_MD5 = 46a4aa49282ea6713c3cf28cc2fc600f
install : $(TARGET)
@@ -70,7 +70,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) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree