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 1f10d162dce4014536a16afc960650a2f728c215 (commit) from 7829d1d0195d99cdb30790909d9edf25ec0e40da (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 1f10d162dce4014536a16afc960650a2f728c215 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Thu Aug 19 18:53:25 2010 +0200
Updated squidclamav to current stable.
-----------------------------------------------------------------------
Summary of changes: doc/packages-list.txt | 2 +- lfs/squidclamav | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 8f11d12..1f60b70 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -316,7 +316,7 @@ * squashfs-lzma-cvs20100214 * squid-2.7.STABLE9 * squidGuard-1.4.1 -* squidclamav-5.3 +* squidclamav-5.4 * sshfs-fuse-2.2 * sslh-1.7a * streamripper-1.63.5 diff --git a/lfs/squidclamav b/lfs/squidclamav index e718f5d..662594a 100644 --- a/lfs/squidclamav +++ b/lfs/squidclamav @@ -24,7 +24,7 @@
include Config
-VER = 5.3 +VER = 5.4
THISAPP = squidclamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = squidclamav -PAK_VER = 12 +PAK_VER = 13
DEPS = "clamav"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 39f4b98294782039840b2052eab543e2 +$(DL_FILE)_MD5 = e2adab89b1d46ace78b4ec5200dd1285
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree