diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-20 11:52:22 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-20 15:28:19 +0000 |
commit | bbe0d0534abe6480c4502ce8fb543a736d3399d8 (patch) | |
tree | 52fef49f44e5e8359d5551ff3124f8de145bf69a /download.lst | |
parent | 7cce1141c6d0fd3023a827021f818f1e96cf26f0 (diff) |
curl: upgrade to release 8.0.0
Fixes CVE-2023-27535.
Also hopefully fixes excessive storage consumption during build:
o build: drop the use of XC_AMEND_DISTCLEAN [62]
Change-Id: I8792e95bc7634ee496488e80fec5a1310b24a31c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149153
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
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 a73e7be7dc30..08dfd4c0078c 100644 --- a/download.lst +++ b/download.lst @@ -75,8 +75,8 @@ CPPUNIT_TARBALL := cppunit-1.15.1.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -CURL_SHA256SUM := 1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f -CURL_TARBALL := curl-7.88.1.tar.xz +CURL_SHA256SUM := 759690f9a375a720f8bcce9f953897b0d93f31eed9649b74f846d54bbf63bbcc +CURL_TARBALL := curl-8.0.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |