diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-02-20 13:31:44 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-02-20 17:13:49 +0100 |
commit | caeaa7b90e42c60ec407e1f0cd5b5db2b30f55d2 (patch) | |
tree | d66481ed4923dfd38176f4d0c715778321e98656 /download.lst | |
parent | 7d352599ef3c6e38b3ba21ffbf3ebab3e060a6f8 (diff) |
cairo: upgrade to release 1.16.0
This fixes some minor CVEs.
Not including the fix for CVE-2018-18064, which does not affect LO
because we use the default implementation of FT_Memory which uses
free/malloc.
Change-Id: Ic047ed52cff3fdeba068f1b8d303c6c96c69addd
Reviewed-on: https://gerrit.libreoffice.org/68088
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/download.lst b/download.lst index 1d1b78fc2457..60ed11e0503a 100644 --- a/download.lst +++ b/download.lst @@ -14,9 +14,9 @@ export BSH_SHA256SUM := 9e93c73e23aff644b17dfff656444474c14150e7f3b38b19635e6222 export BSH_TARBALL := beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip export BZIP2_SHA256SUM := a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd export BZIP2_TARBALL := 00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz -export CAIRO_SHA256SUM := 7623081b94548a47ee6839a7312af34e9322997806948b6eec421a8c6d0594c9 -export CAIRO_VERSION_MICRO := 12 -export CAIRO_TARBALL := cairo-1.15.$(CAIRO_VERSION_MICRO).tar.xz +export CAIRO_SHA256SUM := 5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331 +export CAIRO_VERSION_MICRO := 0 +export CAIRO_TARBALL := cairo-1.16.$(CAIRO_VERSION_MICRO).tar.xz export CDR_SHA256SUM := 6ace5c499a8be34ad871e825442ce388614ae2d8675c4381756a7319429e3a48 export CDR_TARBALL := libcdr-0.1.5.tar.xz export CLUCENE_SHA256SUM := ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab |