diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-07-19 09:46:41 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-07-19 09:46:41 +0000 |
commit | 0bdb67976ff9b2169218a5be5167d7e45f8731ef (patch) | |
tree | 7e5147042a51edc767652faebe79d38b65f03458 /community | |
parent | 4ea708572b2788f9313462e42f241d17ced2a595 (diff) | |
download | aports-0bdb67976ff9b2169218a5be5167d7e45f8731ef.tar.bz2 aports-0bdb67976ff9b2169218a5be5167d7e45f8731ef.tar.xz |
community/php7: add secinfo
Diffstat (limited to 'community')
-rw-r--r-- | community/php7/APKBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index f491730f20..91a21fbdc2 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -173,6 +173,14 @@ x86_64) options="$options !check";; s390x) options="$options !check";; esac +# secfixes: +# 7.1.7.-r0: +# - CVE-2017-9224 +# - CVE-2017-9226 +# - CVE-2017-9227 +# - CVE-2017-9228 +# - CVE-2017-9229 + prepare() { cd "$builddir" |