aboutsummaryrefslogtreecommitdiff
path: root/projects/libtiff
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/libtiff
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/libtiff')
-rw-r--r--projects/libtiff/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libtiff/Dockerfile b/projects/libtiff/Dockerfile
index 74f0c6a7e..9f7ecc2a6 100644
--- a/projects/libtiff/Dockerfile
+++ b/projects/libtiff/Dockerfile
@@ -21,7 +21,7 @@ RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/madler/zlib
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
RUN git clone https://www.cl.cam.ac.uk/~mgk25/git/jbigkit
-ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
+ADD https://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
ADD https://raw.githubusercontent.com/google/AFL/debe27037b9444bbf090a0ffbd5d24889bb887ae/dictionaries/tiff.dict tiff.dict
WORKDIR libtiff
COPY build.sh $SRC/