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, master has been updated
via c3408c01a14491e7e6eb4937863afe18d208ec05 (commit)
via ba2a22487ae87281a33805827ec174d87b04c3fe (commit)
from 82bcc200c778abc6c6b9bc7716c33d4a58e8ffa6 (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 c3408c01a14491e7e6eb4937863afe18d208ec05
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Jan 4 18:21:06 2015 +0100
wireless-regdb: update to 2014.11.18.
commit ba2a22487ae87281a33805827ec174d87b04c3fe
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Jan 4 18:20:08 2015 +0100
crda: update 3.13.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/crda | 14 ++++++++------
config/rootfiles/{oldcore/70 => core/86}/filelists/crda | 0
.../{oldcore/70 => core/86}/filelists/wireless-regdb | 0
lfs/crda | 12 ++++++------
lfs/wireless-regdb | 4 ++--
5 files changed, 16 insertions(+), 14 deletions(-)
copy config/rootfiles/{oldcore/70 => core/86}/filelists/crda (100%)
copy config/rootfiles/{oldcore/70 => core/86}/filelists/wireless-regdb (100%)
Difference in files:
diff --git a/config/rootfiles/common/crda b/config/rootfiles/common/crda
index 23c2ad0..74f0850 100644
--- a/config/rootfiles/common/crda
+++ b/config/rootfiles/common/crda
@@ -1,12 +1,14 @@
lib/udev/rules.d/85-regulatory.rules
#root/.python-eggs
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto/__m2crypto.so
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto
-#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto/__m2crypto.so
+#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp
+#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto
+#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto/__m2crypto.so
sbin/crda
sbin/regdbdump
+#usr/include/reglib
+#usr/include/reglib/nl80211.h
+#usr/include/reglib/regdb.h
+#usr/include/reglib/reglib.h
+usr/lib/libreg.so
#usr/share/man/man8/crda.8.gz
#usr/share/man/man8/regdbdump.8.gz
diff --git a/config/rootfiles/core/86/filelists/crda b/config/rootfiles/core/86/filelists/crda
new file mode 120000
index 0000000..d68c46e
--- /dev/null
+++ b/config/rootfiles/core/86/filelists/crda
@@ -0,0 +1 @@
+../../../common/crda
\ No newline at end of file
diff --git a/config/rootfiles/core/86/filelists/wireless-regdb b/config/rootfiles/core/86/filelists/wireless-regdb
new file mode 120000
index 0000000..c9205b3
--- /dev/null
+++ b/config/rootfiles/core/86/filelists/wireless-regdb
@@ -0,0 +1 @@
+../../../common/wireless-regdb
\ No newline at end of file
diff --git a/lfs/crda b/lfs/crda
index e87b7ad..8bee258 100644
--- a/lfs/crda
+++ b/lfs/crda
@@ -24,10 +24,10 @@
include Config
-VER = 1.1.3
+VER = 3.13
THISAPP = crda-$(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 = 29579185e06a75675507527243d28e5c
+$(DL_FILE)_MD5 = 66b1b0417c1ad19f0009a5c0c0c1aebc
install : $(TARGET)
@@ -70,8 +70,8 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && USE_OPENSSL=1 make $(MAKETUNING)
- cd $(DIR_APP) && USE_OPENSSL=1 make install
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+ cd $(DIR_APP) && make $(MAKETUNING)
+ cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/wireless-regdb b/lfs/wireless-regdb
index 7c1dbe8..17a6450 100644
--- a/lfs/wireless-regdb
+++ b/lfs/wireless-regdb
@@ -24,7 +24,7 @@
include Config
-VER = 2013.02.13
+VER = 2014.11.18
THISAPP = wireless-regdb-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 46a4aa49282ea6713c3cf28cc2fc600f
+$(DL_FILE)_MD5 = d750c402c5510add7380edcb1d9b75b2
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree