[Backport release-26.05] openssl_4_0: 4.0.0 -> 4.0.1; openssl_3_5: 3.5.6 -> 3.5.7; openssl_3: 3.0.20 -> 3.0.21 (#531269)

This commit is contained in:
Vladimír Čunát 2026-06-15 07:04:54 +00:00 committed by GitHub
commit c45650fd85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -444,8 +444,8 @@ in
};
openssl_3 = common {
version = "3.0.20";
hash = "sha256-yAoB38cOzk3CEWiTLDdzkELUBNRszIGlmG3XUxTs2m8=";
version = "3.0.21";
hash = "sha256-YX4pr45CH0ZklISkk35IxoXkf0ZIgWfJgviLxOwdUi8=";
patches = [
# Support for NIX_SSL_CERT_FILE, motivation:
@ -474,8 +474,8 @@ in
};
openssl_3_5 = common {
version = "3.5.6";
hash = "sha256-3q58gMupnEtPlA7K2zwzOLE8t3QYQJI45X1/MfKjtzY=";
version = "3.5.7";
hash = "sha256-qMDSilKcpID582z1eS4s0hmEVSo8jkqhGiSqMa6smOg=";
patches = [
# Support for NIX_SSL_CERT_FILE, motivation:
@ -535,8 +535,8 @@ in
};
openssl_4_0 = common {
version = "4.0.0";
hash = "sha256-wyz0mpWcTzRflgaYLdNufSj3xYsZwuJddWJNKz0veaw=";
version = "4.0.1";
hash = "sha256-LbPzoNbqS1nh8JSs4sjNU23/uHzcOQhMWvoeb3833Qk=";
patches = [
# Support for NIX_SSL_CERT_FILE, motivation: