From 5d7164aabad9335108676a023531a004a253d5d5 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 30 Jul 2020 15:24:15 +0200 Subject: [PATCH] clamav: update to version 0.102.4 (security fix) Fixes CVE-2020-3481 Signed-off-by: Jan Pavlinec --- net/clamav/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 567ffe119..3fb870d06 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clamav -PKG_VERSION:=0.102.3 +PKG_VERSION:=0.102.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.clamav.net/downloads/production/ -PKG_HASH:=ed3050c4569989ee7ab54c7b87246b41ed808259632849be0706467442dc0693 +PKG_HASH:=eebd426a68020ecad0d2084b8c763e6898ccfd5febcae833d719640bb3ff391b PKG_MAINTAINER:=Marko Ratkaj \ Lucian Cristian