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 c934c5ff1983826291b73da54e093aa7caa7c151 (commit) from dc362263f4d1b2e1551e7cca406e82eddcd01aee (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 c934c5ff1983826291b73da54e093aa7caa7c151 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Aug 7 22:16:46 2019 +0200
clamav: update to 0.101.3
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 640691408..d6f8164b7 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.101.2 +VER = 0.101.3
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 = 44 +PAK_VER = 45
DEPS = ""
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = faeb0e286e76c2a26e2e10845e4b68db +$(DL_FILE)_MD5 = 1981c5bd299c1f3cbf3f74095a00524c
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree