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 0401c1582c8d7041b7ad553d12a61396b7839918 (commit) from b20dc2765dc95eee341053a7e29b360f1c5d0330 (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 0401c1582c8d7041b7ad553d12a61396b7839918 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Nov 14 15:38:21 2011 +0100
updated intel network modules.
e1000: 8.0.35 e1000e: 1.6.3 igb: 3.2.10
also build on arm now.
-----------------------------------------------------------------------
Summary of changes: lfs/e1000 | 5 ++--- lfs/e1000e | 5 ++--- lfs/igb | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-)
Difference in files: diff --git a/lfs/e1000 b/lfs/e1000 index 8fe88cd..fe31df7 100644 --- a/lfs/e1000 +++ b/lfs/e1000 @@ -26,14 +26,13 @@ include Config
VERSUFIX = ipfire$(KCFG)
-VER = 8.0.30 +VER = 8.0.35
THISAPP = e1000-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) -SUP_ARCH = i586
############################################################################### # Top-level Rules @@ -43,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d85a64fdde2987b27ac6fbab5be605a0 +$(DL_FILE)_MD5 = 0f452b979f7a7b9ea0b5a87a117f7408
install : $(TARGET)
diff --git a/lfs/e1000e b/lfs/e1000e index 70ca9c6..f046ee5 100644 --- a/lfs/e1000e +++ b/lfs/e1000e @@ -26,14 +26,13 @@ include Config
VERSUFIX = ipfire$(KCFG)
-VER = 1.3.10a +VER = 1.6.3
THISAPP = e1000e-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) -SUP_ARCH = i586
############################################################################### # Top-level Rules @@ -43,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 04b8856433d5e582ab41bdd3b24f20a5 +$(DL_FILE)_MD5 = 9526a6c004f936506a90e10911420bf8
install : $(TARGET)
diff --git a/lfs/igb b/lfs/igb index 00996b4..ce7f8ad 100644 --- a/lfs/igb +++ b/lfs/igb @@ -26,14 +26,13 @@ include Config
VERSUFIX = ipfire$(KCFG)
-VER = 3.0.19 +VER = 3.2.10
THISAPP = igb-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) -SUP_ARCH = i586
############################################################################### # Top-level Rules @@ -43,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8fdc04600bea4a4188672a1a8d0eb73b +$(DL_FILE)_MD5 = 22d09e7f7c8f0b23f744914e41c7ce43
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree