diff options
-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" |