Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 01:31:16 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 34f845f02162 - main - lang/php80: Update version 8.0.16=>8.0.17
Message-ID:  <202203180131.22I1VGqj042469@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34f845f02162baeb966ad7fb5d01afdb997d6280

commit 34f845f02162baeb966ad7fb5d01afdb997d6280
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-18 01:29:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-18 01:29:19 +0000

    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
---
 lang/php80/Makefile | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203180131.22I1VGqj042469>