mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
clamav: 0.103.5 -> 0.103.6
Fixes a number of vulnerabilities. https://github.com/Cisco-Talos/clamav/blob/rel/0.103/NEWS.md#01036 https://mmmds.pl/clamav/ Fixes: CVE-2022-20803, CVE-2022-20770, CVE-2022-20796, CVE-2022-20771, CVE-2022-20785, CVE-2022-20792
This commit is contained in:
parent
41ff747f88
commit
833884de60
@ -5,11 +5,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "clamav";
|
||||
version = "0.103.5";
|
||||
version = "0.103.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-HnSx4dKoqQVkScMT9Ippg7nVug1vte8LK+atPIQaVCY=";
|
||||
sha256 = "sha256-qqEuPcGfHTI7HFDXoQ+or1V+Q5AUnoZNWb3jm2rZujM=";
|
||||
};
|
||||
|
||||
# don't install sample config files into the absolute sysconfdir folder
|
||||
|
Loading…
Reference in New Issue
Block a user