tdf#155034 Revert "Update libxmlsec to 1.3.0"
This reverts commit 26bf26272b
.
Reason for revert: compiled version fails open/create some documents
on Ubuntu 20.04, which is still an Ubuntu-supported release.
Also fails to compile on 20.04 with built-in system NSS
The clinching reason is for running bibisects.
There was no compelling reason to make the change,
just routine maintenance. So if something breaks
or is annoying when doing routine maintenance, then revert it.
The previous version is still 1.2.37, released in Nov 2022.
So this will likely come up again relatively soon
if there is a security fix required.
But at least at the end of the 7.6 development cycle,
we can avoid the pain.
Change-Id: Ife387d6e4058b017ba18cba1fbcb2b2d50f52c12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151118
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
committed by
Miklos Vajna
parent
10cf767884
commit
1770d3ba33
@@ -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 := df3ad2548288411fc3d44c20879e4c4e90684a1a4fb76a06ae444f957171c9a6
|
||||
XMLSEC_TARBALL := xmlsec1-1.3.0.tar.gz
|
||||
XMLSEC_SHA256SUM := 5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c
|
||||
XMLSEC_TARBALL := xmlsec1-1.2.37.tar.gz
|
||||
# three static lines
|
||||
# so that git cherry-pick
|
||||
# will not run into conflicts
|
||||
|
@@ -23,6 +23,11 @@
|
||||
|
||||
#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>
|
||||
|
Reference in New Issue
Block a user