From owner-svn-ports-branches@freebsd.org Thu Dec 3 17:12:46 2020 Return-Path: Delivered-To: svn-ports-branches@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 61D6C4AB568; Thu, 3 Dec 2020 17:12:46 +0000 (UTC) (envelope-from tz@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cn2TV0rPgz4VvJ; Thu, 3 Dec 2020 17:12:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0F111D02D; Thu, 3 Dec 2020 17:12:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B3HCiRA015147; Thu, 3 Dec 2020 17:12:44 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B3HCi3X015145; Thu, 3 Dec 2020 17:12:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202012031712.0B3HCi3X015145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 3 Dec 2020 17:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556914 - branches/2020Q4/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q4/lang/php73 X-SVN-Commit-Revision: 556914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 17:12:46 -0000 Author: tz Date: Thu Dec 3 17:12:44 2020 New Revision: 556914 URL: https://svnweb.freebsd.org/changeset/ports/556914 Log: MFH: r556913 lang/php73: Update from 7.3.24 to 7.3.25 Core: Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). COM: Fixed bug #62474 (com_event_sink crashes on certain arguments). DOM: Fixed bug #80268 (loadHTML() truncates at NUL bytes). IMAP: Fixed bug #64076 (imap_sort() does not return FALSE on failure). Fixed bug #76618 (segfault on imap_reopen). Fixed bug #80239 (imap_rfc822_write_address() leaks memory). Fixed minor regression caused by fixing bug #80220. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). Intl: Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier 'TRUE'). ODBC: Fixed bug #44618 (Fetching may rely on uninitialized data). SNMP: Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). Standard: Fixed bug #80266 (parse_url silently drops port number 0). PR: 251398 Submitted by: Dani Modified: branches/2020Q4/lang/php73/Makefile branches/2020Q4/lang/php73/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/php73/Makefile ============================================================================== --- branches/2020Q4/lang/php73/Makefile Thu Dec 3 17:09:48 2020 (r556913) +++ branches/2020Q4/lang/php73/Makefile Thu Dec 3 17:12:44 2020 (r556914) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.24 +DISTVERSION= 7.3.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q4/lang/php73/distinfo ============================================================================== --- branches/2020Q4/lang/php73/distinfo Thu Dec 3 17:09:48 2020 (r556913) +++ branches/2020Q4/lang/php73/distinfo Thu Dec 3 17:12:44 2020 (r556914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604051687 -SHA256 (php-7.3.24.tar.xz) = 78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888 -SIZE (php-7.3.24.tar.xz) = 12138212 +TIMESTAMP = 1606917188 +SHA256 (php-7.3.25.tar.xz) = c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329 +SIZE (php-7.3.25.tar.xz) = 12136668