download.lst | 4 ++-- xmlsecurity/inc/xmlsec-wrapper.h | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-)
New commits: commit 26bf26272bf525b59b4a4ce18b3ce14c1febfd7b Author: Miklos Vajna <[email protected]> AuthorDate: Mon Apr 24 14:27:47 2023 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Apr 25 08:05:16 2023 +0200 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 <[email protected]> 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>
