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 42c439e45d76ca42048f8cf46bf3ec9a7c7b0ad9 (commit) via 85ce9e1b971d21f44a185de4800b187d4a05ec6c (commit) from fded6faa72d581114e25ddb17bcc607625736fdc (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 42c439e45d76ca42048f8cf46bf3ec9a7c7b0ad9 Merge: 85ce9e1 fded6fa Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu May 22 23:53:24 2014 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 85ce9e1b971d21f44a185de4800b187d4a05ec6c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu May 22 23:52:46 2014 +0200
kernel: update intel vendor modules.
-----------------------------------------------------------------------
Summary of changes: lfs/e1000e | 4 ++-- lfs/igb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/e1000e b/lfs/e1000e index 58c99c4..10a42ee 100644 --- a/lfs/e1000e +++ b/lfs/e1000e @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/e1000e
-VER = 2.5.4 +VER = 3.0.4
THISAPP = e1000e-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8a57fc73335bf1ab0e16a02ecccdae76 +$(DL_FILE)_MD5 = 2d8364cd2043ef5c71291a4ca8b8084e
install : $(TARGET)
diff --git a/lfs/igb b/lfs/igb index 9303ffb..b8aadc4 100644 --- a/lfs/igb +++ b/lfs/igb @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/igb/
-VER = 5.0.6 +VER = 5.1.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 = 701717fbbba6065af4ff5138bd3a3a9c +$(DL_FILE)_MD5 = c222b04f7e43afffc105d0d0db60c6c0
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree