From owner-dev-commits-ports-all@freebsd.org Sun Aug 29 20:51:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FAD7668289; Sun, 29 Aug 2021 20:51:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GyQbf1s33z4T5v; Sun, 29 Aug 2021 20:51:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27D011181C; Sun, 29 Aug 2021 20:51:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17TKpQFV061747; Sun, 29 Aug 2021 20:51:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17TKpQVv061746; Sun, 29 Aug 2021 20:51:26 GMT (envelope-from git) Date: Sun, 29 Aug 2021 20:51:26 GMT Message-Id: <202108292051.17TKpQVv061746@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: ba4b22e4f18e - 2021Q3 - lang/php74: Upgrade from 7.4.22 to 7.4.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: ba4b22e4f18ec54fdb8a21afe85599949e07c80c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2021 20:51:26 -0000 The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba4b22e4f18ec54fdb8a21afe85599949e07c80c commit ba4b22e4f18ec54fdb8a21afe85599949e07c80c Author: Torsten Zuehlsdorff AuthorDate: 2021-08-29 20:45:21 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-08-29 20:50:40 +0000 lang/php74: Upgrade from 7.4.22 to 7.4.23 Changelog: Core: Fixed bug #72595 (php_output_handler_append illegal write access). Fixed bug #66719 (Weird behaviour when using get_called_class() with call_user_func()). Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header). BCMath: Fixed bug #78238 (BCMath returns "-0"). CGI: Fixed bug #80849 (HTTP Status header truncation). GD: Fixed bug #51498 (imagefilledellipse does not work for large circles). MySQLi: Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()). OpenSSL: Fixed bug #81327 (Error build openssl extension on php 7.4.22). PDO_ODBC: Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL). Phar: Fixed bug #81211: Symlinks are followed when creating PHAR archive.(cmb) Shmop: Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). Standard: Fixed bug #72146 (Integer overflow on substr_replace). Fixed bug #81265 (getimagesize returns 0 for 256px ICO images). Fixed bug #74960 (Heap buffer overflow via str_repeat). Streams: Fixed bug #81294 (Segfault when removing a filter). Sponsored by: Bounce Experts (cherry picked from commit f54d1e57aa41b9d519d576875d4e6d0d40002918) --- 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 093dc3a678e1..794bef3a1a12 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.22 +DISTVERSION= 7.4.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 966661dad066..09cdaa5c6c66 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627672964 -SHA256 (php-7.4.22.tar.xz) = 8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8 -SIZE (php-7.4.22.tar.xz) = 10348532 +TIMESTAMP = 1630262726 +SHA256 (php-7.4.23.tar.xz) = cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d +SIZE (php-7.4.23.tar.xz) = 10371160