From 3f230e2f922b6a7c9982ca1f718d44f074387b0b Mon Sep 17 00:00:00 2001 From: chris-liddell Date: Fri, 10 Feb 2023 16:07:20 +0000 Subject: [PATCH] Update freetype for ghostscript to 2.13.0 (#9676) Update should fix 49687 and 53321. --- projects/ghostscript/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ghostscript/Dockerfile b/projects/ghostscript/Dockerfile index 3b4dde5df..60b4709a7 100644 --- a/projects/ghostscript/Dockerfile +++ b/projects/ghostscript/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups -RUN git clone --branch VER-2-12-1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype +RUN git clone --branch VER-2-13-0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl RUN mkdir ghostpdl/fuzz