diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-08 11:11:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-08 11:11:29 +0000 |
commit | 69b77bf7b39d42f173925a274c637dd34d502781 (patch) | |
tree | 9906b2507b60b91be4be4680e2c9e7e292867810 /main/cups | |
parent | 8552488078133fa34bdca8e02251c97d7af5fad8 (diff) | |
download | aports-69b77bf7b39d42f173925a274c637dd34d502781.tar.bz2 aports-69b77bf7b39d42f173925a274c637dd34d502781.tar.xz |
main/cups$: add secinfo
Diffstat (limited to 'main/cups')
-rw-r--r-- | main/cups/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index 1afd7fbc25..f931f822f0 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -23,6 +23,10 @@ source="https://github.com/apple/cups/releases/download/v$pkgver/cups-$pkgver-so " builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 2.2.10-r0: +# - CVE-2018-4700 + build() { cd "$builddir" |