From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] ClamAV: update to 0.99.4 Date: Sun, 04 Mar 2018 17:57:15 +0100 Message-ID: <20180304175715.304c7066.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1734181467757890777==" List-Id: --===============1734181467757890777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update ClamAV to 0.99.4 which fixes four security issues and compatibility issues with GCC 6 and C++ 11. The release note can be found here: http://blog.clamav.net/2018/03/clamav-099= 4-has-been-released.html Signed-off-by: Peter M=C3=BCller --- lfs/clamav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index a4e460ffc..957788aa0 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.99.3 +VER =3D 0.99.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 36 +PAK_VER =3D 37 =20 DEPS =3D "" =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 5272f127312e987b3e10c155cf1d84df +$(DL_FILE)_MD5 =3D b9359b90086948b3c4eb97c84cf4b400 =20 install : $(TARGET) =20 --=20 2.13.6 --===============1734181467757890777==--