diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-12-11 13:07:22 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-12-11 20:40:03 +0100 |
commit | 8596b82c57033604fbf1d209e92b56b6b862891e (patch) | |
tree | 7168085fb991544fa400170818356985907dfec4 /download.lst | |
parent | af7e6fe6c7a76433ccb63d10d7cddd8335c0630c (diff) |
curl: upgrade to release 8.5.0
Fixes CVE-2023-46218 (cookies apparently used by libcmis)
Change-Id: I6f903ab63589d3318c0cc7d47f5183f7ae55f52b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160592
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
(cherry picked from commit 0a2df11fb563177951db1e8890d67cee8d44246a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160578
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
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 30f2b5c6ec56..a3f3df786705 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 := 16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d -CURL_TARBALL := curl-8.4.0.tar.xz +CURL_SHA256SUM := 42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb +CURL_TARBALL := curl-8.5.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |