Skip to content

Commit 352e167

Browse files
committedDec 25, 2016
exim: 4.87 -> 4.88 for CVE-2016-9963
1 parent 916a37c commit 352e167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/servers/mail/exim/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ coreutils, fetchurl, db, openssl, pcre, perl, pkgconfig, stdenv }:
22

33
stdenv.mkDerivation rec {
4-
name = "exim-4.87";
4+
name = "exim-4.88";
55

66
src = fetchurl {
7-
url = "http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/${name}.tar.bz2";
8-
sha256 = "1jbxn13shq90kpn0s73qpjnx5xm8jrpwhcwwgqw5s6sdzw6iwsbl";
7+
url = "http://ftp.exim.org/pub/exim/exim4/${name}.tar.bz2";
8+
sha256 = "0bca3wb45hl7h8m8bpvsmrmqa07jhbhqyigs9pl29hhzwgbmz78i";
99
};
1010

1111
buildInputs = [ coreutils db openssl pcre perl pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.