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 6a9fcb7a73510a49ebe14f951b206733b0faf132 (commit) via e2f6d3f44949d242f37d76265cc841be98e81860 (commit) via 101f32a99fe57fefd3aa6d009ab5ceaa461b0bf3 (commit) from 561e31c4a71b410173f6bb5da440caef2639ece6 (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 6a9fcb7a73510a49ebe14f951b206733b0faf132 Merge: e2f6d3f 561e31c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 22 11:29:18 2013 +0200
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit e2f6d3f44949d242f37d76265cc841be98e81860 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 22 11:28:38 2013 +0200
igb: updated to 4.3.0.
commit 101f32a99fe57fefd3aa6d009ab5ceaa461b0bf3 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 22 11:28:04 2013 +0200
e1000e: updated to 2.4.14.
-----------------------------------------------------------------------
Summary of changes: lfs/e1000e | 6 +++--- lfs/igb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/e1000e b/lfs/e1000e index 1c246cd..04765a0 100644 --- a/lfs/e1000e +++ b/lfs/e1000e @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 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 # @@ -32,7 +32,7 @@ else MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/e1000e endif
-VER = 2.1.4 +VER = 2.4.14
THISAPP = e1000e-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e8dba81bfc86c6c75f39d025fb70899f +$(DL_FILE)_MD5 = 05bae01409bb699f14297d726df2aa23
install : $(TARGET)
diff --git a/lfs/igb b/lfs/igb index b94f8db..a7c136a 100644 --- a/lfs/igb +++ b/lfs/igb @@ -32,7 +32,7 @@ else MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/igb/ endif
-VER = 4.1.2 +VER = 4.3.0
THISAPP = igb-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0a5462b76310b83a40c9023edae50d72 +$(DL_FILE)_MD5 = dcbf7271c016bdb71102eb623b807f83
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree