aboutsummaryrefslogtreecommitdiff
path: root/projects/libtiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-04 16:33:45 +0200
committerAbhishek Arya <inferno@chromium.org>2019-09-04 07:33:45 -0700
commited5f4a337a1da84d52f86bcee133530302eabf15 (patch)
tree761970968279820eda80900f6a7f8295edd1dbf6 /projects/libtiff
parent7b75f75533716463d7043cef2c7dfc314e08d54f (diff)
downloadoss-fuzz-ed5f4a337a1da84d52f86bcee133530302eabf15.tar.gz
[libtiff] Fix build (#2798)
* [libtiff] Fix build The https://raw.githubusercontent.com/mcarpenter/afl/master/dictionaries/tiff.dict resource has just disappeared. * Update Dockerfile
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 4e4dec48f..74f0c6a7e 100644
--- a/projects/libtiff/Dockerfile
+++ b/projects/libtiff/Dockerfile
@@ -22,6 +22,6 @@ 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://raw.githubusercontent.com/mcarpenter/afl/master/dictionaries/tiff.dict tiff.dict
+ADD https://raw.githubusercontent.com/google/AFL/debe27037b9444bbf090a0ffbd5d24889bb887ae/dictionaries/tiff.dict tiff.dict
WORKDIR libtiff
COPY build.sh $SRC/