download.lst | 4 ++-- external/expat/expat-winapi.patch | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-)
New commits: commit 508a8862dab704accb0a42c1f9924e0b5b9a69e5 Author: Xisco Fauli <[email protected]> AuthorDate: Thu Sep 25 09:53:15 2025 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Tue Feb 10 16:51:14 2026 +0100 expat: upgrade to 2.7.3 Downloaded from https://github.com/libexpat/libexpat/releases/download/R_2_7_3/expat-2.7.3.tar.xz Change-Id: I2141a3d2881e693867b23ca56a1d6a929f17c4fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191481 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins (cherry picked from commit 3bceab5b951aa45bc7ab1d86ebcfda8981d9693f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199033 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/download.lst b/download.lst index 19a89b454778..ae061ae697cd 100644 --- a/download.lst +++ b/download.lst @@ -111,8 +111,8 @@ ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -EXPAT_SHA256SUM := 21b778b34ec837c2ac285aef340f9fb5fa063a811b21ea4d2412a9702c88995c -EXPAT_TARBALL := expat-2.7.2.tar.xz +EXPAT_SHA256SUM := 71df8f40706a7bb0a80a5367079ea75d91da4f8c65c58ec59bcdfbf7decdab9f +EXPAT_TARBALL := expat-2.7.3.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts commit 95818fc8a079ea541732c044da8065d8048938f2 Author: Xisco Fauli <[email protected]> AuthorDate: Tue Sep 16 21:26:24 2025 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Tue Feb 10 16:51:08 2026 +0100 expat: upgrade to 2.7.2 Downloaded from https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.xz Change-Id: Icf4b730291dfecc039024360b36c2fe8adb247fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191047 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins (cherry picked from commit 953f1da9270dc10d4aa7852a91e22e4483751aba) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191055 Reviewed-by: Christian Lohmaier <[email protected]> (cherry picked from commit 79ec588e2495535bc3f6fdc4d87549b6b8a8b2ed) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199032 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/download.lst b/download.lst index 9b9254433e3b..19a89b454778 100644 --- a/download.lst +++ b/download.lst @@ -111,8 +111,8 @@ ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -EXPAT_SHA256SUM := 354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30 -EXPAT_TARBALL := expat-2.7.1.tar.xz +EXPAT_SHA256SUM := 21b778b34ec837c2ac285aef340f9fb5fa063a811b21ea4d2412a9702c88995c +EXPAT_TARBALL := expat-2.7.2.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/expat/expat-winapi.patch b/external/expat/expat-winapi.patch index fed65644a732..5cef970a2bf2 100644 --- a/external/expat/expat-winapi.patch +++ b/external/expat/expat-winapi.patch @@ -1,15 +1,16 @@ --- misc/expat-2.5.0/lib/expat_external.h 2022-10-25 01:32:54.000000000 +0900 +++ misc/build/expat-2.5.0/lib/expat_external.h 2022-10-30 23:09:47.339459134 +0900 -@@ -88,10 +88,6 @@ - # ifndef XML_BUILDING_EXPAT +@@ -88,11 +88,6 @@ + # ifndef XML_BUILDING_EXPAT /* using Expat from an application */ --# if defined(_MSC_EXTENSIONS) && ! defined(__BEOS__) && ! defined(__CYGWIN__) --# define XMLIMPORT __declspec(dllimport) --# endif +-# if defined(_MSC_EXTENSIONS) && ! defined(__BEOS__) \ +- && ! defined(__CYGWIN__) +-# define XMLIMPORT __declspec(dllimport) +-# endif - - # endif - #endif /* not defined XML_STATIC */ + # endif + # endif /* not defined XML_STATIC */ --- misc/expat-2.5.0/lib/xmlparse.c 2022-10-26 00:09:08.000000000 +0900 +++ misc/build/expat-2.5.0/lib/xmlparse.c 2022-10-30 23:09:01.843006341 +0900 commit c2efd10b3c5e68948b0bf443cd5cfa34f1c31718 Author: Xisco Fauli <[email protected]> AuthorDate: Fri Mar 28 10:50:15 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Feb 10 16:51:03 2026 +0100 expat: upgrade to 2.7.1 Downloaded from https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.xz Change-Id: I10c3e609f1711afeceb5dad2ee871e305cccdf8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183447 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> (cherry picked from commit 13abb5924ce792a17398c4f3e33dd5e6bf1f644a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199031 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/download.lst b/download.lst index 7146f7550650..9b9254433e3b 100644 --- a/download.lst +++ b/download.lst @@ -111,8 +111,8 @@ ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -EXPAT_SHA256SUM := 25df13dd2819e85fb27a1ce0431772b7047d72af81ae78dc26b4c6e0805f48d1 -EXPAT_TARBALL := expat-2.7.0.tar.xz +EXPAT_SHA256SUM := 354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30 +EXPAT_TARBALL := expat-2.7.1.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts
