diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-20 10:40:15 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-20 10:48:13 +0200 |
commit | 89054febb84496a28c1fcd9e93cd4be07019cc5a (patch) | |
tree | 2ece5401f8a5f79193a50e6ea9e61af29a96a8d5 | |
parent | 81efcef4e47735342ff6ec703342ceac612ab08e (diff) | |
download | aports-89054febb84496a28c1fcd9e93cd4be07019cc5a.tar.gz aports-89054febb84496a28c1fcd9e93cd4be07019cc5a.tar.bz2 aports-89054febb84496a28c1fcd9e93cd4be07019cc5a.tar.xz |
community/php5: update secfixes comment for CVE-2018-5712
The fix for CVE-2018-5712 in 5.6.33 was incomplete and got finally fixed
in 5.6.36 together with a new CVE id (CVE-2018-10547).
Update secfixes comment and remove duplicate entry for CVE-2018-5712.
ref #11914
upstream ref: https://bugs.php.net/bug.php?id=76129
-rw-r--r-- | community/php5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php5/APKBUILD b/community/php5/APKBUILD index 7e2fb19bc99..eb564943a7e 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -130,11 +130,11 @@ _peardir=/usr/share/pear # - CVE-2018-14883 # 5.6.36-r0: # - CVE-2018-5712 +# - CVE-2018-10547 # 5.6.34-r0: # - CVE-2018-7584 # 5.6.33-r0: # - CVE-2018-5711 -# - CVE-2018-5712 # 5.6.31-r0: # - CVE-2017-9224 # - CVE-2017-9226 |