dovecot: 2.3.21 -> 2.3.21.1

Fixes CVE-2024-23184 and CVE-2024-23185.

Changes:
https://dovecot.org/mailman3/hyperkitty/list/dovecot-news@dovecot.org/thread/2CSVL56LFPAXVLWMGXEIWZL736PSYHP5/
This commit is contained in:
Thomas Gerbet
2024-08-16 08:25:17 +02:00
committed by Bjørn Forsman
parent 76404a9978
commit cbf3961ef8
+2 -2
View File
@@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "dovecot";
version = "2.3.21";
version = "2.3.21.1";
nativeBuildInputs = [ perl pkg-config ];
buildInputs =
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dovecot.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
hash = "sha256-BbEQk6ccI3wu8wmtWHUQchzJO77mgoJRVJ/BWGw2UC0=";
hash = "sha256-LZCheMQpdhEIi/farlSSo7w9WrYyjDoDLrQl0sJJCX4=";
};
enableParallelBuilding = true;