diff options
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r-- | community/php7/APKBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index a3cee7340a..b94c7d50e4 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -183,8 +183,15 @@ esac # secfixes: # 7.2.8-r0: # - CVE-2015-9253 +# - CVE-2018-12882 +# - CVE-2018-12883 +# - CVE-2018-14851 # 7.2.5-r0: # - CVE-2018-5712 +# - CVE-2018-10546 +# - CVE-2018-10547 +# - CVE-2018-10548 +# - CVE-2018-10549 prepare() { cd "$builddir" |