From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] clamav: Update to 0.102.4 Date: Tue, 21 Jul 2020 10:28:36 +0100 Message-ID: In-Reply-To: <20200717161151.2162-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3108612308606823956==" List-Id: --===============3108612308606823956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 17 Jul 2020, at 17:11, Matthias Fischer = wrote: >=20 > Fixes CVE-2020-3350, CVE-2020-3327, CVE-2020-3481 >=20 > For details see: > https://blog.clamav.net/2020/07/clamav-01024-security-patch-released.html >=20 > Signed-off-by: Matthias Fischer > --- > lfs/clamav | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > 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 >=20 --===============3108612308606823956==--