diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-18 01:29:19 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-18 01:29:19 +0000 |
commit | 34f845f02162baeb966ad7fb5d01afdb997d6280 (patch) | |
tree | dbbd157c8abdc3d87d306579473824a6a8bedfe6 | |
parent | 9857dbaec202645819dc8a01d2e63c1f92930efa (diff) | |
download | ports-34f845f02162baeb966ad7fb5d01afdb997d6280.tar.gz ports-34f845f02162baeb966ad7fb5d01afdb997d6280.zip |
lang/php80: Update version 8.0.16=>8.0.17
Core:
Fixed Haiku ZTS build.
GD:
Fixed libpng warning when loading interlaced images.
FPM:
Fixed bug #76109 (Unsafe access to fpm scoreboard).
Iconv:
Fixed bug #7953 (ob_clean() only does not set Content-Encoding).
Fixed bug #7980 (Unexpected result for iconv_mime_decode).
MySQLnd:
Fixed bug #8058 (NULL pointer dereference in mysqlnd package).
OPcache:
Fixed bug #8074 (Wrong type inference of range() result).
Reflection:
Fixed bug #8080 (ReflectionClass::getConstants() depends on def.
order).
Zlib:
Fixed bug #7953 (ob_clean() only does not set Content-Encoding).
Approved by: tz (private email)
Relnotes: https://www.php.net/ChangeLog-8.php#PHP_8_0
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php80/Makefile | 2 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 1abdb557efca..abccb8e1b2e4 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.16 +DISTVERSION= 8.0.17 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php80/distinfo b/lang/php80/distinfo index fcb7e15a66fb..f99e765748ca 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645245414 -SHA256 (php/php-8.0.16.tar.xz) = f27a2f25259e8c51e42dfd74e24a546ee521438ad7d9f6c6e794aa91f38bab0a -SIZE (php/php-8.0.16.tar.xz) = 10864076 +TIMESTAMP = 1647565520 +SHA256 (php/php-8.0.17.tar.xz) = 4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5 +SIZE (php/php-8.0.17.tar.xz) = 10771016 |