diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-11-12 11:09:56 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-12 11:58:29 +0000 |
commit | 4a52a88813303a6f82eed629efa03380141dfb5b (patch) | |
tree | b744469628e557839a20bf57a497a9015863ac5b /main/ghostscript/APKBUILD | |
parent | 0f3f80eba765610135a6ba95a69b321b27683029 (diff) | |
download | aports-4a52a88813303a6f82eed629efa03380141dfb5b.tar.bz2 aports-4a52a88813303a6f82eed629efa03380141dfb5b.tar.xz |
Diffstat (limited to 'main/ghostscript/APKBUILD')
-rw-r--r-- | main/ghostscript/APKBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 0270176d02..ff4ec69177 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=ghostscript pkgver=9.25 -pkgrel=0 +pkgrel=1 pkgdesc="An interpreter for the PostScript language and for PDF" url="https://ghostscript.com/" arch="all" @@ -14,10 +14,15 @@ subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev $pkgname-gtk" source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-$pkgver.tar.gz ghostscript-system-zlib.patch fix-sprintf.patch + ghostscript-9.25-security_fixes-2.patch " builddir="$srcdir/$pkgname-$pkgver" # secfixes: +# 9.25-r1: +# - CVE-2018-17961 +# - CVE-2018-18073 +# - CVE-2018-18284 # 9.25-r0: # - CVE-2018-16802 # 9.24-r0: @@ -116,4 +121,5 @@ gtk() { sha512sums="6710bf00e6246bf07173d4012c7742dd2315b6888b883d63372c0dc2fef76e8be5672f10e4c529244ba153f4ae8ab713403209365a3f7a76c469d69d797761b1 ghostscript-9.25.tar.gz 70721e3a335afa5e21d4e6cf919119010bd4544a03ab8f53f5325c173902221ad9b88c118b4bfeee80b3e1956bcdbaf4c53f64ae7fb81f5ba57dbc956750c482 ghostscript-system-zlib.patch -beefcf395f7f828e1b81c088022c08a506e218f27535b9de01e0f0edf7979b435316c318fa676771630f6ad16ff1ab059cd68aa128ed97e5a9f2f3fa840200c4 fix-sprintf.patch" +beefcf395f7f828e1b81c088022c08a506e218f27535b9de01e0f0edf7979b435316c318fa676771630f6ad16ff1ab059cd68aa128ed97e5a9f2f3fa840200c4 fix-sprintf.patch +f3d225a913780364df04588ba08afb9a9547082a801ad23ff3429e117c6c9f511c4c0f35c464710c7d503fa8b80c3a2cbc77bf50bf0c2e846db2a6ec15f77e2e ghostscript-9.25-security_fixes-2.patch" |