From 5321b8e6bff758f8c560168633298c987d24ed26 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Thu, 12 Sep 2024 22:18:27 +0200 Subject: [PATCH] clamav: 1.3.1 -> 1.3.2 Fixes CVE-2024-20506 and CVE-2024-20505. Changes: https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html --- pkgs/tools/security/clamav/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/clamav/default.nix b/pkgs/tools/security/clamav/default.nix index be40a271cc926..4a32d3f995a60 100644 --- a/pkgs/tools/security/clamav/default.nix +++ b/pkgs/tools/security/clamav/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "clamav"; - version = "1.3.1"; + version = "1.3.2"; src = fetchurl { url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz"; - hash = "sha256-EqMDW/JvVfceMQalGl+o17dEVy35imOSCpz/h2p9zOQ="; + hash = "sha256-5YJLY2DhQSxGyUBPaEnZLw8qHd6ZsgLoKiGh5nhXK6k="; }; patches = [