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 ee11332d40ab1482cf9a89f6aaf6cb49d56c9726 (commit) via 714df8de9724e5f1fc8dbbd37802c74bd21fbd8c (commit) via b571e4c234092bf3a6d209482b99946a1c7948d9 (commit) from 5c5fd846ac363475256679ad8b0ac94502d82686 (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 ee11332d40ab1482cf9a89f6aaf6cb49d56c9726 Merge: 5c5fd84 714df8d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 11 14:44:23 2011 +0200
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/clamav | 7 ++++--- config/rootfiles/packages/ipfireseeder | 2 +- lfs/clamav | 6 +++--- lfs/ipfireseeder | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index fae43b8..b08aec6 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -10,18 +10,19 @@ usr/bin/sigtool #usr/lib/libclamav.la usr/lib/libclamav.so usr/lib/libclamav.so.6 -usr/lib/libclamav.so.6.1.9 +usr/lib/libclamav.so.6.1.10 #usr/lib/libclamunrar.la usr/lib/libclamunrar.so usr/lib/libclamunrar.so.6 -usr/lib/libclamunrar.so.6.1.9 +usr/lib/libclamunrar.so.6.1.10 #usr/lib/libclamunrar_iface.la usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.6 -usr/lib/libclamunrar_iface.so.6.1.9 +usr/lib/libclamunrar_iface.so.6.1.10 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd usr/share/clamav +#usr/share/man/man1/clambc.1 #usr/share/man/man1/clamconf.1 #usr/share/man/man1/clamdscan.1 #usr/share/man/man1/clamdtop.1 diff --git a/config/rootfiles/packages/ipfireseeder b/config/rootfiles/packages/ipfireseeder index 866d173..f103232 100644 --- a/config/rootfiles/packages/ipfireseeder +++ b/config/rootfiles/packages/ipfireseeder @@ -1,5 +1,5 @@ etc/rc.d/init.d/ipfireseeder #var/ipfire/seeder -var/ipfire/seeder/ipfire-2.9.i586-full-core48.iso.torrent +var/ipfire/seeder/ipfire-2.9.i586-full-core49.iso.torrent #var/log/seeder var/log/seeder/info diff --git a/lfs/clamav b/lfs/clamav index a9d9709..6226fe4 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.97 +VER = 0.97.1
THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 15 +PAK_VER = 16
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 605ed132b2f8e89df11064adea2b183b +$(DL_FILE)_MD5 = 4f3fb74ff1098c25eef8e10721478c29
install : $(TARGET)
diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index 2292c3e..e08e51e 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -27,13 +27,13 @@ include Config VER = 1.00
THISAPP = ipfireseeder-$(VER) -DL_FILE = ipfire-2.9.i586-full-core48.iso.torrent +DL_FILE = ipfire-2.9.i586-full-core49.iso.torrent
DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 24 +PAK_VER = 25
DEPS = "rtorrent"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 37dd855f48af4efae045eb9b1f971a6e +$(DL_FILE)_MD5 = 0da274af552f5de5b0f65102b17631f1
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree