mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
dovecot: fix CVE-2022-30550
This commit is contained in:
parent
da4602bf6b
commit
6870d49fea
@ -2,6 +2,7 @@
|
|||||||
, bzip2, zlib, lz4, inotify-tools, pam, libcap, coreutils
|
, bzip2, zlib, lz4, inotify-tools, pam, libcap, coreutils
|
||||||
, clucene_core_2, icu, openldap, libsodium, libstemmer, cyrus_sasl
|
, clucene_core_2, icu, openldap, libsodium, libstemmer, cyrus_sasl
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
, fetchpatch
|
||||||
# Auth modules
|
# Auth modules
|
||||||
, withMySQL ? false, libmysqlclient
|
, withMySQL ? false, libmysqlclient
|
||||||
, withPgSQL ? false, postgresql
|
, withPgSQL ? false, postgresql
|
||||||
@ -57,6 +58,11 @@ stdenv.mkDerivation rec {
|
|||||||
# so we can symlink plugins from several packages there.
|
# so we can symlink plugins from several packages there.
|
||||||
# The symlinking needs to be done in NixOS.
|
# The symlinking needs to be done in NixOS.
|
||||||
./2.3.x-module_dir.patch
|
./2.3.x-module_dir.patch
|
||||||
|
# fix CVE-2022-30550
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/dovecot/core/compare/7bad6a24%5E..a1022072.patch";
|
||||||
|
hash = "sha256-aSyRcQreyA9j8QwkODHqPpRuS3vzouVatEWCqhh+r+8=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user