Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 12:54:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d79b536892c - main - lang/php80: Update version 8.0.22=>8.0.23
Message-ID:  <202209031254.283CsxXe058980@gitrepo.freebsd.org>

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

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

commit 0d79b536892c846ae93266da838bc05710269d66
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-09-03 12:48:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-09-03 12:48:35 +0000

    lang/php80: Update version 8.0.22=>8.0.23
    
    * Core:
      - Fixed incorrect double to long casting in latest clang.
    * DBA:
      - Fixed LMDB driver memory leak on DB creation failure (Girgias)
      - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile")
      segfaults).
      * Intl:
      - Fixed IntlDateFormatter::formatObject() parameter type.
    * OPcache:
      - Fixed bug GH-9033 (Loading blacklist file can fail due to negative
      length).
    * PDO_SQLite:
      - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
    * SQLite3:
      - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
    * Standard:
      - Fixed bug GH-9017 (php_stream_sock_open_from_socket could return
      NULL).
    * Streams:
      - Fixed bug GH-8472 (The resource returned by stream_socket_accept may
      have incorrect metadata).
      - Fixed bug GH-8409 (SSL handshake timeout leaves persistent
      connections hanging).
    
    Approved by:    tz (By private mail)
    Relnotes:       https://www.php.net/ChangeLog-8.php#8.0.23
    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 2f614ce513d4..d1324a345e94 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.22
+DISTVERSION=	8.0.23
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 47533856cdd7..44fd9de9c079 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659811643
-SHA256 (php/php-8.0.22.tar.xz) = 130937c0fa3050cd33d6c415402f6ccbf0682ae83eb8d39c91164224ddfe57f1
-SIZE (php/php-8.0.22.tar.xz) = 10785228
+TIMESTAMP = 1662206546
+SHA256 (php/php-8.0.23.tar.xz) = 65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87
+SIZE (php/php-8.0.23.tar.xz) = 10860624



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