summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-20 10:41:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-20 13:00:53 +0200
commita08d1dc4ee904428ef6f78208cc2508d3fc3717b (patch)
tree76e430586e0bee0cc8818881f8ad009f4c8315d3 /bin
parente735d53201da924dfafc1707a23395fad5d42ba2 (diff)
upgrade curl to 7.79.1
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 <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-setup.sh2
1 files changed, 1 insertions, 1 deletions
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 \