aboutsummaryrefslogtreecommitdiff
path: root/projects/libvips
diff options
context:
space:
mode:
authorLovell Fuller <lovell@users.noreply.github.com>2020-03-20 14:50:16 +0000
committerGitHub <noreply@github.com>2020-03-20 07:50:16 -0700
commit3c28d2a860ebe96f024157a65f05314af97c648c (patch)
tree50c08b1c3dfe5597764c12395482ad560835215f /projects/libvips
parent67c9b30cf8b0957e5178bc7c0ce38f3ae7eefb1b (diff)
downloadoss-fuzz-3c28d2a860ebe96f024157a65f05314af97c648c.tar.gz
Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)
accepting only HTTPS connections since approx 14th March. This allows the builds for guetzli, libjpeg-turbo, libtiff and libvips to succeed again.
Diffstat (limited to 'projects/libvips')
-rw-r--r--projects/libvips/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libvips/Dockerfile b/projects/libvips/Dockerfile
index cca27efbd..2425ef73a 100644
--- a/projects/libvips/Dockerfile
+++ b/projects/libvips/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
libffi-dev \
glib2.0-dev
RUN mkdir afl-testcases
-RUN curl http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz | tar xzC afl-testcases
+RUN curl https://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz | tar xzC afl-testcases
RUN git clone --depth 1 https://github.com/libvips/libvips
RUN git clone --depth 1 https://github.com/madler/zlib.git
RUN git clone --depth 1 https://github.com/libexif/libexif