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:
parent
49bfd6068d
commit
6626b62241
@ -109,7 +109,7 @@ let
|
||||
|
||||
in {
|
||||
|
||||
openssl_1_0_1 = common {
|
||||
openssl_1_0_1-vulnerable = common {
|
||||
version = "1.0.1u";
|
||||
sha256 = "0fb7y9pwbd76pgzd7xzqfrzibmc0vf03sl07f34z5dhm2b5b84j3";
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user