From 3d949953ed023a00e502072af12541c64feb3494 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 25 Nov 2019 13:44:39 +0100 Subject: main/ghostscript: add missing secfixes comment --- main/ghostscript/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 4f9493dee4..e5ba6ba1d7 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -18,6 +18,8 @@ source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ " # secfixes: +# 9.50-r0: +# - CVE-2019-14869 # 9.27-r4: # - CVE-2019-14817 # 9.27-r3: @@ -57,8 +59,6 @@ source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ # - CVE-2017-5951 prepare() { - cd "$builddir" - default_prepare # apply patches # force it to use system-libs @@ -112,7 +112,6 @@ build() { } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install soinstall cd "$builddir"/ijs -- cgit v1.2.1