diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-19 17:13:51 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-22 07:52:31 +0200 |
commit | 2e744b63543aae404c54b88ee4b4135a58449190 (patch) | |
tree | c5b495680d67d7cd8e44f2b0af2692e0f89d115c /community | |
parent | 3a559a6b52129b174d0c4cc6ae65d4e29e3b9175 (diff) | |
download | aports-2e744b63543aae404c54b88ee4b4135a58449190.tar.bz2 aports-2e744b63543aae404c54b88ee4b4135a58449190.tar.xz |
community/php7: security upgrade to 7.3.13
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 3dda0f3629..716cf18275 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -26,7 +26,7 @@ pkgname=php7 _pkgreal=php -pkgver=7.3.11 +pkgver=7.3.13 pkgrel=0 _apiver=20180731 _suffix=${pkgname#php} @@ -182,6 +182,10 @@ case "$CARCH" in esac # secfixes: +# 7.3.13-r0: +# - CVE-2019-11045 +# - CVE-2019-11047 +# - CVE-2019-11050 # 7.3.11-r0: # - CVE-2019-11043 # 7.3.9-r0: @@ -675,7 +679,7 @@ _mv() { mv $@ } -sha512sums="287d79953148fef5194502f0895faf7482202200e79366e65e0569dfb38efd9bb180555b9f31f180e5c0c679254396d00bb924f895cd5641868838319956b679 php-7.3.11.tar.bz2 +sha512sums="9891f8ac809b12389a22233fc98f1aecb6e38e53152688ca9d8d0c785effb5e03d3527b1258e8ad35c1ed730bf8310b13cfaaae961e75d7b962685c083add0e7 php-7.3.13.tar.bz2 1c708de82d1086f272f484faf6cf6d087af7c31750cc2550b0b94ed723961b363f28a947b015b2dfc0765caea185a75f5d2c2f2b099c948b65c290924f606e4f php7-fpm.initd cacce7bf789467ff40647b7319e3760c6c587218720538516e8d400baa75651f72165c4e28056cd0c1dc89efecb4d00d0d7823bed80b29136262c825ce816691 php7-fpm.logrotate 274bd7b0b2b7002fa84c779640af37b59258bb37b05cb7dd5c89452977d71807f628d91b523b5039608376d1f760f3425d165242ca75ee5129b2730e71c4e198 php7-module.conf |