mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
openssl: 3.0.8 -> 3.0.9 (#235056)
https://github.com/openssl/openssl/blob/openssl-3.0.9/NEWS.md
Fixes: CVE-2023-2650, CVE-2023-1255, CVE-2023-0466, CVE-2023-0465
CVE-2023-0464
(cherry picked from commit 90c3b3f734)
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
committed by
GitHub
parent
10b7256fb5
commit
b25a42e910
@@ -230,8 +230,8 @@ in {
|
||||
};
|
||||
|
||||
openssl_3 = common {
|
||||
version = "3.0.8";
|
||||
sha256 = "sha256-bBPSvzj98x6sPOKjRwc2c/XWMmM5jx9p0N9KQSU+Sz4=";
|
||||
version = "3.0.9";
|
||||
sha256 = "sha256-6xqwR4FHQ2D3fDGKuJ2MWgOrw45j1lpgPKu/GwCh3JA=";
|
||||
patches = [
|
||||
./3.0/nix-ssl-cert-file.patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user