summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-04-24 14:27:47 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-04-25 08:05:16 +0200
commit26bf26272bf525b59b4a4ce18b3ce14c1febfd7b (patch)
tree0e10c8a81d2262956d82302005ceb2e61c28315c
parentoox: extract image / graphic export into GraphicExport class (diff)
downloadcore-26bf26272bf525b59b4a4ce18b3ce14c1febfd7b.tar.gz
core-26bf26272bf525b59b4a4ce18b3ce14c1febfd7b.zip
Update libxmlsec to 1.3.0
See <https://github.com/lsh123/xmlsec/releases/tag/xmlsec_1_3_0> for the upstream release notes, notably: > (ABI breaking change) Switched xmlSecSize to use size_t by default. Adapt xmlsec-wrapper.h accordingly. Change-Id: If910e44441be65794d4441558e2838d00b4b927c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150647 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--download.lst4
-rw-r--r--xmlsecurity/inc/xmlsec-wrapper.h5
2 files changed, 2 insertions, 7 deletions
diff --git a/download.lst b/download.lst
index fbbbb2ea92d5..8a75c598af84 100644
--- a/download.lst
+++ b/download.lst
@@ -334,8 +334,8 @@ LIBWEBP_TARBALL := libwebp-1.3.0.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
-XMLSEC_SHA256SUM := 5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
-XMLSEC_TARBALL := xmlsec1-1.2.37.tar.gz
+XMLSEC_SHA256SUM := df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6
+XMLSEC_TARBALL := xmlsec1-1.3.0.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
diff --git a/xmlsecurity/inc/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsec-wrapper.h
index e4048de94bf2..7c6d267e8b73 100644
--- a/xmlsecurity/inc/xmlsec-wrapper.h
+++ b/xmlsecurity/inc/xmlsec-wrapper.h
@@ -23,11 +23,6 @@
#include <sal/types.h>
-// Cf. xmlsec's configure.in:
-#if SAL_TYPES_SIZEOFPOINTER != 4 && !defined SYSTEM_XMLSEC
-#define XMLSEC_NO_SIZE_T
-#endif
-
#include <xmlsec/base64.h>
#include <xmlsec/bn.h>
#include <xmlsec/errors.h>