download.lst                      |    4 ++--
 external/expat/expat-winapi.patch |    5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit cef1891dda3b3d3148725e905953799a8b59051a
Author:     Xisco Fauli <[email protected]>
AuthorDate: Mon Feb 2 10:28:30 2026 +0100
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Mon Feb 2 14:45:13 2026 +0100

    expat: upgrade to 2.7.4
    
    Downloaded from 
https://github.com/libexpat/libexpat/releases/download/R_2_7_4/expat-2.7.4.tar.xz
    
    Change-Id: I7058df85bf0fbac6608b83967b635382859e4db6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198521
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>
    (cherry picked from commit 79631c2369df3dcd858abd725bb1c7fd1459652b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198531
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/download.lst b/download.lst
index 03425972ae5f..15d422a08c65 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 := 
71df8f40706a7bb0a80a5367079ea75d91da4f8c65c58ec59bcdfbf7decdab9f
-EXPAT_TARBALL := expat-2.7.3.tar.xz
+EXPAT_SHA256SUM := 
9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0
+EXPAT_TARBALL := expat-2.7.4.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 5cef970a2bf2..8abe65ae7cf1 100644
--- a/external/expat/expat-winapi.patch
+++ b/external/expat/expat-winapi.patch
@@ -1,11 +1,10 @@
 --- 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,11 +88,6 @@
+@@ -88,10 +88,6 @@
  #    ifndef XML_BUILDING_EXPAT
  /* using Expat from an application */
  
--#      if defined(_MSC_EXTENSIONS) && ! defined(__BEOS__)                     
 \
--          && ! defined(__CYGWIN__)
+-#      if defined(_MSC_VER) && ! defined(__BEOS__) && ! defined(__CYGWIN__)
 -#        define XMLIMPORT __declspec(dllimport)
 -#      endif
 -

Reply via email to