procmail: fix CVE-2017-16844

This commit is contained in:
Piotr Bogdan 2017-12-05 15:42:33 +00:00
parent 5e191223b3
commit 30d8086965

View File

@ -3,7 +3,14 @@
stdenv.mkDerivation {
name = "procmail-3.22";
patches = [ ./CVE-2014-3618.patch ];
patches = [
./CVE-2014-3618.patch
(fetchurl {
url = https://sources.debian.org/data/main/p/procmail/3.22-26/debian/patches/30;
sha256 = "11zmz1bj0v9pay3ldmyyg7473b80h89gycrhndsgg9q50yhcqaaq";
name = "CVE-2017-16844";
})
];
# getline is defined differently in glibc now. So rename it.
# Without the .PHONY target "make install" won't install anything on Darwin.