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 489b3c48a4f4fe21f021eb2d0aff03b3fe585a9f (commit) from d2596f222857ebaf76d8758b9a2529f06279e0ab (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 489b3c48a4f4fe21f021eb2d0aff03b3fe585a9f Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Mar 3 18:06:06 2011 +0100
Updated squidclamav to latest 5.x stable release.
-----------------------------------------------------------------------
Summary of changes: lfs/squidclamav | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/squidclamav b/lfs/squidclamav index 662594a..8fcc3c2 100644 --- a/lfs/squidclamav +++ b/lfs/squidclamav @@ -24,7 +24,7 @@
include Config
-VER = 5.4 +VER = 5.7
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 = 13 +PAK_VER = 14
DEPS = "clamav"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e2adab89b1d46ace78b4ec5200dd1285 +$(DL_FILE)_MD5 = 02207a95e2968998574e30d35e0d1f0e
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree