summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/clamav
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-04-12 11:13:35 +0200
committerThomas Gerbet <thomas@gerbet.me>2021-04-12 11:13:35 +0200
commitdf7cebe08b3f5eecb408163b601301fbfeceb1e0 (patch)
tree773a4c79b26dd9f4e47c930d7955abde09f4a41d /pkgs/tools/security/clamav
parenta1c0d6ddbcb6d307d44b158d1056d15ad2bd05d0 (diff)
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
Diffstat (limited to 'pkgs/tools/security/clamav')
-rw-r--r--pkgs/tools/security/clamav/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/clamav/default.nix b/pkgs/tools/security/clamav/default.nix
index bad5f3f476e3..bbad0ab1f2f2 100644
--- a/pkgs/tools/security/clamav/default.nix
+++ b/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