diff options
author | taca <taca@pkgsrc.org> | 2022-03-18 14:41:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-03-18 14:41:23 +0000 |
commit | d28e9c1f83e7448a9a4488fefd38fb7d5f24f0a3 (patch) | |
tree | 8f6c4e79980e3304c28792dae0d74d31cf44a222 | |
parent | 20404f7ed0fd3800bbb6e22625235a7388437eb2 (diff) | |
download | pkgsrc-d28e9c1f83e7448a9a4488fefd38fb7d5f24f0a3.tar.gz |
lang/php80: update to 8.0.17
17 Mar 2022, PHP 8.0.17
- Core:
. Fixed Haiku ZTS build. (David Carlier)
- GD:
. Fixed libpng warning when loading interlaced images. (Brett)
- FPM:
. Fixed bug #76109 (Unsafe access to fpm scoreboard).
(Till Backhaus, Jakub Zelenka)
- Iconv:
. Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
. Fixed bug GH-7980 (Unexpected result for iconv_mime_decode). (cmb)
- MySQLnd:
. Fixed bug GH-8058 (NULL pointer dereference in mysqlnd package). (Kamil Tekiela)
- OPcache:
. Fixed bug GH-8074 (Wrong type inference of range() result). (cmb)
- Reflection:
. Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order).
(cmb)
- Zlib:
. Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php80/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 70429b9f32f..09eccf1d628 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.358 2022/02/20 13:10:37 taca Exp $ +# $NetBSD: phpversion.mk,v 1.359 2022/03/18 14:41:23 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.28 -PHP80_VERSION= 8.0.16 +PHP80_VERSION= 8.0.17 PHP81_VERSION= 8.1.3 # Define initial release of major version. diff --git a/lang/php80/distinfo b/lang/php80/distinfo index e026f254f63..0c0a2e2656e 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2022/02/20 13:08:52 taca Exp $ +$NetBSD: distinfo,v 1.17 2022/03/18 14:41:23 taca Exp $ -BLAKE2s (php-8.0.16.tar.xz) = 8e10af9dfd91154e2b4ca535671e14bf162a76ffe708cfac72d375d61e5438eb -SHA512 (php-8.0.16.tar.xz) = 68952638f2965752be26dc0a49f938eb4f251f2d5a7b309a2983c4f9bc064738c9da2e8015ec9b2ecc0dc06e014ace3c0348222166b898a4a38c31ab8b0fd139 -Size (php-8.0.16.tar.xz) = 10864076 bytes +BLAKE2s (php-8.0.17.tar.xz) = cb8a9376eb73b0dea3b1860191792ba3072896553be89e263a0124e757ac8f9c +SHA512 (php-8.0.17.tar.xz) = 9e1e44860be8f5ddf0c264f791e2c8936ca3abd02c18c432ff340057e94f0fbc5f40f1ee8f4feee60416eb4ce712f43764d3757f2e667dc78150d2d86d3c02e3 +Size (php-8.0.17.tar.xz) = 10771016 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |