exim: 4.96 -> 4.96.1

Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116
See https://exim.org/static/doc/security/CVE-2023-zdi.txt for details.
This commit is contained in:
ajs124 2023-10-02 15:22:38 +02:00
parent 92166815bc
commit b5e505b440

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "exim";
version = "4.96";
version = "4.96.1";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
hash = "sha256-KZpWknsus0d9qv08W9oCvGflxOWJinrq8nQIdSeM8aM=";
hash = "sha256-k6wHVcMX4f276ozLcKhoh2vfMUhpKJHHKtD+gWdnAz0=";
};
enableParallelBuilding = true;