From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6a9fcb7a73510a49ebe14f951b206733b0faf132 Date: Sat, 22 Jun 2013 11:29:29 +0200 Message-ID: <20130622092929.B9E492075C@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5563894650215306533==" List-Id: --===============5563894650215306533== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 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 Date: Sat Jun 22 11:28:38 2013 +0200 igb: updated to 4.3.0. commit 101f32a99fe57fefd3aa6d009ab5ceaa461b0bf3 Author: Arne Fitzenreiter 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 = # +# Copyright (C) 2007-2013 IPFire Team = # # = # # 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 =3D /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/in= tel/e1000e endif =20 -VER =3D 2.1.4 +VER =3D 2.4.14 =20 THISAPP =3D e1000e-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D e8dba81bfc86c6c75f39d025fb70899f +$(DL_FILE)_MD5 =3D 05bae01409bb699f14297d726df2aa23 =20 install : $(TARGET) =20 diff --git a/lfs/igb b/lfs/igb index b94f8db..a7c136a 100644 --- a/lfs/igb +++ b/lfs/igb @@ -32,7 +32,7 @@ else MODPATH =3D /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/in= tel/igb/ endif =20 -VER =3D 4.1.2 +VER =3D 4.3.0 =20 THISAPP =3D igb-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 0a5462b76310b83a40c9023edae50d72 +$(DL_FILE)_MD5 =3D dcbf7271c016bdb71102eb623b807f83 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============5563894650215306533==--