diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-03 12:48:35 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-03 12:48:35 +0000 |
commit | 0d79b536892c846ae93266da838bc05710269d66 (patch) | |
tree | 3d61d1e7bb6e34fe22b7a0c97f21c6d7637460cb | |
parent | e4b9a07c5335a076058bf98651cad133ad32a5f5 (diff) | |
download | ports-0d79b536892c846ae93266da838bc05710269d66.tar.gz ports-0d79b536892c846ae93266da838bc05710269d66.zip |
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
-rw-r--r-- | lang/php80/Makefile | 2 | ||||
-rw-r--r-- | 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 |