dovecot: 2.3.9.2 -> 2.3.9.3

Fixes CVE-2020-7046 & CVE-2020-7957:

  https://dovecot.org/pipermail/dovecot-news/2020-February/000429.html
This commit is contained in:
Franz Pletz 2020-02-17 15:11:53 +01:00
parent 71cc7796e1
commit f9a34082e6
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -9,7 +9,7 @@
}:
stdenv.mkDerivation rec {
name = "dovecot-2.3.9.2";
name = "dovecot-2.3.9.3";
nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
sha256 = "1yc6hi4hqg4hcc4495sf4m5f1lnargphi6dawj43if21vncgp127";
sha256 = "0lcnqib63nv32xr3nr4s3x8k77mbgrhc13swjl2xqnzw4fabd7zq";
};
enableParallelBuilding = true;