Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 14:13: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: debc1294d3a1 - main - lang/php80: Update version 8.0.19=>8.0.20
Message-ID:  <202206101413.25AEDGDE061003@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=debc1294d3a159377b0326f4f9cbbc4ad1d12a9e

commit debc1294d3a159377b0326f4f9cbbc4ad1d12a9e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-06-10 13:58:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-10 13:58:50 +0000

    lang/php80: Update version 8.0.19=>8.0.20
    
    - CLI:
      Fixed bug #8575 (CLI closes standard streams too early).
    - Core:
      Fixed Haiku ZTS builds.
    - Date:
      Fixed bug #8471 (Segmentation fault when converting immutable and
      mutable DateTime instances created using reflection).
    - FPM:
      * Fixed ACL build check on MacOS.
      * Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502
    - Mysqlnd:
      Fixed bug #81719: mysqlnd/pdo password buffer overflow.
      (CVE-2022-31626)
    - OPcache:
      Fixed bug #8466 (ini_get() is optimized out when the option does not
      exist).
    - Pcntl:
      Fixed Haiku build.
    - Pgsql:
      Fixed bug #81720: Uninitialized array in pg_query_params().
      (CVE-2022-31625)
    - Soap:
      * Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor).
      * Fixed bug #8538 (SoapClient may strip parts of nmtokens).
    - SPL:
      Fixed bug #8235 (iterator_count() may run indefinitely).
    - Zip:
      Fixed type for index in ZipArchive::replaceFile.
    
    Approved by:    tz (private email)
    Relnotes: https://www.php.net/ChangeLog-8.php#8.0.20
    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 03514b873c74..c26c7a79b55d 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.19
+DISTVERSION=	8.0.20
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index eeeb857f3aa6..a56b11d3b93a 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652463760
-SHA256 (php/php-8.0.19.tar.xz) = ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab
-SIZE (php/php-8.0.19.tar.xz) = 10778992
+TIMESTAMP = 1654868216
+SHA256 (php/php-8.0.20.tar.xz) = 973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b
+SIZE (php/php-8.0.20.tar.xz) = 10879064



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