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 16016ff2b0c7e53a580d4584ab4de66e3d77e87d (commit) via 95b09c86d6f13fa4c59bdb012d60c4d5ffb39b9b (commit) via db151fde63cc88d42d584ffbfe753fc8b81d1c97 (commit) via 1d664fe1db6a42f4e64ec581f8ba8876eda6d815 (commit) via c5a5e4abb043abe1c5cecbdf15b28b03f74f4734 (commit) from 55eb745e65ade706d6ded851086a42f2a1b8803b (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 16016ff2b0c7e53a580d4584ab4de66e3d77e87d Merge: 95b09c8 55eb745 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 28 18:42:57 2015 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 95b09c86d6f13fa4c59bdb012d60c4d5ffb39b9b Merge: db151fd c5a5e4a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 28 18:40:32 2015 +0200
Merge remote-tracking branch 'origin/master' into next
commit db151fde63cc88d42d584ffbfe753fc8b81d1c97 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 28 18:39:26 2015 +0200
igb: update to 5.3.3.2
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 1d664fe1db6a42f4e64ec581f8ba8876eda6d815 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 28 18:38:55 2015 +0200
e1000e: update to 3.2.4.2
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/oldcore/94/update.sh | 3 +++ lfs/e1000e | 6 +++--- lfs/igb | 6 +++--- make.sh | 10 +++++----- 4 files changed, 14 insertions(+), 11 deletions(-)
Difference in files: diff --git a/config/rootfiles/oldcore/94/update.sh b/config/rootfiles/oldcore/94/update.sh index ff9797c..6560662 100644 --- a/config/rootfiles/oldcore/94/update.sh +++ b/config/rootfiles/oldcore/94/update.sh @@ -39,6 +39,9 @@ done # Extract files extract_files
+# Restart init after glibc update +telinit u + # Update Language cache /usr/local/bin/update-lang-cache
diff --git a/lfs/e1000e b/lfs/e1000e index d23369c..095ab31 100644 --- a/lfs/e1000e +++ b/lfs/e1000e @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2015 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 # @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/e1000e
-VER = 3.1.0.2 +VER = 3.2.4.2
THISAPP = e1000e-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b8d770160691edd247a90070f45642ce +$(DL_FILE)_MD5 = da331c268e1b928e896dfa4c71fbe4d9
install : $(TARGET)
diff --git a/lfs/igb b/lfs/igb index fa762e0..85d228c 100644 --- a/lfs/igb +++ b/lfs/igb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2015 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 # @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/igb/
-VER = 5.2.9.3 +VER = 5.3.3.2
THISAPP = igb-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 814395d3b76090f378002bddecfd2dfc +$(DL_FILE)_MD5 = 2d753a0bd03c949ec08d68c27540044d
install : $(TARGET)
diff --git a/make.sh b/make.sh index 95877a4..ed902c9 100755 --- a/make.sh +++ b/make.sh @@ -424,7 +424,7 @@ buildipfire() { ipfiremake backports KCFG="" ipfiremake cryptodev KCFG="" ipfiremake e1000e KCFG="" -# ipfiremake igb KCFG="" + ipfiremake igb KCFG="" ipfiremake ixgbe KCFG="" ipfiremake xtables-addons KCFG="" ipfiremake linux-initrd KCFG="" @@ -435,7 +435,7 @@ buildipfire() { ipfiremake backports KCFG="-pae" ipfiremake cryptodev KCFG="-pae" ipfiremake e1000e KCFG="-pae" -# ipfiremake igb KCFG="-pae" + ipfiremake igb KCFG="-pae" ipfiremake ixgbe KCFG="-pae" ipfiremake xtables-addons KCFG="-pae" ipfiremake linux-initrd KCFG="-pae" @@ -445,7 +445,7 @@ buildipfire() { ipfiremake backports KCFG="" ipfiremake cryptodev KCFG="" ipfiremake e1000e KCFG="" -# ipfiremake igb KCFG="" + ipfiremake igb KCFG="" ipfiremake ixgbe KCFG="" ipfiremake xtables-addons KCFG="" ipfiremake linux-initrd KCFG="" @@ -464,7 +464,7 @@ buildipfire() { ipfiremake backports KCFG="-multi" ipfiremake cryptodev KCFG="-multi" ipfiremake e1000e KCFG="-multi" -# ipfiremake igb KCFG="-multi" + ipfiremake igb KCFG="-multi" ipfiremake ixgbe KCFG="-multi" ipfiremake xtables-addons KCFG="-multi" ipfiremake linux-initrd KCFG="-multi" @@ -474,7 +474,7 @@ buildipfire() { ipfiremake backports KCFG="-kirkwood" ipfiremake cryptodev KCFG="-kirkwood" ipfiremake e1000e KCFG="-kirkwood" -# ipfiremake igb KCFG="-kirkwood" + ipfiremake igb KCFG="-kirkwood" ipfiremake ixgbe KCFG="-kirkwood" ipfiremake xtables-addons KCFG="-kirkwood" ipfiremake linux-initrd KCFG="-kirkwood"
hooks/post-receive -- IPFire 2.x development tree