diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2021-11-01 14:01:22 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2021-11-03 21:17:18 +0100 |
commit | eb07a0e76fe240a184348d96a6cebf7c0a229ac0 (patch) | |
tree | 23ab960b7a163696e4a7c1d4c4c20c1340fa14b3 /bin | |
parent | 9b9f4a4487e9ada1885d45a8b1ba0234a4a9fc26 (diff) |
Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.
Change-Id: I9e856fc2d61f1789a6f1702514837860539a0f49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124573
Tested-by: Jenkins
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 22c9ef2b7e49..c72f63d4e1e0 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -38,7 +38,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libmwaw-0.3.20.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libodfgen-0.1.8.tar.xz \ - -C - -O https://dev-www.libreoffice.org/src/liborcus-0.16.1.tar.bz2 \ + -C - -O https://dev-www.libreoffice.org/src/liborcus-0.17.0.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/libpagemaker-0.0.4.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 \ |