From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.102.4 Date: Fri, 17 Jul 2020 18:11:51 +0200 Message-ID: <20200717161151.2162-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8242128917959339640==" List-Id: --===============8242128917959339640== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- 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 @@ =20 include Config =20 -VER =3D 0.102.3 +VER =3D 0.102.4 =20 THISAPP =3D clamav-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D clamav -PAK_VER =3D 51 +PAK_VER =3D 52 =20 DEPS =3D =20 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1577144c66f558fbd8ece3075ea2ac79 +$(DL_FILE)_MD5 =3D db5cbe2f1cfccabfc7f0c1a58bc649ab =20 install : $(TARGET) =20 @@ -60,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist: +dist:=20 $(PAK) =20 ############################################################################= ### --=20 2.18.0 --===============8242128917959339640==--