package/libopenssl: bump version to 3.3.0

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

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2024-04-11 23:02:04 +02:00 committed by Thomas Petazzoni
parent b5c2b86ccf
commit 6d5ce8609f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# From https://www.openssl.org/source/openssl-3.2.1.tar.gz.sha256
sha256 83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39 openssl-3.2.1.tar.gz
# From https://www.openssl.org/source/openssl-3.3.0.tar.gz.sha256
sha256 53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02 openssl-3.3.0.tar.gz
# License files
sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt

View File

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