This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-patch-1 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit cac59f45d8a1b31ea675e736824bda13cfb139e8 Author: Matthias Seidel <[email protected]> AuthorDate: Thu Jan 12 19:37:54 2023 +0100 Update zlib to 1.2.13 Currently we use zlib 1.2.7 from 2012. This PR updates it to the most recent version 1.2.13 from 2022. I am no developer, but basically we only add a makefile and patch some headers. I could build successfully with this PR on Windows, testing on other OS is welcome! --- main/external_deps.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/external_deps.lst b/main/external_deps.lst index f9aa4c7c7b..4e760a1776 100644 --- a/main/external_deps.lst +++ b/main/external_deps.lst @@ -103,8 +103,8 @@ if (SYSTEM_REDLAND != YES) URL2 = $(OOO_EXTRAS)$(MD5)-$(name) if (GUI!=UNX || SYSTEM_ZLIB!=YES) - MD5 = 60df6a37c56e7c1366cca812414f7b85 - name = zlib-1.2.7.tar.gz + MD5 = 9b8aa094c4e5765dabf4da391f00d15c + name = zlib-1.2.13.tar.gz URL1 = https://www.zlib.net/fossils/$(name) URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
