package/libopenssl: bump version to 3.5.0

Release notes:
https://github.com/openssl/openssl/releases/tag/openssl-3.5.0

Changelog:
https://github.com/openssl/openssl/blob/master/CHANGES.md#openssl-35

Rebased patches for the new version.

Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Kadambini Nema
2025-05-07 07:46:33 -07:00
committed by Peter Korsgaard
parent 22cd2e0bc4
commit 9868ca6ec9
4 changed files with 8 additions and 8 deletions

View File

@@ -18,10 +18,10 @@ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
1 file changed, 4 insertions(+)
diff --git a/Configure b/Configure
index 5a699836f3..f9152b1702 100755
index 15054f9..ac3206e 100755
--- a/Configure
+++ b/Configure
@@ -1549,6 +1549,10 @@ unless ($disabled{asm}) {
@@ -1685,6 +1685,10 @@ unless ($disabled{asm}) {
}
}

View File

@@ -15,10 +15,10 @@ Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Configure b/Configure
index 2a5e58805c3b..0e8c1ce5cc74 100755
index ac3206e..764ef89 100755
--- a/Configure
+++ b/Configure
@@ -1466,10 +1466,6 @@ if ($config{prefix} && !$config{CROSS_COMPILE}) {
@@ -1509,10 +1509,6 @@ if ($config{prefix} && !$config{CROSS_COMPILE}) {
unless file_name_is_absolute($config{prefix});
}
@@ -29,7 +29,7 @@ index 2a5e58805c3b..0e8c1ce5cc74 100755
# Allow overriding the build file name
$config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
@@ -1764,6 +1760,10 @@ if ($strict_warnings)
@@ -1807,6 +1803,10 @@ if ($strict_warnings)
}
}

View File

@@ -1,5 +1,5 @@
# From https://github.com/openssl/openssl/releases/download/openssl-3.4.1/openssl-3.4.1.tar.gz.sha256
sha256 002a2d6b30b58bf4bea46c43bdd96365aaf8daa6c428782aa4feee06da197df3 openssl-3.4.1.tar.gz
# From https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz.sha256
sha256 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0 openssl-3.5.0.tar.gz
# License files
sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBOPENSSL_VERSION = 3.4.1
LIBOPENSSL_VERSION = 3.5.0
LIBOPENSSL_SITE = https://github.com/openssl/openssl/releases/download/openssl-$(LIBOPENSSL_VERSION)
LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz
LIBOPENSSL_LICENSE = Apache-2.0