diff options
author | Taichi haradaguchi <20001722@ymail.ne.jp> | 2024-01-06 14:49:07 +0900 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-07-09 14:02:54 +0200 |
commit | c75c21eef670fce33eb5a501357935dbd25be923 (patch) | |
tree | b086165336a4f8a5c5d5da7429af4b2c6235f9ba /download.lst | |
parent | f8fdd226f500197f76172141085c3d06dbb06f49 (diff) |
Upgrade raptor to 2.0.16
- Fixes CVE-2017-18926 and CVE-2020-25713.
- drop 0001-Calcualte-max-nspace-declarations-correctly-for-XML-.patch.1:
merged upstream
- drop 0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch.1:
merged upstream
- drop libtool.patch: merged upstream
- drop most of raptor-freebsd.patch.1: merged upstream
- drop most of raptor-msvc.patch.1: merged upsttream
- drop most of ubsan.patch: merged upstream
- drop Wint-conversion.patch: merged upstream
depend on package icu_ure to have libicuuc delivered and add corresponding
directory to rpath-link to make sure the right copy is picked up
use $(strip ...) in LDFLAGS to avoid having to escape , with $(COMMA)
Change-Id: Ic05269ade5dae3761d98432ee504a51434a4c753
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161704
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
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 a1d1bb7d9e73..d80d27ec6c49 100644 --- a/download.lst +++ b/download.lst @@ -600,8 +600,8 @@ QXP_TARBALL := libqxp-0.0.2.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -RAPTOR_SHA256SUM := ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed -RAPTOR_TARBALL := a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz +RAPTOR_SHA256SUM := 089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680 +RAPTOR_TARBALL := raptor2-2.0.16.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts |