diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-07-21 13:05:28 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-17 23:05:34 +0200 |
commit | 38460e57f1f299ba2454aa7869c699f1ab333ca1 (patch) | |
tree | 087f7e4e2016005173ed340a3554924abd98242f /community/php7 | |
parent | d44b971c655001c2d6ec928316b69f949b8e84f6 (diff) | |
download | aports-38460e57f1f299ba2454aa7869c699f1ab333ca1.tar.bz2 aports-38460e57f1f299ba2454aa7869c699f1ab333ca1.tar.xz |
community/php7: add missing secfixes
Diffstat (limited to 'community/php7')
-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" |