nginx: Remove mitigation for openssl CVE
This has been fixed, instead we just update to the latest openssl.
This commit is contained in:
parent
4d5eaf34be
commit
0528f73187
|
@ -25,10 +25,6 @@
|
||||||
pkgs = prev;
|
pkgs = prev;
|
||||||
lib = prev.lib;
|
lib = prev.lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Mitigate
|
|
||||||
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000238.html
|
|
||||||
nginxStable = prev.nginxStable.override {openssl = prev.openssl_1_1;};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue