aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-25 13:44:39 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-25 13:44:39 +0100
commit3d949953ed023a00e502072af12541c64feb3494 (patch)
tree0e176c213807fca16bb769f5a64bce4f4f0f5854
parent65c8d0fd22f2dfbd007b9406a977b13169df9dd3 (diff)
main/ghostscript: add missing secfixes comment
-rw-r--r--main/ghostscript/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD
index 4f9493dee4b..e5ba6ba1d74 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