clamav: 0.103.1 -> 0.103.2

Fixes CVE-2021-1252, CVE-2021-1404 and CVE-2021-1405.

Release notes:
https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
wip/yesman
Thomas Gerbet 3 years ago
parent a1c0d6ddbc
commit df7cebe08b
  1. 4
      pkgs/tools/security/clamav/default.nix

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "0.103.1";
version = "0.103.2";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
sha256 = "sha256-cwjEe4myaK87nzYUBSiSekn/PmM6nJwKrCcS2BBW4lc=";
sha256 = "sha256-1LXQrGZiYuQjoyb7VHeMqnxpYk1sP5VCiV/rhHgnG9I=";
};
# don't install sample config files into the absolute sysconfdir folder

Loading…
Cancel
Save