From 754ab4b0653534347f647a667c8865a1ef4677a9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 20 Oct 2021 10:27:24 +0100 Subject: upgrade libepoxy to 1.5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- bin/oss-fuzz-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit