exim: 4.96.1 -> 4.96.2

https://seclists.org/oss-sec/2023/q4/107
Fixes CVE-2023-42117, CVE-2023-42119
This commit is contained in:
ajs124 2023-10-15 23:05:20 +02:00
parent 41103bd7b8
commit 861a83465b

View file

@ -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;