package/libopenssl: security bump to version 3.5.4

fixes CVE-2025-9230, CVE-2025-9231, CVE-2025-9232
see https://github.com/openssl/openssl/releases/tag/openssl-3.5.4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Francois Perrad
2025-10-02 08:57:05 +02:00
committed by Julien Olivain
parent 78d687d2d2
commit c983f967bd
5 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ diff --git a/Configure b/Configure
index 15054f9..ac3206e 100755
--- a/Configure
+++ b/Configure
@@ -1685,6 +1685,10 @@ unless ($disabled{asm}) {
@@ -1686,6 +1686,10 @@ unless ($disabled{asm}) {
}
}

View File

@@ -18,7 +18,7 @@ diff --git a/Configure b/Configure
index ac3206e..764ef89 100755
--- a/Configure
+++ b/Configure
@@ -1509,10 +1509,6 @@ if ($config{prefix} && !$config{CROSS_COMPILE}) {
@@ -1510,10 +1510,6 @@ if ($config{prefix} && !$config{CROSS_COMPILE}) {
unless file_name_is_absolute($config{prefix});
}
@@ -29,7 +29,7 @@ index ac3206e..764ef89 100755
# Allow overriding the build file name
$config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
@@ -1807,6 +1803,10 @@ if ($strict_warnings)
@@ -1808,6 +1804,10 @@ if ($strict_warnings)
}
}

View File

@@ -26,7 +26,7 @@ diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tm
index e85763ccf8..b671723813 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -650,7 +650,11 @@ depend: Makefile
@@ -661,7 +661,11 @@ depend: Makefile
# Install helper targets #############################################
##@ Installation

View File

@@ -1,5 +1,5 @@
# From https://github.com/openssl/openssl/releases/download/openssl-3.5.3/openssl-3.5.3.tar.gz.sha256
sha256 c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf openssl-3.5.3.tar.gz
# From https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz.sha256
sha256 967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99 openssl-3.5.4.tar.gz
# License files
sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt

View File

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