diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-09-05 10:47:58 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-09-05 20:13:47 +0000 |
commit | b2b6f289a8b925f26b26882e7366502bb07f23ce (patch) | |
tree | 22fd04bf4854aa4c97f7f5254fe362725d2af099 | |
parent | 674a0d9405fd115548242827c52cfc44933487df (diff) | |
download | aports-b2b6f289a8b925f26b26882e7366502bb07f23ce.tar.gz aports-b2b6f289a8b925f26b26882e7366502bb07f23ce.tar.bz2 aports-b2b6f289a8b925f26b26882e7366502bb07f23ce.tar.xz |
community/php7: security upgrade to 7.2.33
-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 523cbc5d31e..e1098e63361 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -25,7 +25,7 @@ pkgname=php7 _pkgreal=php -pkgver=7.2.31 +pkgver=7.2.33 pkgrel=0 _apiver=20170718 _suffix=${pkgname#php} @@ -181,6 +181,8 @@ case "$CARCH" in esac # secfixes: +# 7.2.33-r0: +# - CVE-2020-7068 # 7.2.31-r0: # - CVE-2019-11048 # - CVE-2020-7062 @@ -685,7 +687,7 @@ _mv() { mv $@ } -sha512sums="48d65eae98e6f6e8131c7b383591529f0da3efbb6bdb3d90b2b965cabcdcecf69575064c89f542b6e4346677774ebfb73828b649760e09601d76f48c6c917bc6 php-7.2.31.tar.bz2 +sha512sums="44664414c537fc9dc0bd77c6def5f23ce31a24e4cbc7a817cc581292f2ddb3ed163b72edda3284e065ee9533462837eb87391230742c326f80d5d295ab5f5550 php-7.2.33.tar.bz2 1c708de82d1086f272f484faf6cf6d087af7c31750cc2550b0b94ed723961b363f28a947b015b2dfc0765caea185a75f5d2c2f2b099c948b65c290924f606e4f php7-fpm.initd cacce7bf789467ff40647b7319e3760c6c587218720538516e8d400baa75651f72165c4e28056cd0c1dc89efecb4d00d0d7823bed80b29136262c825ce816691 php7-fpm.logrotate 274bd7b0b2b7002fa84c779640af37b59258bb37b05cb7dd5c89452977d71807f628d91b523b5039608376d1f760f3425d165242ca75ee5129b2730e71c4e198 php7-module.conf |