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 98a5af50fff364c64d03be34eb821e153081190d (commit) via cf62eca5ea5ad23295fb98f3b96b6d154043b2f4 (commit) via dcaa666f924abe4e7bd09c66790a5c58d27a84a8 (commit) via 8f30d55245acec290c7558c99a3452221d65f0d3 (commit) from 822fa11f38838f5d27d380dcb5445063f0200e87 (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 98a5af50fff364c64d03be34eb821e153081190d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Mar 10 21:22:44 2010 +0100
Add resize2fs to e2fsprogs rootfile.
commit cf62eca5ea5ad23295fb98f3b96b6d154043b2f4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Mar 10 21:21:30 2010 +0100
Updated openswan (git-20100309).
commit dcaa666f924abe4e7bd09c66790a5c58d27a84a8 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 8 12:19:36 2010 +0100
gutenprint: Bump release version.
commit 8f30d55245acec290c7558c99a3452221d65f0d3 Author: Jorrit de Jonge jorritdejonge@gmail.com Date: Mon Mar 8 02:31:42 2010 -0800
Updated gutenprint to version 5.2.5
Signed-off-by: Schantl Stefan Stevee@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/e2fsprogs | 2 +- lfs/gutenprint | 6 +++--- lfs/openswan | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/e2fsprogs b/config/rootfiles/common/e2fsprogs index 320f80c..57ff884 100644 --- a/config/rootfiles/common/e2fsprogs +++ b/config/rootfiles/common/e2fsprogs @@ -26,7 +26,7 @@ sbin/fsck.ext3 sbin/mke2fs sbin/mkfs.ext2 sbin/mkfs.ext3 -#sbin/resize2fs +sbin/resize2fs sbin/tune2fs usr/bin/chattr #usr/bin/compile_et diff --git a/lfs/gutenprint b/lfs/gutenprint index 81b3660..a1bc343 100644 --- a/lfs/gutenprint +++ b/lfs/gutenprint @@ -24,7 +24,7 @@
include Config
-VER = 5.0.2 +VER = 5.2.5
THISAPP = gutenprint-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gutenprint -PAK_VER = 1 +PAK_VER = 2
DEPS = "cups"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ca6c45616caa720e9e185817272b08d7 +$(DL_FILE)_MD5 = 10a0a9fac081d8116ec5ed47fbc1591c install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects)) diff --git a/lfs/openswan b/lfs/openswan index 05a0650..a5d6520 100644 --- a/lfs/openswan +++ b/lfs/openswan @@ -30,10 +30,10 @@ else VERSUFIX=ipfire endif
-VER = 2.6.24 +VER = git-20100309
-THISAPP = openswan-$(VER) -DL_FILE = $(THISAPP).tar.gz +THISAPP = openswan.git +DL_FILE = openswan.$(VER).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)
@@ -51,7 +51,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1c76b6982c05392f7c360afb92699661 +$(DL_FILE)_MD5 = f23b716b8ffb242436d8e713d93d209c
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree