Update to 0.103.11

This commit is contained in:
Orion Poplawski 2023-10-29 09:30:35 -06:00
parent 94624e2437
commit 78d93c2ea4
3 changed files with 8 additions and 5 deletions

View File

@ -33,7 +33,7 @@
Summary: End-user tools for the Clam Antivirus scanner
Name: clamav
Version: 0.103.10
Version: 0.103.11
Release: 1%{?dist}
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
URL: https://www.clamav.net/
@ -54,7 +54,7 @@ Source5: clamd-README
#http://database.clamav.net/main.cvd
Source10: main-62.cvd
#http://database.clamav.net/daily.cvd
Source11: daily-27017.cvd
Source11: daily-27075.cvd
#http://database.clamav.net/bytecode.cvd
Source12: bytecode-334.cvd
#for update
@ -588,6 +588,9 @@ test -e %{freshclamlog} || {
%changelog
* Sun Oct 29 2023 Orion Poplawski <orion@nwra.com> - 0.103.11-1
- Update to 0.103.11
* Thu Aug 31 2023 Sérgio Basto <sergio@serjux.com> - 0.103.10-1
- Update to 0.103.10

View File

@ -1,4 +1,4 @@
SHA512 (clamav-0.103.10-norar.tar.xz) = e1474a04e8f71afa7c9a25882c3197b9cd7e30e5ea41268806ab956fc6d493008c0c43e04ae27c098180797b65a013330ce87e7df895092fd5fe9e3587876d9b
SHA512 (clamav-0.103.11-norar.tar.xz) = a215a48be417d351353babf8a54778f35a2ce88c8b90431f983d890a1cfa19715896bab7655c5fa50961997861884a09193e1a0da76dc22817b9b144b400778f
SHA512 (main-62.cvd) = b52e5d9ecacbd9b11c3b0cc460388746fccb353a7520522ed15ee25f645a432bed5be7e6b38512f134f085eb9be76a1e26c19de8b09491d4ec46da8c5afc318e
SHA512 (daily-27017.cvd) = 7b8d79ff89b0a1c9dbbe1d5f7fc0b6a9b242d3d99a76ff0cd2aed2d2fbc983d894dd75fcce724a1c00450d99ba6d3093258c2513edc5e974caa161f8226898fd
SHA512 (daily-27075.cvd) = 4cc826f58a45ceb28faba4bf7dd9f8c5ec47f5c0467e73c70d76f415ba3e36cb8585c8924fad59e8818a6e33499744e04378adc27abcca018d2b5ece4cd6a52f
SHA512 (bytecode-334.cvd) = 83478af4e097b4b3fe136c943d3dd018f3e678c6859873dc1aef527db40a018b77439be2113ac251dfb797074ef8c201336570c3fe03c7ac507d5b94ab6d61c9

View File

@ -1,5 +1,5 @@
# this script is to run on branch f37
VERSION=0.103.10
VERSION=0.103.11
REPOS="epel8 epel7"
if [ -z "$1" ]