package/libopenssl: bump version to 3.1.3

Fixes CVE-2023-4807 (Windows-only):
https://www.openssl.org/news/vulnerabilities.html

Changelog: https://www.openssl.org/news/cl31.txt

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2023-09-23 13:31:31 +02:00 committed by Yann E. MORIN
parent 9194e8cded
commit fb8999f59b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# From https://www.openssl.org/source/openssl-3.1.2.tar.gz.sha256
sha256 a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539 openssl-3.1.2.tar.gz
# From https://www.openssl.org/source/openssl-3.1.3.tar.gz.sha256
sha256 f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6 openssl-3.1.3.tar.gz
# License files
sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt

View File

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