From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.105.0 Date: Mon, 16 May 2022 15:59:57 +0200 Message-ID: <20220516135957.3564718-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1664629513779204044==" List-Id: --===============1664629513779204044== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://blog.clamav.net/2022/05/clamav-01050-01043-01036-released.html Signed-off-by: Matthias Fischer --- config/rootfiles/packages/clamav | 4 ++++ lfs/clamav | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/cla= mav index 5240b71c6..ca3124bb2 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -54,6 +54,8 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/ayu-highlight.css #usr/share/doc/ClamAV/html/book.js #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/css #usr/share/doc/ClamAV/html/css/chrome.css #usr/share/doc/ClamAV/html/css/general.css @@ -69,6 +71,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/faq/faq-misc.html #usr/share/doc/ClamAV/html/faq/faq-ml.html #usr/share/doc/ClamAV/html/faq/faq-pua.html +#usr/share/doc/ClamAV/html/faq/faq-rust.html #usr/share/doc/ClamAV/html/faq/faq-safebrowsing.html #usr/share/doc/ClamAV/html/faq/faq-scan-alerts.html #usr/share/doc/ClamAV/html/faq/faq-troubleshoot.html @@ -147,6 +150,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/manual/Signatures/HashSignatures.html #usr/share/doc/ClamAV/html/manual/Signatures/LogicalSignatures.html #usr/share/doc/ClamAV/html/manual/Signatures/PhishSigs.html +#usr/share/doc/ClamAV/html/manual/Signatures/SignatureNames.html #usr/share/doc/ClamAV/html/manual/Signatures/YaraRules.html #usr/share/doc/ClamAV/html/manual/Usage #usr/share/doc/ClamAV/html/manual/Usage.html diff --git a/lfs/clamav b/lfs/clamav index 2f6139e7b..1a4913089 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Antivirus Toolkit =20 -VER =3D 0.104.2 +VER =3D 0.105.0 =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 59 +PAK_VER =3D 60 =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 7d7eb9d22ca519f7ad0c171b6cab4b59cb52787a897ab31b956716= 6be2223f9ea89e79f42f1e4e0caf32fcb4b008f5ce755fa136566f85fe1de7808b436f80fa +$(DL_FILE)_BLAKE2 =3D 2c3055c3c5de115e01b6c0decee21c061c0583171c1794a38ecd86= f354765879a6a2b7f2653c67fc19273dfc0caa9da8a2bbe339854e4c0d237baf3f3c650813 =20 install : $(TARGET) =20 --=20 2.25.1 --===============1664629513779204044==--