diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 10:27:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 13:27:35 +0200 |
commit | 754ab4b0653534347f647a667c8865a1ef4677a9 (patch) | |
tree | a7f045e41a6dc2753252476359615ce2faf4c2cd /bin | |
parent | a08d1dc4ee904428ef6f78208cc2508d3fc3717b (diff) |
upgrade libepoxy to 1.5.9
removed epoxy.pyresource-leak.patch in favor of upstream
https://github.com/anholt/libepoxy/pull/243/commits/d0b319e27b874a13f6b41f4759c272b08d74cb8a
Change-Id: I9d3545b1dcf9dbdd5e28a54e13477a027636c444
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123882
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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 7055ef8b06dd..e43aa6bad992 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -63,7 +63,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/hunspell-1.7.0.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/freetype-2.9.1.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/fontconfig-2.13.91.tar.gz \ - -C - -O https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz \ + -C - -O https://dev-www.libreoffice.org/src/libepoxy-1.5.9.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libnumbertext-1.0.7.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz |