Commit 207b0860 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

clamav: 1.4.0 -> 1.4.1

Fixes CVE-2024-20506 and CVE-2024-20505.

Changes:
https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html
parent c7b929cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "clamav";
  version = "1.4.0";
  version = "1.4.1";

  src = fetchurl {
    url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
    hash = "sha256-1nqymeXKBdrT2imaXqc9YCCTcqW+zX8TuaM8KQM4pOY=";
    hash = "sha256-oxjngKw5prPWxGlxOC+W7d6Xzki442HrgOY0Fe1Batg=";
  };

  patches = [