diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-01 12:30:29 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-01 12:30:41 +0000 |
commit | 27dfa1bd4b882abbe3f82ac0c1154e76225d3999 (patch) | |
tree | 51e09b1e2655014f263eb4b0b5491a840ff3c2cc | |
parent | 01a9be3a05e460ae8fecc11ef0e9ce130b1a2718 (diff) | |
download | aports-27dfa1bd4b882abbe3f82ac0c1154e76225d3999.tar.bz2 aports-27dfa1bd4b882abbe3f82ac0c1154e76225d3999.tar.xz |
community/podofo: add sec info
-rw-r--r-- | community/podofo/APKBUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/podofo/APKBUILD b/community/podofo/APKBUILD index c84dd243e3..66ce522f26 100644 --- a/community/podofo/APKBUILD +++ b/community/podofo/APKBUILD @@ -14,6 +14,16 @@ install="" subpackages="$pkgname-dev $pkgname-doc" source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver + +# secfixes: +# 0.9.5-r0: +# - CVE-2017-6843 +# - CVE-2017-6844 +# - CVE-2017-6845 +# - CVE-2017-6846 +# - CVE-2017-6847 +# - CVE-2017-6849 + build() { cd "$builddir" mkdir build |