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.105.1 Date: Wed, 27 Jul 2022 08:16:41 +0100 Message-ID: <4AE0B6F4-6038-4FD8-A62E-CF059CB24F9F@ipfire.org> In-Reply-To: <20220727000005.3514229-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3880829040740103369==" List-Id: --===============3880829040740103369== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Oh this sounds like a really bad one. I=E2=80=99ve merged it straight away. Thanks for working on this so swiftly :) -Michael > On 27 Jul 2022, at 01:00, Matthias Fischer = wrote: >=20 > For details see: > https://blog.clamav.net/2022/07/clamav-01037-01041-and-01051-patch.html >=20 > "ClamAV 0.105.1 is a critical patch release with the following fixes: >=20 > Upgrade the vendored UnRAR library to version 6.1.7. >=20 > Fix issue building macOS universal binaries in some configurations. >=20 > Silence error message when the logical signature maximum functionality > level is lower than the current functionality level. >=20 > Fix scan error when scanning files containing malformed images that > cannot be loaded to calculate an image fuzzy hash. >=20 > Fix logical signature "Intermediates" feature. >=20 > Relax constraints on slightly malformed ZIP archives that contain > overlapping file entries." >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/clamav | 1 + > lfs/clamav | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/c= lamav > index ca3124bb2..588c34eb4 100644 > --- a/config/rootfiles/packages/clamav > +++ b/config/rootfiles/packages/clamav > @@ -56,6 +56,7 @@ usr/sbin/clamd > #usr/share/doc/ClamAV/html/clipboard.min.js > #usr/share/doc/ClamAV/html/community_resources > #usr/share/doc/ClamAV/html/community_resources/CommunityResources.html > +#usr/share/doc/ClamAV/html/community_resources/CompileClamAV_AmazonLinux2.= txt > #usr/share/doc/ClamAV/html/css > #usr/share/doc/ClamAV/html/css/chrome.css > #usr/share/doc/ClamAV/html/css/general.css > diff --git a/lfs/clamav b/lfs/clamav > index 1a4913089..bcb996c4f 100644 > --- a/lfs/clamav > +++ b/lfs/clamav > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D Antivirus Toolkit >=20 > -VER =3D 0.105.0 > +VER =3D 0.105.1 >=20 > THISAPP =3D clamav-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D clamav > -PAK_VER =3D 60 > +PAK_VER =3D 61 >=20 > DEPS =3D >=20 > @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 2c3055c3c5de115e01b6c0decee21c061c0583171c1794a38ecd= 86f354765879a6a2b7f2653c67fc19273dfc0caa9da8a2bbe339854e4c0d237baf3f3c650813 > +$(DL_FILE)_BLAKE2 =3D be46d9afd76fb536d7de7363a45d38fef6a5983011e3cd0dcc25= c2a209c8d37a2bbe1f7f4a5694152cabf622ef83e072b892ae12ba404da1955bb5b654e5216d >=20 > install : $(TARGET) >=20 > --=20 > 2.25.1 >=20 --===============3880829040740103369==--