dovecot: build with openssl 3.0

main
Nick Cao 2 years ago
parent b593442345
commit b32db0ec02
No known key found for this signature in database
  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 = [

@ -23234,9 +23234,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