diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-07-19 20:10:31 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-07-19 20:32:10 +0300 |
commit | 736eba37f03f8a66f0c893cd64eb88e4bf229119 (patch) | |
tree | b601b93e49724ed203e65ebf1e5855db61b813eb | |
parent | 36cd68ee4267421824e908b3ce31f85ebc706b9b (diff) | |
download | aports-736eba37f03f8a66f0c893cd64eb88e4bf229119.tar.bz2 aports-736eba37f03f8a66f0c893cd64eb88e4bf229119.tar.xz |
community/php7: security upgrade to 7.2.8
-rw-r--r-- | community/php7/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index d614ca78bb..1104f4d718 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -25,7 +25,7 @@ pkgname=php7 _pkgreal=php -pkgver=7.2.7 +pkgver=7.2.8 pkgrel=0 _apiver=20170718 _suffix=${pkgname#php} @@ -180,6 +180,8 @@ case "$CARCH" in esac # secfixes: +# 7.2.8-r0: +# - CVE-2015-9253 # 7.2.5-r0: # - CVE-2018-5712 @@ -636,7 +638,7 @@ _mv() { mv $@ } -sha512sums="7817e082963a4f185c5dd4a7bdd9358e25ae1dc83fa6b353313660c9907a2ead308676be86d5e1f7d586d394308e451dd8139a7879a68ab5d0c4a59fcbe73027 php-7.2.7.tar.bz2 +sha512sums="4eaab35ff99c6829e4e67b99d0dbc1d25b83210c9d894fbb9e6810dd3de8b7d5bd62b2d8a9f2ecb3c1f2f5a9c28116a22b36f019a21b8770f02fe1e3149728d9 php-7.2.8.tar.bz2 1c708de82d1086f272f484faf6cf6d087af7c31750cc2550b0b94ed723961b363f28a947b015b2dfc0765caea185a75f5d2c2f2b099c948b65c290924f606e4f php7-fpm.initd cacce7bf789467ff40647b7319e3760c6c587218720538516e8d400baa75651f72165c4e28056cd0c1dc89efecb4d00d0d7823bed80b29136262c825ce816691 php7-fpm.logrotate 274bd7b0b2b7002fa84c779640af37b59258bb37b05cb7dd5c89452977d71807f628d91b523b5039608376d1f760f3425d165242ca75ee5129b2730e71c4e198 php7-module.conf |