bin/oss-fuzz-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba72fc10571a0987b181564a2fc6395165ed6805 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Nov 3 21:20:59 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Nov 3 22:21:28 2021 +0100 oss-fuzz build will need new mdds too Change-Id: I9ad34b6a5fe4dc5bcc79d949241739771ddadf75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124662 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> 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 \