diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2017-07-07 15:45:20 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-08 14:36:47 +0200 |
commit | 3da55e48f9088f4257ebd4bd0212177e7b0c6932 (patch) | |
tree | 2bc923d5eb545fa16b0dd48cb1e921299fc87e89 /community/php5 | |
parent | 5cc4703a6df94c2bc6787abb6f02ea30d4586426 (diff) | |
download | aports-3da55e48f9088f4257ebd4bd0212177e7b0c6932.tar.bz2 aports-3da55e48f9088f4257ebd4bd0212177e7b0c6932.tar.xz |
community/php5: security upgrade to 5.6.31
Security release http://php.net/archive/2017.php#id2017-07-06-4
Diffstat (limited to 'community/php5')
-rw-r--r-- | community/php5/APKBUILD | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/community/php5/APKBUILD b/community/php5/APKBUILD index 7a44ffa937..9477b8ec46 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=php5 -pkgver=5.6.30 -pkgrel=4 +pkgver=5.6.31 +pkgrel=0 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -124,6 +124,14 @@ _confdir=/etc/$pkgname # seems like pear hardcode /usr/share/pear directory _peardir=/usr/share/pear +# secfixes: +# 5.6.31-r0: +# - CVE-2017-9224 +# - CVE-2017-9226 +# - CVE-2017-9227 +# - CVE-2017-9228 +# - CVE-2017-9229 + prepare() { cd "$_srcdir" update_config_sub @@ -497,7 +505,7 @@ pdo_dblib() { _mv_ext pdo_dblib "$pkgname-pdo freetds"; } wddx() { _mv_ext wddx; } opcache() { _mv_ext opcache; } -sha512sums="12734d786cca5767b8b8838affbe1c3d578dd179c8d5339653d905658562c5fdf39a88349213b1340f320320700a5378aed617447b6e15909019788a49ad2da0 php-5.6.30.tar.bz2 +sha512sums="fe0a0572917287a89910cc4d1bca7a8be17fb09d0459d68fea7b32f4b9fd94efbf36d90f8d7d34baee60efc6b0aeac1414a658fc0b451c5eb2f8e3864e20e3c0 php-5.6.31.tar.bz2 f7d922cab98617ef910b4c14974e768c85e60424cd1b216f688b34b2d823b642a5b896463008c134ce47c150f9407f5c438823b7e7bc89b3fb440cd3e97b9d7e php-fpm.initd 895e94c791bd82060ad820fef049d366a09c932097faa6b7b9a2c2e9e00a18cb7c0f9b128679c7659b404379266fd0f95dba5c0333f626194cf60f7bf6044102 php5-module.conf f1177cbf6b1f44402f421c3d317aab1a2a40d0b1209c11519c1158df337c8945f3a313d689c939768584f3e4edbe52e8bd6103fb6777462326a9d94e8ab1f505 php-install-pear-xml.patch |