Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2022 21:27:43 GMT
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: bb45ab8e09fc - 2022Q1 - lang/php80: Update from 8.0.14 to 8.0.15
Message-ID:  <202201212127.20LLRhBx024503@gitrepo.freebsd.org>

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

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

commit bb45ab8e09fc8ae7da6471fc845c1d7a76610213
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2022-01-21 21:23:21 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2022-01-21 21:26:22 +0000

    lang/php80: Update from 8.0.14 to 8.0.15
    
        Core:
            Fixed bug #81656 (GCC-11 silently ignores -R).
            Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).
        Filter:
            Fixed FILTER_FLAG_NO_RES_RANGE flag.
        Hash:
            Fixed bug #7759 (Incorrect return types for hash() and hash_hmac()).
            Fixed bug #7826 (Inconsistent argument name in hash_hmac_file and hash_file).
        MySQLnd:
            Fixed bug where large bigints may be truncated.
        OCI8:
            Fixed bug #7765 (php_oci_cleanup_global_handles segfaults at second call).
        OPcache:
            Fixed bug #81679 (Tracing JIT crashes on reattaching).
        PDO_PGSQL:
            Fixed error message allocation of PDO PgSQL.
        Sockets:
            Avoid void* arithmetic in sockets/multicast.c on NetBSD.
        Spl:
            Fixed bug #75917 (SplFileObject::seek broken with CSV flags).
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit bcd3779e1219aa1981b75ce0ab1a849347284023)
---
 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 db8b8cb0e41a..eddbbdf53617 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.14
+DISTVERSION=	8.0.15
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 2ea5bafd563d..19e6f57c3360 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1640270144
-SHA256 (php/php-8.0.14.tar.xz) = fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3
-SIZE (php/php-8.0.14.tar.xz) = 10860176
+TIMESTAMP = 1642749988
+SHA256 (php/php-8.0.15.tar.xz) = 5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2
+SIZE (php/php-8.0.15.tar.xz) = 10764936



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