Merge pull request #195539 from helsinki-systems/upd/openssl_1_1

This commit is contained in:
Martin Weinelt
2022-10-11 23:36:57 +02:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -213,8 +213,8 @@ in {
openssl_1_1 = common rec {
version = "1.1.1q";
sha256 = "sha256-15Oc5hQCnN/wtsIPDi5XAxWKSJpyslB7i9Ub+Mj9EMo=";
version = "1.1.1r";
sha256 = "sha256-44k1KuPVrk04WXv4pU8dy2+zyLUPT+WKlLsb9/hdgqA=";
patches = [
./1.1/nix-ssl-cert-file.patch
-2
View File
@@ -19410,8 +19410,6 @@ with pkgs;
krb5 = callPackage ../development/libraries/kerberos/krb5.nix {
inherit (buildPackages.darwin) bootstrap_cmds;
# TODO: can be removed once we have 1.20
openssl = openssl_1_1;
};
krb5Full = krb5;
libkrb5 = krb5.override { type = "lib"; };