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 <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2024-06-13 13:39:46 +02:00
parent 752436502c
commit cdde0d59ac
3 changed files with 2 additions and 13 deletions

View file

@ -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

View file

@ -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 \
))

View file

@ -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);
}