package/libopenssl: security bump to version 3.0.12

Fixes CVE-2023-5363:
https://www.openssl.org/news/secadv/20231024.txt
https://www.openssl.org/news/vulnerabilities.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2023-10-31 09:43:18 +01:00
parent d329d67020
commit c4f67bf981
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# From https://www.openssl.org/source/openssl-3.0.11.tar.gz.sha256
sha256 b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55 openssl-3.0.11.tar.gz
# From https://www.openssl.org/source/openssl-3.0.12.tar.gz.sha256
sha256 f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61 openssl-3.0.12.tar.gz
# License files
sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBOPENSSL_VERSION = 3.0.11
LIBOPENSSL_VERSION = 3.0.12
LIBOPENSSL_SITE = https://www.openssl.org/source
LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz
LIBOPENSSL_LICENSE = Apache-2.0