Merge pull request #196685 from NickCao/dovecot-openssl

dovecot: build with openssl 3.0
main
Franz Pletz 2 years ago committed by GitHub
commit 3ad542b82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/servers/mail/dovecot/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -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…
Cancel
Save