Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 20:44:55 GMT
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1915ded564e - main - lang/php74: Upgrade from 7.4.19 to 7.4.20
Message-ID:  <202106042044.154KitGh031379@gitrepo.freebsd.org>

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

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

commit a1915ded564eb2da54d7f2295902c2a7d5655e13
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2021-06-04 20:42:05 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2021-06-04 20:44:40 +0000

    lang/php74: Upgrade from 7.4.19 to 7.4.20
    
    Changelog:
    
        Core:
            Fixed bug #80929 (Method name corruption related to repeated calls to call_user_func_array).
            Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
            Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
            Fixed bug #80972 (Memory exhaustion on invalid string offset).
        FPM:
            Fixed bug #65800 (Events port mechanism).
        FTP:
            Fixed bug #80901 (Info leak in ftp extension).
            Fixed bug #79100 (Wrong FTP error messages).
        GD:
            Fixed bug #81032 (GD install is affected by external libgd installation).
        MBString:
            Fixed bug #81011 (mb_convert_encoding removes references from arrays).
        ODBC:
            Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator).
        PDO_MySQL:
            Fixed bug #81037 (PDO discards error message text from prepared statement).
        PDO_ODBC:
            Fixed bug #44643 (bound parameters ignore explicit type definitions).
        pgsql:
            Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast().
        SPL:
            Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
        Opcache:
            Fixed bug #80900 (switch statement behavior inside function).
            Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition).
        XMLReader:
            Fixed bug #73246 (XMLReader: encoding length not checked).
        Zip:
            Fixed bug #80863 (ZipArchive::extractTo() ignores references).
    
    Sponsored by:   Bounce Experts
---
 lang/php74/Makefile | 2 +-
 lang/php74/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 3fd9145787a8..9e3ff771d4e8 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php74
-DISTVERSION=	7.4.19
+DISTVERSION=	7.4.20
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index e816d2cfda5c..9b79371f60ea 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620427253
-SHA256 (php-7.4.19.tar.xz) = 6c17172c4a411ccb694d9752de899bb63c72a0a3ebe5089116bc13658a1467b2
-SIZE (php-7.4.19.tar.xz) = 10341424
+TIMESTAMP = 1622805945
+SHA256 (php-7.4.20.tar.xz) = 1fa46ca6790d780bf2cb48961df65f0ca3640c4533f0bca743cd61b71cb66335
+SIZE (php-7.4.20.tar.xz) = 10345912



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