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, fifteen has been updated via 0a379f8fe60459b0d1234fe724c1af802beffbb3 (commit) from db045705a7e58166040f9c6ac8e7ca364bc051b8 (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 0a379f8fe60459b0d1234fe724c1af802beffbb3 Author: Arne Fitzenreiter Arne_F@ipfire.org Date: Sun Sep 22 16:34:07 2013 +0200
clamav: update to 0.98.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/clamav | 8 +++++--- lfs/clamav | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index 1f09b8d..6e0276b 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -10,15 +10,15 @@ usr/bin/sigtool #usr/lib/libclamav.la usr/lib/libclamav.so usr/lib/libclamav.so.6 -usr/lib/libclamav.so.6.1.17 +usr/lib/libclamav.so.6.1.18 #usr/lib/libclamunrar.la usr/lib/libclamunrar.so usr/lib/libclamunrar.so.6 -usr/lib/libclamunrar.so.6.1.17 +usr/lib/libclamunrar.so.6.1.18 #usr/lib/libclamunrar_iface.la usr/lib/libclamunrar_iface.so usr/lib/libclamunrar_iface.so.6 -usr/lib/libclamunrar_iface.so.6.1.17 +usr/lib/libclamunrar_iface.so.6.1.18 #usr/lib/pkgconfig/libclamav.pc usr/sbin/clamd usr/share/clamav @@ -36,7 +36,9 @@ usr/share/clamav #usr/share/man/man8/clamd.8 #var/ipfire/clamav var/ipfire/clamav/clamd.conf +var/ipfire/clamav/clamd.conf.sample var/ipfire/clamav/freshclam.conf +var/ipfire/clamav/freshclam.conf.sample var/run/clamav etc/rc.d/init.d/clamav usr/local/bin/clamavctrl diff --git a/lfs/clamav b/lfs/clamav index bae350c..45606fd 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.97.8 +VER = 0.98
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 = 22 +PAK_VER = 23
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ac52bcbad3ea72eac08fedb9772f648b +$(DL_FILE)_MD5 = ca0b8c930efcb8be1d47592d268006c5
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree