Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clamav: upgrade 1.0.6 -> 1.0.7 #10778

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SPECS/clamav/clamav.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"clamav-1.0.6.tar.gz": "7a9691525bd150f9419c337d25d8c28402ed35beea7aa19563aabcddc248de52",
"clamav-1.0.6-cargo.tar.gz": "20b6179033c32ad81023ccc4a4262730d10fa80cd7ae678b386f139305b1e31f"
"clamav-1.0.7-cargo.tar.gz": "3066cc6c80a01e6a65926c320af5d3d8b465a20e4975ec381e8e1b758598b532",
"clamav-1.0.7.tar.gz": "cf9908f68b07fda099fd382710863e99d064c7851c0a01bd9336ca8845d7644c"
}
}
}
6 changes: 5 additions & 1 deletion SPECS/clamav/clamav.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Open source antivirus engine
Name: clamav
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
License: ASL 2.0 AND BSD AND bzip2-1.0.4 AND GPLv2 AND LGPLv2+ AND MIT AND Public Domain AND UnRar
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -136,6 +136,10 @@ fi
%dir %attr(-,clamav,clamav) %{_sharedstatedir}/clamav

%changelog
* Fri Oct 18 2024 Archana Choudhary <[email protected]> - 1.0.7-1
- Upgrade to version 1.0.7
- Fixes CVE-2024-20506, CVE-2024-20505

* Thu Apr 18 2024 Betty Lakes <[email protected]> - 1.0.6-1
- Upgrade to version 1.0.6

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1747,8 +1747,8 @@
"type": "other",
"other": {
"name": "clamav",
"version": "1.0.6",
"downloadUrl": "https:/Cisco-Talos/clamav/archive/refs/tags/clamav-1.0.6.tar.gz"
"version": "1.0.7",
"downloadUrl": "https:/Cisco-Talos/clamav/archive/refs/tags/clamav-1.0.7.tar.gz"
}
}
},
Expand Down
Loading