aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolan@skynet.ie>2017-11-29 17:12:44 +0000
committerAbhishek Arya <inferno@chromium.org>2017-11-29 09:12:44 -0800
commitef243e28aa8fdc0342816b62ef1667feca425e9f (patch)
treeee7e4e629ba150d1be6dd9fc88e3f5b92c5f1df2 /projects/libreoffice
parent06eeccc7d453083f5e8d9af4a8c4b7c1c6c7a1fb (diff)
downloadoss-fuzz-ef243e28aa8fdc0342816b62ef1667feca425e9f.tar.gz
add pptx corpus (#1015)
and update dependency cache
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile
index 435273dff..7e3a07e73 100644
--- a/projects/libreoffice/Dockerfile
+++ b/projects/libreoffice/Dockerfile
@@ -52,7 +52,7 @@ ADD https://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-seri
https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz \
https://dev-www.libreoffice.org/src/e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz \
https://dev-www.libreoffice.org/src/cairo-1.14.10.tar.xz \
- https://dev-www.libreoffice.org/src/curl-7.56.1.tar.gz \
+ https://dev-www.libreoffice.org/src/curl-7.57.0.tar.gz \
https://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz \
https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 \
https://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2 \
@@ -144,7 +144,8 @@ ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/wksfuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/diffuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/docxfuzzer_seed_corpus.zip \
- https://dev-www.libreoffice.org/corpus/xlsxfuzzer_seed_corpus.zip $SRC/
+ https://dev-www.libreoffice.org/corpus/xlsxfuzzer_seed_corpus.zip \
+ https://dev-www.libreoffice.org/corpus/pptxfuzzer_seed_corpus.zip $SRC/
#clone source
RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice
WORKDIR libreoffice