openssl_1_0_1: not maintained anymore, rename as -vulnerable

This is not maintained anymore upstream but is still used by sslscan.
Until this package is updated or fixed, we'll keep it around under
the unambiguous name openssl_1_0_1-vulnerable.
This commit is contained in:
Franz Pletz 2017-01-26 15:41:07 +01:00
parent 49bfd6068d
commit 6626b62241
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ let
in {
openssl_1_0_1 = common {
openssl_1_0_1-vulnerable = common {
version = "1.0.1u";
sha256 = "0fb7y9pwbd76pgzd7xzqfrzibmc0vf03sl07f34z5dhm2b5b84j3";
};

View File

@ -3884,7 +3884,7 @@ with pkgs;
sshpass = callPackage ../tools/networking/sshpass { };
sslscan = callPackage ../tools/security/sslscan {
openssl = openssl_1_0_1.override { enableSSL2 = true; };
openssl = openssl_1_0_1-vulnerable.override { enableSSL2 = true; };
};
sslmate = callPackage ../development/tools/sslmate { };
@ -9004,7 +9004,7 @@ with pkgs;
onlyHeaders = true;
};
})
openssl_1_0_1
openssl_1_0_1-vulnerable
openssl_1_0_2
openssl_1_1_0
openssl_1_0_2-steam;