nicht mehr insecure
This commit is contained in:
parent
72e1328430
commit
633356e3bf
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/mdn
|
||||
/amo
|
||||
/result
|
||||
/result-*
|
||||
|
||||
@ -162,6 +162,6 @@ in {
|
||||
./nix-ssl-cert-file.patch
|
||||
./use-etc-ssl-certs.patch
|
||||
];
|
||||
extraMeta.knownVulnerabilities = [ "Support for OpenSSL 1.0.2 ended with 2019." ];
|
||||
#extraMeta.knownVulnerabilities = [ "Support for OpenSSL 1.0.2 ended with 2019." ];
|
||||
};
|
||||
}
|
||||
|
||||
@ -36,9 +36,12 @@
|
||||
pythonAttr = "python26";
|
||||
openssl = bopenssl;
|
||||
packageOverrides = import ./python-overrides.nix;
|
||||
|
||||
#packageOverridesss = _: super: {
|
||||
# setupTools = "lol";
|
||||
#};
|
||||
}).overrideAttrs (prev: {
|
||||
meta = (prev.meta or {}) // {knownVulnerabilities = [];};
|
||||
});
|
||||
|
||||
in {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user