diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-03-19 16:10:59 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2020-03-20 11:26:40 +0000 |
commit | a12cce1e8e22a09bd37b01b17c6be3e1e7dc46d6 (patch) | |
tree | 83216c0fe22a27fcfe319e808f66d1d93294c11a /community | |
parent | 579415f32b8f2c32bc049fa442f2e2079e00f54e (diff) | |
download | aports-a12cce1e8e22a09bd37b01b17c6be3e1e7dc46d6.tar.bz2 aports-a12cce1e8e22a09bd37b01b17c6be3e1e7dc46d6.tar.xz |
community/php7: security upgrade to 7.3.16
Diffstat (limited to 'community')
-rw-r--r-- | community/php7/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 3ad72e842e..f8ce4b3c9f 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -26,7 +26,7 @@ pkgname=php7 _pkgreal=php -pkgver=7.3.15 +pkgver=7.3.16 pkgrel=0 _apiver=20180731 _suffix=${pkgname#php} @@ -183,6 +183,10 @@ case "$CARCH" in esac # secfixes: +# 7.3.16-r0: +# - CVE-2020-7064 +# - CVE-2020-7065 +# - CVE-2020-7066 # 7.3.15-r0: # - CVE-2020-7061 # - CVE-2020-7062 @@ -684,7 +688,7 @@ _mv() { mv $@ } -sha512sums="cdce22e604ad67ccdf4471d46bddd7e46730bed60e9bca6022146bce1c216dd42bde50827f00d2eb7142ac2daf568ac8956553e41e830ba247753053262c9fcf php-7.3.15.tar.bz2 +sha512sums="4c0676aae332fa5f3f7b040a5d492a2c051821f7051a7db0dd183cf3c0fde59dda3de4aedf1e265e66abd37de4cb3c223f03338cc012b917b228587184d96354 php-7.3.16.tar.bz2 1c708de82d1086f272f484faf6cf6d087af7c31750cc2550b0b94ed723961b363f28a947b015b2dfc0765caea185a75f5d2c2f2b099c948b65c290924f606e4f php7-fpm.initd cacce7bf789467ff40647b7319e3760c6c587218720538516e8d400baa75651f72165c4e28056cd0c1dc89efecb4d00d0d7823bed80b29136262c825ce816691 php7-fpm.logrotate 274bd7b0b2b7002fa84c779640af37b59258bb37b05cb7dd5c89452977d71807f628d91b523b5039608376d1f760f3425d165242ca75ee5129b2730e71c4e198 php7-module.conf |