download.lst | 4 ++-- external/openssl/0001-const-up-ERR_str_libraries.patch.1 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 51fd6781209febe0519b83345be936050ff527f2 Author: Xisco Fauli <[email protected]> AuthorDate: Tue Jan 27 17:00:34 2026 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Wed Jan 28 09:19:56 2026 +0100 openssl: upgrade to 3.0.19 Downloaded from https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz Change-Id: Iffbfbf7c8d248b6f68e0b77613aca697190b98a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198217 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> (cherry picked from commit ae42171b7db3e867ea0009783e68bf8316804e8f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198222 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/download.lst b/download.lst index 9a4a148e736d..8e776d507107 100644 --- a/download.lst +++ b/download.lst @@ -611,8 +611,8 @@ OPENLDAP_TARBALL := openldap-2.6.10.tgz # three static lines # so that git cherry-pick # will not run into conflicts -OPENSSL_SHA256SUM := d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b -OPENSSL_TARBALL := openssl-3.0.18.tar.gz +OPENSSL_SHA256SUM := fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072 +OPENSSL_TARBALL := openssl-3.0.19.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/openssl/0001-const-up-ERR_str_libraries.patch.1 b/external/openssl/0001-const-up-ERR_str_libraries.patch.1 index d0e76b1b70fc..083cd40bcac2 100644 --- a/external/openssl/0001-const-up-ERR_str_libraries.patch.1 +++ b/external/openssl/0001-const-up-ERR_str_libraries.patch.1 @@ -18,9 +18,9 @@ index 167b66ed6b..e9228d66a3 100644 #ifndef OPENSSL_NO_ERR -static ERR_STRING_DATA ERR_str_libraries[] = { +static const ERR_STRING_DATA ERR_str_libraries[] = { - {ERR_PACK(ERR_LIB_NONE, 0, 0), "unknown library"}, - {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"}, - {ERR_PACK(ERR_LIB_BN, 0, 0), "bignum routines"}, + { ERR_PACK(ERR_LIB_NONE, 0, 0), "unknown library" }, + { ERR_PACK(ERR_LIB_SYS, 0, 0), "system library" }, + { ERR_PACK(ERR_LIB_BN, 0, 0), "bignum routines" }, -- 2.49.0
