git: 9b1dd2d9da2c - 2021Q2 - lang/php80: Upgrade from 8.0.3 to 8.0.5

Torsten Zuehlsdorff tz at FreeBSD.org
Sat May 1 22:46:29 UTC 2021


The branch 2021Q2 has been updated by tz:

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

commit 9b1dd2d9da2c4a44f8c00912c5f0eeb20f4ad3df
Author:     Torsten Zuehlsdorff <tz at FreeBSD.org>
AuthorDate: 2021-05-01 22:10:15 +0000
Commit:     Torsten Zuehlsdorff <tz at FreeBSD.org>
CommitDate: 2021-05-01 22:46:21 +0000

    lang/php80: Upgrade from 8.0.3 to 8.0.5
    
    Changelog:
    
        Core:
            Fixed bug #75776 (Flushing streams with compression filter is broken).
            Fixed bug #80811 (Function exec without $output but with $restult_code parameter crashes).
            Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available for static Thread Local Storage).
            Changed PowerPC CPU registers used by Zend VM to work around GCC bug. Old registers (r28/r29) might be clobbered by _restgpr routine used for return from C function compiled with -Os.
        Dba:
            Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN).
        DOM:
            Fixed bug #66783 (UAF when appending DOMDocument to element).
        FFI:
            Fixed bug #80847 (CData structs with fields of type struct can't be passed as C function argument).
        FPM:
            Fixed bug #80024 (Duplication of info about inherited socket after pool removing).
        FTP:
            Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open).
        IMAP:
            Fixed bug #80800 (imap_open() fails when the flags parameter includes CL_EXPUNGE).
            Fixed bug #80710 (imap_mail_compose() header injection).
        Intl:
            Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
        LibXML:
            Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8).
            Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers).
        MySQLnd:
            Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an error).
        Opcache:
            Fixed bug #80839 (PHP problem with JIT).
            Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
            Fixed bug #80786 (PHP crash using JIT).
            Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1).
        Pcntl:
            Fixed bug #79812 (Potential integer overflow in pcntl_exec()).
        PCRE:
            Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has 0-width fullstring match).
        PDO_ODBC:
            Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
        PDO_pgsql:
            Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
        Session:
            Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
            Fixed bug #80774 (session_name() problem with backslash).
        SOAP:
            Fixed bug #69668 (SOAP special XML characters in namespace URIs not encoded).
        Standard:
            Fixed bug #80915 (Taking a reference to $_SERVER hides its values from phpinfo()).
            Fixed bug #80914 ('getdir' accidentally defined as an alias of 'dir').
            Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI).
            Fixed bug #78719 (http wrapper silently ignores long Location headers).
            Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
        Zip:
            Fixed bug #80825 (ZipArchive::isCompressionMethodSupported does not exist).
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit 3de8c62ac410f7635d710951b5cf0fafd2ce3877)
---
 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 1ab37ed348de..66f1f8d99921 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,6 +1,6 @@
 
 PORTNAME=	php80
-DISTVERSION=	8.0.3
+DISTVERSION=	8.0.5
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 6e44c4a5ec40..036e72a17c2e 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614952496
-SHA256 (php-8.0.3.tar.xz) = c9816aa9745a9695672951eaff3a35ca5eddcb9cacf87a4f04b9fb1169010251
-SIZE (php-8.0.3.tar.xz) = 10755796
+TIMESTAMP = 1619898019
+SHA256 (php-8.0.5.tar.xz) = 5dd358b35ecd5890a4f09fb68035a72fe6b45d3ead6999ea95981a107fd1f2ab
+SIZE (php-8.0.5.tar.xz) = 10666412


More information about the dev-commits-ports-branches mailing list