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 4d4760225bb7f2de1df9b38bfa56599c3f935499 (commit) via 0d732df29702a9f0fcdbbb4c4e0be1a39b064f2a (commit) from be6cb8eab784474cfb0dcf737aac3ba2d3e59775 (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 4d4760225bb7f2de1df9b38bfa56599c3f935499 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 27 13:01:01 2013 +0100
igb: update to 4.1.2.
commit 0d732df29702a9f0fcdbbb4c4e0be1a39b064f2a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 27 13:00:14 2013 +0100
r8168: update to 8.035.00.
-----------------------------------------------------------------------
Summary of changes: lfs/igb | 6 +++--- lfs/r8168 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/lfs/igb b/lfs/igb index 29da8bb..0ebf466 100644 --- a/lfs/igb +++ b/lfs/igb @@ -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/igb/ endif
-VER = 3.4.8 +VER = 4.1.2
THISAPP = igb-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 36bd0eface2761577f52d84d5c5b78ea +$(DL_FILE)_MD5 = 0a5462b76310b83a40c9023edae50d72
install : $(TARGET)
diff --git a/lfs/r8168 b/lfs/r8168 index 940172f..c4aa6a9 100644 --- a/lfs/r8168 +++ b/lfs/r8168 @@ -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/realtek endif
-VER = 8.032.00 +VER = 8.035.00
THISAPP = r8168-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 942ce02459a181093f77bb4d5cc75d45 +$(DL_FILE)_MD5 = 80b8d23e463e5408dced1b1377579dae
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree