mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #196685 from NickCao/dovecot-openssl
dovecot: build with openssl 3.0
This commit is contained in:
commit
3ad542b82f
@ -63,6 +63,11 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/dovecot/core/compare/7bad6a24%5E..a1022072.patch";
|
||||
hash = "sha256-aSyRcQreyA9j8QwkODHqPpRuS3vzouVatEWCqhh+r+8=";
|
||||
})
|
||||
# fix openssl 3.0 compatibility
|
||||
(fetchpatch {
|
||||
url = "https://salsa.debian.org/debian/dovecot/-/raw/debian/1%252.3.19.1+dfsg1-2/debian/patches/Support-openssl-3.0.patch";
|
||||
hash = "sha256-PbBB1jIY3jIC8Js1NY93zkV0gISGUq7Nc67Ul5tN7sw=";
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
@ -23252,9 +23252,7 @@ with pkgs;
|
||||
|
||||
dodgy = with python3Packages; toPythonApplication dodgy;
|
||||
|
||||
dovecot = callPackage ../servers/mail/dovecot {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
dovecot = callPackage ../servers/mail/dovecot { };
|
||||
dovecot_pigeonhole = callPackage ../servers/mail/dovecot/plugins/pigeonhole { };
|
||||
dovecot_fts_xapian = callPackage ../servers/mail/dovecot/plugins/fts_xapian { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user