python/build/libs.py: update OpenSSL to 3.0.7

Punycode hooray!
This commit is contained in:
Max Kellermann 2022-11-03 10:22:15 +01:00
parent 8c9d7bf07e
commit 01c9c4507f
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,6 @@
ver 0.23.11 (not yet released)
* Android/Windows
- update OpenSSL to 3.0.7
ver 0.23.10 (2022/10/14)
* storage

View File

@ -387,8 +387,8 @@ ffmpeg = FfmpegProject(
)
openssl = OpenSSLProject(
'https://www.openssl.org/source/openssl-3.0.5.tar.gz',
'aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a',
'https://www.openssl.org/source/openssl-3.0.7.tar.gz',
'83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e',
'include/openssl/ossl_typ.h',
)