Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2021 21:31:37 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: 0b5547466b50 - main - lang/php80: Update from 8.0.8 to 8.0.9
Message-ID:  <202107312131.16VLVb7k041602@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=0b5547466b5012a6c97c66831ef7ed863677d3fa

commit 0b5547466b5012a6c97c66831ef7ed863677d3fa
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2021-07-31 21:30:25 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2021-07-31 21:31:29 +0000

    lang/php80: Update from 8.0.8 to 8.0.9
    
    Changelog:
    
        Core:
            Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
            Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
            Fixed bug #81159 (Object to int warning when using an object as a string offset).
            Fixed bug #80728 (PHP built-in web server resets timeout when it can kill the process).
            Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
            Fixed bug #80173 (Using return value of zend_assign_to_variable() is not safe).
            Fixed bug #73226 (--r[fcez] always return zero exit code).
        Intl:
            Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
            Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone).
            Fixed bug #74264 (grapheme_strrpos() broken for negative offsets).
        OpenSSL:
            Fixed bug #52093 (openssl_csr_sign truncates $serial).
        PCRE:
            Fixed bug #81101 (PCRE2 10.37 shows unexpected result).
            Fixed bug #81243 (Too much memory is allocated for preg_replace()).
        Reflection:
            Fixed bug #81208 (Segmentation fault while create newInstance from attribute).
        Standard:
            Fixed bug #81223 (flock() only locks first byte of file).
    
    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 215ad71c3b89..727839c2c14a 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.8
+DISTVERSION=	8.0.9
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 983ac7582541..ee2309a8dda3 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625432324
-SHA256 (php-8.0.8.tar.xz) = dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c
-SIZE (php-8.0.8.tar.xz) = 10674548
+TIMESTAMP = 1627672979
+SHA256 (php-8.0.9.tar.xz) = 71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010
+SIZE (php-8.0.9.tar.xz) = 10678448



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