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