download.lst | 4 ++-- external/openssl/configurable-z-option.patch.0 | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-)
New commits: commit 3d9dcc749788d5609a853396c643b61f58f763b9 Author: Taichi Haradaguchi <20001...@ymail.ne.jp> AuthorDate: Sat Sep 30 23:54:06 2023 +0900 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Mon Feb 19 18:39:21 2024 +0100 openssl: upgrade to release 3.0.11 Change-Id: I80c6fde3b6ae526f46b6bc346f09b287cc88b032 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157433 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163522 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/download.lst b/download.lst index fb19aea24cc8..07fa9cbd0983 100644 --- a/download.lst +++ b/download.lst @@ -487,8 +487,8 @@ OPENLDAP_TARBALL := openldap-2.4.59.tgz # three static lines # so that git cherry-pick # will not run into conflicts -OPENSSL_SHA256SUM := 1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323 -OPENSSL_TARBALL := openssl-3.0.10.tar.gz +OPENSSL_SHA256SUM := b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55 +OPENSSL_TARBALL := openssl-3.0.11.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/openssl/configurable-z-option.patch.0 b/external/openssl/configurable-z-option.patch.0 index 9a4426edd5d2..d9478b6a9701 100644 --- a/external/openssl/configurable-z-option.patch.0 +++ b/external/openssl/configurable-z-option.patch.0 @@ -1,15 +1,15 @@ ---- Configurations/10-main.conf.sav 2021-08-24 13:38:47.000000000 +0000 -+++ Configurations/10-main.conf 2021-11-02 22:20:44.377653700 +0000 -@@ -13,7 +13,7 @@ +--- Configurations/10-main.conf.sav 2023-09-19 22:02:31.000000000 +0900 ++++ Configurations/10-main.conf 2023-09-30 23:47:49.734377000 +0900 +@@ -14,7 +14,7 @@ } elsif ($disabled{asm}) { # assembler is still used to compile uplink shim $vc_win64a_info = { AS => "ml64", - ASFLAGS => "/nologo /Zi", + ASFLAGS => "/nologo $$(DEBUG_FLAGS_VALUE)", asflags => "/c /Cp /Cx", - asoutflag => "/Fo" }; - } else { -@@ -41,7 +41,7 @@ + asoutflag => "/Fo", + perlasm_scheme => "masm" }; +@@ -44,7 +44,7 @@ } elsif ($disabled{asm}) { # not actually used, uplink shim is inlined into C code $vc_win32_info = { AS => "ml", @@ -18,7 +18,7 @@ asflags => "/Cp /coff /c /Cx", asoutflag => "/Fo", perlasm_scheme => "win32" }; -@@ -1323,10 +1323,10 @@ +@@ -1333,10 +1333,10 @@ "UNICODE", "_UNICODE", "_CRT_SECURE_NO_DEPRECATE", "_WINSOCK_DEPRECATED_NO_WARNINGS"),