Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2022 18:39:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3f2eb05655a4 - 2022Q4 - lang/php80: Update version 8.0.23=>8.0.24
Message-ID:  <202210011839.291Id5vb023749@gitrepo.freebsd.org>

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

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

commit 3f2eb05655a47245c3eee7ccdeba0eef9d8dc193
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-01 18:30:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-01 18:38:39 +0000

    lang/php80: Update version 8.0.23=>8.0.24
    
    * Core:
      - Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
        (Tim Starling)
      - Fixed bug GH-9361 (Segmentation fault on script exit #9379).
      - Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class
        for static type).
      - Fixed bug #81727: Don't mangle HTTP variable names that clash with
        ones that have a specific semantic meaning. (CVE-2022-31629)
    * DOM:
      - Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double
        free).
    * FPM:
      - Fixed bug GH-8885 (FPM access.log with stderr begins to write logs
        to error_log after daemon reload).
      - Fixed bug #77780 ("Headers already sent..." when previous connection
        was aborted).
    * GMP:
      - Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
        passed to gmp_init()).
    * Intl:
      - Fixed bug GH-9421 (Incorrect argument number for ValueError in
        NumberFormatter).
    * Phar:
      - Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
        (CVE-2022-31628)
    * PDO_PGSQL:
      - Fixed bug GH-9411 (PgSQL large object resource is incorrectly
        closed).
    * Reflection:
      - Fixed bug GH-8932 (ReflectionFunction provides no way to get the
        called class of a Closure).
      - Fixed bug GH-9409 (Private method is incorrectly dumped as
        "overwrites").
    * Streams:
      - Fixed bug GH-9316 ($http_response_header is wrong for long status
        line).
    
    Approved by:    tz (By private mail)
    Relnotes:       https://www.php.net/ChangeLog-8.php#8.0.24
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit 24d9ef5e73e0dc5847ed8ac79bc4784e25363897)
---
 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 d0c30b87ffce..a3bf990cf177 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.23
+DISTVERSION=	8.0.24
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 44fd9de9c079..73814f121bcc 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662206546
-SHA256 (php/php-8.0.23.tar.xz) = 65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87
-SIZE (php/php-8.0.23.tar.xz) = 10860624
+TIMESTAMP = 1664642432
+SHA256 (php/php-8.0.24.tar.xz) = 8e6a63ac9cdabe4c345b32a54b18f348d9e50a1decda217faf2d61278d22f08b
+SIZE (php/php-8.0.24.tar.xz) = 10895332



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