]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ClamAV: update to 0.99.4
authorPeter Müller <peter.mueller@link38.eu>
Sun, 4 Mar 2018 16:57:15 +0000 (17:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Mar 2018 15:11:55 +0000 (15:11 +0000)
Update ClamAV to 0.99.4 which fixes four security issues
and compatibility issues with GCC 6 and C++ 11.

The release note can be found here: http://blog.clamav.net/2018/03/clamav-0994-has-been-released.html

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/clamav

index a4e460ffcd69cb1cb1e67d2752d14920a3481284..957788aa03cc856fda7ebd4b7f1e62d8ff51f011 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.99.3
+VER        = 0.99.4
 
 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    = 36
+PAK_VER    = 37
 
 DEPS       = ""
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5272f127312e987b3e10c155cf1d84df
+$(DL_FILE)_MD5 = b9359b90086948b3c4eb97c84cf4b400
 
 install : $(TARGET)