Skip to content

Commit

Permalink
Merge pull request #36243 from dotlambda/dovecot
Browse files Browse the repository at this point in the history
dovecot: 2.3.0 -> 2.3.0.1
  • Loading branch information
andir committed Mar 3, 2018
2 parents 9ccb0f3 + 515a6ad commit 7a04c2c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/servers/mail/dovecot/default.nix
Expand Up @@ -8,7 +8,7 @@
}:

stdenv.mkDerivation rec {
name = "dovecot-2.3.0";
name = "dovecot-2.3.0.1";

nativeBuildInputs = [ perl pkgconfig ];
buildInputs =
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://dovecot.org/releases/2.3/${name}.tar.gz";
sha256 = "10c5myzgys866c3x6jdr1s9x9pqnjd5vpyz8z384sph21m3wnq6y";
sha256 = "0lzisrdgrj5qqwjb7bv99mf2aljm568r6g108yisp0s644z2nxxb";
};

preConfigure = ''
Expand All @@ -47,16 +47,6 @@ stdenv.mkDerivation rec {
# so we can symlink plugins from several packages there.
# The symlinking needs to be done in NixOS.
./2.2.x-module_dir.patch
(fetchpatch {
name = "CVE-2017-14132_part1.patch";
url = https://github.com/dovecot/core/commit/1a29ed2f96da1be22fa5a4d96c7583aa81b8b060.patch;
sha256 = "1pcfzxr8xlwbpa7z19grp7mlvdnan6ln8zw74dj4pdmynmlk4aw9";
})
(fetchpatch {
name = "CVE-2017-14132_part2.patch";
url = https://github.com/dovecot/core/commit/a9b135760aea6d1790d447d351c56b78889dac22.patch;
sha256 = "0082iid5rvjmh003xi9s09jld2rb31hbvni0yai1h1ggbmd5zf8l";
})
];

configureFlags = [
Expand Down

0 comments on commit 7a04c2c

Please sign in to comment.