summaryrefslogtreecommitdiffstats
path: root/bin/oss-fuzz-setup.sh
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-20 16:07:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-30 11:06:48 +0200
commit1295f497e0cc7fc7cfcb66182496a4d29aa701b3 (patch)
tree3deacf9ec953301037f1c21aa9b756f5ca1fb332 /bin/oss-fuzz-setup.sh
parentPrepare for removal of non-const operator[] from Sequence in i18npool (diff)
downloadcore-1295f497e0cc7fc7cfcb66182496a4d29aa701b3.tar.gz
core-1295f497e0cc7fc7cfcb66182496a4d29aa701b3.zip
upgrade libjpeg-turbo to 2.1.1
simd enabled for x86_64 and x86, arm/aarch64 might be worth exploring too Change-Id: Ic2726ee8c6b6e59ca983b977ee2731f5b78b97d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123898 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin/oss-fuzz-setup.sh')
-rwxr-xr-xbin/oss-fuzz-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index 39ff8a8d8d5b..22c9ef2b7e49 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -21,7 +21,7 @@ curl --no-progress-meter -S \
-C - -O https://dev-www.libreoffice.org/src/dtoa-20180411.tgz \
-C - -O https://dev-www.libreoffice.org/src/expat-2.4.1.tar.bz2 \
-C - -O https://dev-www.libreoffice.org/src/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz \
- -C - -O https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.3.tar.gz \
+ -C - -O https://dev-www.libreoffice.org/src/libjpeg-turbo-2.1.1.tar.gz \
-C - -O https://dev-www.libreoffice.org/src/lcms2-2.12.tar.gz \
-C - -O https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz \
-C - -O https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz \