diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-10-11 10:00:26 +0200 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-11 12:46:09 +0200 |
commit | 8252568859e8296c36c6e4dbb291f208e5f8766c (patch) | |
tree | 491535611084c19d8e5ab4cb35bee0d84ea307d7 /download.lst | |
parent | 01e89930f8a0d50758ed23b0cf2bfd7b9ee47b9b (diff) |
curl: upgrade to release 8.4.0
Fixes CVE-2023-38546 and CVE-2023-38545
Minor amount of bugfixes, nothing that immediately affects us. New
feature: IPFS protocols via HTTP gateway now supported, with the right
URL.
Change-Id: I24af4d17b570685081aa031c50a87bb8dcf1833d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157807
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@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 1325df09339e..26d9ab95c04a 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 := 376d627767d6c4f05105ab6d497b0d9aba7111770dd9d995225478209c37ea63 -CURL_TARBALL := curl-8.3.0.tar.xz +CURL_SHA256SUM := 16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d +CURL_TARBALL := curl-8.4.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |