diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-06 12:09:35 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-17 23:06:26 +0200 |
commit | 3d5ecd32fb9f5fd0c0c79faea57624bb2c26fb83 (patch) | |
tree | bd520b02ce898b4b705b92063ba36ba378859991 /community/php5 | |
parent | e4ae7cc634fa671b2160757e870d45646cf8f1ea (diff) | |
download | aports-3d5ecd32fb9f5fd0c0c79faea57624bb2c26fb83.tar.bz2 aports-3d5ecd32fb9f5fd0c0c79faea57624bb2c26fb83.tar.xz |
community/php5: add missing secfixes
Diffstat (limited to 'community/php5')
-rw-r--r-- | community/php5/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/php5/APKBUILD b/community/php5/APKBUILD index cff15f4956..daa60047a5 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -125,6 +125,9 @@ _confdir=/etc/$pkgname _peardir=/usr/share/pear # secfixes: +# 5.6.37-r0: +# - CVE-2018-14851 +# - CVE-2018-14883 # 5.6.36-r0: # - CVE-2018-5712 # 5.6.34-r0: |