diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-06-08 16:45:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-06-09 08:11:34 +0200 |
commit | bfd479abf0d1d8ce36c3b0dcc6c824216f88a95b (patch) | |
tree | 3405bfd1193b5afc30dbdb78b792e9fb2984dd37 /download.lst | |
parent | 278b6d21d36a0ff401fdd9ed6f964cd0dca862bf (diff) |
Update libxmlsec to 1.3.1
This time try to do it in a way that doesn't re-introduce tdf#155034,
i.e. patch out code that would use NSS symbols which are in the RHEL7
baseline, but are not in Ubuntu 18.04. This is all code like RSA OAEP or
AES GCM which is relatively new, so not really required for our
signature needs.
It also helps that this release has a lowered baseline for NSS.
Change-Id: I5a8df6d98462e8173a5508e014bd2d515da2dc9d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152747
Tested-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index 5366f5e1bbbd..1b40709f0858 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 := 10f48384d4fd1afc05fea545b74fbf7c152582f0a895c189f164d55270400c63 +XMLSEC_TARBALL := xmlsec1-1.3.1.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts |