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, master has been updated via cae7b5a5b1ad97eee4ceecf40d09e0710e17c5d9 (commit) from fb5d2ce172b7621f235576cdf566d656692670b1 (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 cae7b5a5b1ad97eee4ceecf40d09e0710e17c5d9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 1 00:32:44 2010 +0200
Updated clamav (0.96).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/clamav | 14 ++++++-------- doc/packages-list.txt | 2 +- lfs/clamav | 6 +++--- 3 files changed, 10 insertions(+), 12 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index 666af2a..cad65e0 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -1,26 +1,24 @@ -#usr/bin/clamav-config -#usr/bin/clamconf +usr/bin/clamav-config +usr/bin/clambc +usr/bin/clamconf usr/bin/clamdscan usr/bin/clamdtop usr/bin/clamscan usr/bin/freshclam usr/bin/sigtool #usr/include/clamav.h -#usr/lib/libclamav.a #usr/lib/libclamav.la usr/lib/libclamav.so usr/lib/libclamav.so.6 -usr/lib/libclamav.so.6.0.5 -#usr/lib/libclamunrar.a +usr/lib/libclamav.so.6.1.2 #usr/lib/libclamunrar.la usr/lib/libclamunrar.so usr/lib/libclamunrar.so.6 -usr/lib/libclamunrar.so.6.0.5 -#usr/lib/libclamunrar_iface.a +usr/lib/libclamunrar.so.6.1.2 #usr/lib/libclamunrar_iface.la usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.6 -usr/lib/libclamunrar_iface.so.6.0.5 +usr/lib/libclamunrar_iface.so.6.1.2 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd usr/share/clamav diff --git a/doc/packages-list.txt b/doc/packages-list.txt index c02137d..bf6088c 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -65,7 +65,7 @@ * ccache-3.0pre0 * cdrtools-2.01.01 * centerim-4.22.1 -* clamav-0.95.3 +* clamav-0.96 * cmake-2.4.8 * collectd-4.9.1 * coreutils-5.96 diff --git a/lfs/clamav b/lfs/clamav index 9cf6961..c0f4a1e 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.95.3 +VER = 0.96
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 = 10 +PAK_VER = 11
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = eaf9fccc3cc3567605a9732313652967 +$(DL_FILE)_MD5 = 28ac7bec4cc03627a8e2d6e8647ee661
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree