git: 495cfeb6a27b - 2021Q3 - lang/php80: Upgrade from 8.0.9 to 8.0.10

Torsten Zuehlsdorff tz at FreeBSD.org
Sun Aug 29 20:51:25 UTC 2021


The branch 2021Q3 has been updated by tz:

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

commit 495cfeb6a27b6ed1006330cd0c8b6201686524f6
Author:     Torsten Zuehlsdorff <tz at FreeBSD.org>
AuthorDate: 2021-08-29 20:46:08 +0000
Commit:     Torsten Zuehlsdorff <tz at FreeBSD.org>
CommitDate: 2021-08-29 20:50:08 +0000

    lang/php80: Upgrade from 8.0.9 to 8.0.10
    
    Changelog:
    
        Core:
            Fixed bug #72595 (php_output_handler_append illegal write access).
            Fixed bug #66719 (Weird behaviour when using get_called_class() with call_user_func()).
            Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header).
        BCMath:
            Fixed bug #78238 (BCMath returns "-0").
        CGI:
            Fixed bug #80849 (HTTP Status header truncation).
        Date:
            Fixed bug #64975 (Error parsing when AM/PM not at the end).
            Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones).
            Fixed bug #79580 (date_create_from_format misses leap year).
            Fixed bug #80409 (DateTime::modify() loses time with 'weekday' parameter).
        GD:
            Fixed bug #51498 (imagefilledellipse does not work for large circles).
        MySQLi:
            Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()).
        Opcache:
            Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
            Fixed bug #81249 (Intermittent property assignment failure with JIT enabled).
            Fixed bug #81206 (Multiple PHP processes crash with JIT enabled).
            Fixed bug #81272 (Segfault in var[] after array_slice with JIT).
            Fixed bug #81255 (Memory leak in PHPUnit with functional JIT).
            Fixed bug #80959 (Infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)
            Fixed bug #81226 (Integer overflow behavior is different with JIT enabled).
        OpenSSL:
            Fixed bug #81327 (Error build openssl extension on php 7.4.22).
        PDO_ODBC:
            Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL).
        Phar:
            Fixed bug #81211: Symlinks are followed when creating PHAR archive (cmb)
        Shmop:
            Fixed bug #81283 (shmop can't read beyond 2147483647 bytes).
        SimpleXML:
            Fixed bug #81325 (Segfault in zif_simplexml_import_dom).
        Standard:
            Fixed bug #72146 (Integer overflow on substr_replace).
            Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
            Fixed bug #74960 (Heap buffer overflow via str_repeat).
        Streams:
            Fixed bug #81294 (Segfault when removing a filter).
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit 02593a6d1bb990f79489406c3e19037c7fbe0726)
---
 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 727839c2c14a..b4164aea5067 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.9
+DISTVERSION=	8.0.10
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index ee2309a8dda3..08855eea3071 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627672979
-SHA256 (php-8.0.9.tar.xz) = 71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010
-SIZE (php-8.0.9.tar.xz) = 10678448
+TIMESTAMP = 1630262744
+SHA256 (php-8.0.10.tar.xz) = 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb
+SIZE (php-8.0.10.tar.xz) = 10703088


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