download.lst                                  |    4 ++--
 external/libxslt/UnpackedTarball_libxslt.mk   |    1 -
 external/libxslt/libxslt-1.1.26-memdump.patch |   10 ----------
 3 files changed, 2 insertions(+), 13 deletions(-)

New commits:
commit cdde0d59ac67cd9a26671822b02d04b07b2dd754
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Jun 13 13:39:46 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Jun 13 17:10:33 2024 +0200

    libxslt: upgrade to 1.1.40
    
    Downloaded from 
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.40.tar.xz
    
    * libxslt-1.1.26-memdump.patch is no longer needed
    
    Change-Id: I72829ce590d7fd73a1364139bf3c373d6cd4d1b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168782
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/download.lst b/download.lst
index f8ed147af23a..9630b35bced9 100644
--- a/download.lst
+++ b/download.lst
@@ -430,8 +430,8 @@ LIBXML_TARBALL := 
libxml2-2.12.$(LIBXML_VERSION_MICRO).tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-LIBXSLT_SHA256SUM := 
2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0
-LIBXSLT_VERSION_MICRO := 39
+LIBXSLT_SHA256SUM := 
194715db023035f65fb566402f2ad2b5eab4c29d541f511305c40b29b1f48d13
+LIBXSLT_VERSION_MICRO := 40
 LIBXSLT_TARBALL := libxslt-1.1.$(LIBXSLT_VERSION_MICRO).tar.xz
 # three static lines
 # so that git cherry-pick
diff --git a/external/libxslt/UnpackedTarball_libxslt.mk 
b/external/libxslt/UnpackedTarball_libxslt.mk
index 7d39cb1e3478..edfb266f2f17 100644
--- a/external/libxslt/UnpackedTarball_libxslt.mk
+++ b/external/libxslt/UnpackedTarball_libxslt.mk
@@ -19,7 +19,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,libxslt,\
        $(if $(gb_Module_CURRENTMODULE_SYMBOLS_ENABLED),\
                external/libxslt/libxslt-msvc-sym.patch.2, \
                external/libxslt/libxslt-msvc.patch.2) \
-       external/libxslt/libxslt-1.1.26-memdump.patch \
        external/libxslt/rpath.patch.0 \
 ))
 
diff --git a/external/libxslt/libxslt-1.1.26-memdump.patch 
b/external/libxslt/libxslt-1.1.26-memdump.patch
deleted file mode 100644
index 28724f749a38..000000000000
--- a/external/libxslt/libxslt-1.1.26-memdump.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- misc/libxslt-1.1.26/xsltproc/xsltproc.c    2009-08-23 14:53:33.000000000 
+0200
-+++ misc/build/libxslt-1.1.26/xsltproc/xsltproc.c      2013-01-18 
14:16:12.202767222 +0100
-@@ -877,7 +877,6 @@
-     xsltFreeSecurityPrefs(sec);
-     xsltCleanupGlobals();
-     xmlCleanupParser();
--    xmlMemoryDump();
-     return(errorno);
- }
- 

Reply via email to