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 fe6e5e03d53d80117abde47c9965c82cbc25ddcc (commit) from c594bd17b1a5dc185e6476fb014556e8d730df6c (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 fe6e5e03d53d80117abde47c9965c82cbc25ddcc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed May 4 16:21:58 2016 +0200
clamav: update to 0.99.2
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/clamav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/clamav b/lfs/clamav index 3c778c3..a286017 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.99.1 +VER = 0.99.2
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 = 31 +PAK_VER = 32
DEPS = ""
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = cf1f3cbe62a08c9165801f79239166ff +$(DL_FILE)_MD5 = 61b51a04619aeafd965892a53f86d192
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree