From a08d1dc4ee904428ef6f78208cc2508d3fc3717b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 20 Oct 2021 10:41:42 +0100 Subject: upgrade curl to 7.79.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit includes: CVE-2021-22945: clear the leftovers pointer when sending succeeds CVE-2021-22946: do not ignore --ssl-reqd CVE-2021-22947: reject STARTTLS server response pipelining Change-Id: I0047bdaa7e6e3aed1317eb014d2051a4d5ac5964 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123883 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 28725f8621d6..7055ef8b06dd 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -26,7 +26,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/cairo-1.17.4.tar.xz \ - -C - -O https://dev-www.libreoffice.org/src/curl-7.78.0.tar.xz \ + -C - -O https://dev-www.libreoffice.org/src/curl-7.79.1.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/xmlsec1-1.2.32.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz \ -- cgit