Commit 861a8346 authored by ajs124's avatar ajs124
Browse files

exim: 4.96.1 -> 4.96.2

https://seclists.org/oss-sec/2023/q4/107
Fixes CVE-2023-42117, CVE-2023-42119
parent 41103bd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "exim";
  version = "4.96.1";
  version = "4.96.2";

  src = fetchurl {
    url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
    hash = "sha256-k6wHVcMX4f276ozLcKhoh2vfMUhpKJHHKtD+gWdnAz0=";
    hash = "sha256-A44yfo0ek9AFusm7Bv0irsRNUCiTDW2+iBetRLv8HeY=";
  };

  enableParallelBuilding = true;