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.101.2 Date: Thu, 28 Mar 2019 12:05:19 +0000 Message-ID: <511BB1FE-C6CE-47C1-B014-300D9B7956FA@ipfire.org> In-Reply-To: <20190327195410.635-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1344485228799928117==" List-Id: --===============1344485228799928117== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. Merged :) > On 27 Mar 2019, at 19:54, Matthias Fischer = wrote: >=20 > For details see: > https://blog.clamav.net/2019/03/clamav-01012-and-01003-patches-have.html >=20 > "ClamAV 0.101.2 is a patch release to address a handful of security related= bugs." >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/clamav | 6 +++--- > lfs/clamav | 8 ++++---- > 2 files changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/c= lamav > index e95d4dc6e..9d6d68647 100644 > --- a/config/rootfiles/packages/clamav > +++ b/config/rootfiles/packages/clamav > @@ -13,7 +13,7 @@ usr/bin/sigtool > #usr/lib/libclamav.la > usr/lib/libclamav.so > usr/lib/libclamav.so.9 > -usr/lib/libclamav.so.9.0.1 > +usr/lib/libclamav.so.9.0.2 > #usr/lib/libclammspack.la > usr/lib/libclammspack.so > usr/lib/libclammspack.so.0 > @@ -21,11 +21,11 @@ usr/lib/libclammspack.so.0.1.0 > #usr/lib/libclamunrar.la > usr/lib/libclamunrar.so > usr/lib/libclamunrar.so.9 > -usr/lib/libclamunrar.so.9.0.1 > +usr/lib/libclamunrar.so.9.0.2 > #usr/lib/libclamunrar_iface.la > usr/lib/libclamunrar_iface.so > usr/lib/libclamunrar_iface.so.9 > -usr/lib/libclamunrar_iface.so.9.0.1 > +usr/lib/libclamunrar_iface.so.9.0.2 > #usr/lib/pkgconfig/libclamav.pc > usr/sbin/clamd > #usr/share/man/man1/clambc.1 > diff --git a/lfs/clamav b/lfs/clamav > index a6e44ebf2..640691408 100644 > --- a/lfs/clamav > +++ b/lfs/clamav > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2019 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.101.1 > +VER =3D 0.101.2 >=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 43 > +PAK_VER =3D 44 >=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 9c137d6172f6e132e08e61fe25b636f8 > +$(DL_FILE)_MD5 =3D faeb0e286e76c2a26e2e10845e4b68db >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============1344485228799928117==--