Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 09:56:18 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: be45b7fd0fcf - 2021Q3 - lang/php74: Update from 7.4.23 to 7.4.24
Message-ID:  <202109290956.18T9uIXS095325@gitrepo.freebsd.org>

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

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

commit be45b7fd0fcf5c5ef7c4bf58a11a1a4d16d3c6ca
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2021-09-29 09:53:22 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2021-09-29 09:55:57 +0000

    lang/php74: Update from 7.4.23 to 7.4.24
    
    Changelog:
    
        Core:
            Fixed bug #81302 (Stream position after stream filter removed).
            Fixed bug #81346 (Non-seekable streams don't update position after write).
            Fixed bug #73122 (Integer Overflow when concatenating strings).
        GD:
            Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
        Opcache:
            Fixed bug #81353 (segfault with preloading and statically bound closure).
        Shmop:
            Fixed bug #81407 (shmop_open won't attach and causes php to crash).
        Standard:
            Fixed bug #71542 (disk_total_space does not work with relative paths).
            Fixed bug #81400 (Unterminated string in dns_get_record() results).
        SysVMsg:
            Fixed bug #78819 (Heap Overflow in msg_send).
        XML:
            Fixed bug #81351 (xml_parse may fail, but has no error code).
        Zip:
            Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit 4f8082baa8f59e3d53761072f2496c895ae9f2d7)
---
 lang/php74/Makefile | 2 +-
 lang/php74/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 794bef3a1a12..1cc5ba119945 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php74
-DISTVERSION=	7.4.23
+DISTVERSION=	7.4.24
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 09cdaa5c6c66..b1b581d574a6 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630262726
-SHA256 (php-7.4.23.tar.xz) = cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d
-SIZE (php-7.4.23.tar.xz) = 10371160
+TIMESTAMP = 1632771540
+SHA256 (php-7.4.24.tar.xz) = ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734
+SIZE (php-7.4.24.tar.xz) = 10372816



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