From ba72fc10571a0987b181564a2fc6395165ed6805 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Nov 2021 21:20:59 +0000 Subject: oss-fuzz build will need new mdds too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9ad34b6a5fe4dc5bcc79d949241739771ddadf75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124662 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index c72f63d4e1e0..08f53cd02be9 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -50,7 +50,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/pixman-0.40.0.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/zlib-1.2.11.tar.xz \ - -C - -O https://dev-www.libreoffice.org/src/mdds-1.7.0.tar.bz2 \ + -C - -O https://dev-www.libreoffice.org/src/mdds-2.0.0.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/openssl-1.1.1l.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/language-subtag-registry-2021-08-06.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz \ -- cgit