From 6c4ca4dbe3052c8f9281154b4b0d7e420c393e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 23 Mar 2017 21:30:22 +0000 Subject: [PATCH] add rtf corpus (#478) and update dependency cache --- projects/libreoffice/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile index 1b6fe1c54..62dc0ce2b 100644 --- a/projects/libreoffice/Dockerfile +++ b/projects/libreoffice/Dockerfile @@ -37,7 +37,7 @@ ADD https://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-seri https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz \ https://dev-www.libreoffice.org/src/boost_1_63_0.tar.bz2 \ https://dev-www.libreoffice.org/src/expat-2.2.0.tar.bz2 \ - https://dev-www.libreoffice.org/src/jpegsrc.v9a.tar.gz \ + https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.1.tar.gz \ https://dev-www.libreoffice.org/src/lcms2-2.8.tar.gz \ https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz \ https://dev-www.libreoffice.org/src/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 \ @@ -115,6 +115,7 @@ ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \ https://dev-www.libreoffice.org/corpus/602fuzzer_seed_corpus.zip \ https://dev-www.libreoffice.org/corpus/lwpfuzzer_seed_corpus.zip \ https://dev-www.libreoffice.org/corpus/pptfuzzer_seed_corpus.zip \ + https://dev-www.libreoffice.org/corpus/rtffuzzer_seed_corpus.zip \ https://dev-www.libreoffice.org/corpus/olefuzzer_seed_corpus.zip $SRC/ #clone source RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice