]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
clamav: Update to 0.102.4
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 17 Jul 2020 16:11:51 +0000 (18:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Aug 2020 17:52:28 +0000 (17:52 +0000)
Fixes CVE-2020-3350, CVE-2020-3327, CVE-2020-3481

For details see:
https://blog.clamav.net/2020/07/clamav-01024-security-patch-released.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/clamav

index d1dce39ab13fa6f9e54c5a2cdeb901201c4b2df2..8543d042671e43b1b80329927ee54afc4d74ea17 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.102.3
+VER        = 0.102.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    = 51
+PAK_VER    = 52
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1577144c66f558fbd8ece3075ea2ac79
+$(DL_FILE)_MD5 = db5cbe2f1cfccabfc7f0c1a58bc649ab
 
 install : $(TARGET)
 
@@ -60,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist:
+dist: 
        $(PAK)
 
 ###############################################################################