public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] clamav: Update to 0.102.4
@ 2020-07-17 16:11 Matthias Fischer
  2020-07-21  9:28 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-07-17 16:11 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]

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(a)ipfire.org>
---
 lfs/clamav | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lfs/clamav b/lfs/clamav
index d1dce39ab..8543d0426 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -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)
 
 ###############################################################################
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] clamav: Update to 0.102.4
  2020-07-17 16:11 [PATCH] clamav: Update to 0.102.4 Matthias Fischer
@ 2020-07-21  9:28 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-07-21  9:28 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 17 Jul 2020, at 17:11, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> 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(a)ipfire.org>
> ---
> lfs/clamav | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lfs/clamav b/lfs/clamav
> index d1dce39ab..8543d0426 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -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)
> 
> ###############################################################################
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-21  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 16:11 [PATCH] clamav: Update to 0.102.4 Matthias Fischer
2020-07-21  9:28 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox