diff --git a/clamav.spec b/clamav.spec index 4458e10..c435fb6 100644 --- a/clamav.spec +++ b/clamav.spec @@ -33,8 +33,8 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.103.7 -Release: 4%{?dist} +Version: 0.103.8 +Release: 1%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} URL: https://www.clamav.net/ %if %{with unrar} @@ -56,7 +56,7 @@ Source5: clamd-README #http://database.clamav.net/main.cvd Source10: main-62.cvd #http://database.clamav.net/daily.cvd -Source11: daily-26614.cvd +Source11: daily-26813.cvd #http://database.clamav.net/bytecode.cvd Source12: bytecode-333.cvd #for update @@ -590,6 +590,9 @@ test -e %{freshclamlog} || { %changelog +* Fri Feb 17 2023 Orion Poplawski - 0.103.8-1 +- Update to 0.103.8 + * Mon Nov 07 2022 Sérgio Basto - 0.103.7-4 - (#2136977) not requires data(clamav) on clamav-libs - (#2023371) Add documentation to preserve user permissions of DatabaseOwner diff --git a/sources b/sources index e3f709f..8c53a0e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -SHA512 (clamav-0.103.7-norar.tar.xz) = 496ba3b2a72ecb534c55bc11a9f050b201da8475b54cfdfb67e559f8e075b8f3d03c58f9bd3a27909985cc563b69f37ca879d9fe596d87ce35a704d48623c5db +SHA512 (clamav-0.103.8-norar.tar.xz) = ce27f7fe133f73af43a28483f5e9ae8562c6ea964761ac5a1f7950f11ebb6d3ee8e84cd30f63c1f1152a8a361ba81c58227dbd07a8de9b5a00e354e9137754b2 SHA512 (main-62.cvd) = b52e5d9ecacbd9b11c3b0cc460388746fccb353a7520522ed15ee25f645a432bed5be7e6b38512f134f085eb9be76a1e26c19de8b09491d4ec46da8c5afc318e -SHA512 (daily-26614.cvd) = 918b4601bf62c9c4ac13e96f39b25121e3b3ade79482081dbf13f6e6d9f9f3ad38a22acdec7e9c44062ed84ef9bb5b40e4c8dc0af766afd0632bb0ba934a1dec +SHA512 (daily-26813.cvd) = 3a9114d93f772568990644dce502e9122c5f2b2ed868915084e28800cbea499aac6746bdbae81cc51b94f672294aed0ae21b96085d3442d11faa43ece0b27dfa SHA512 (bytecode-333.cvd) = 895c41266b9bc332f3a00c9267907251ad32abe3a5bff7584285e087430fe0dd7343e4ac0245308f3734d971d6ecb5656fd9ce6caf0fa24f9da7a41a96bc4d07 diff --git a/update_clamav.sh b/update_clamav.sh index b3e5b31..ed3da17 100755 --- a/update_clamav.sh +++ b/update_clamav.sh @@ -1,4 +1,4 @@ -VERSION=0.103.7 +VERSION=0.103.8 REPOS="f36 f35 epel9 epel8 epel7" if [ -z "$1" ]