From owner-svn-ports-head@freebsd.org Fri Nov 22 22:11:21 2019 Return-Path: Delivered-To: svn-ports-head@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 2B2161C33FD; Fri, 22 Nov 2019 22:11:21 +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) server-signature RSA-PSS (4096 bits) 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 47KVy10N4Yz4KRP; Fri, 22 Nov 2019 22:11:21 +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 E452A2274; Fri, 22 Nov 2019 22:11:20 +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 xAMMBK4L082294; Fri, 22 Nov 2019 22:11:20 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAMMBK4X082293; Fri, 22 Nov 2019 22:11:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201911222211.xAMMBK4X082293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 22 Nov 2019 22:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518168 - head/lang/php73 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php73 X-SVN-Commit-Revision: 518168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2019 22:11:21 -0000 Author: tz Date: Fri Nov 22 22:11:20 2019 New Revision: 518168 URL: https://svnweb.freebsd.org/changeset/ports/518168 Log: lang/php73: Update from 7.3.11 to 7.3.12 Changelog: Core: Fixed bug #78658 (Memory corruption using Closure::bindTo). Fixed bug #78656 (Parse errors classified as highest log-level). Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed). Fixed bug #78689 (Closure::fromCallable() doesn't handle [Closure, '__invoke']). COM: Fixed bug #78694 (Appending to a variant array causes segfault). Date: Fixed bug #70153 (\DateInterval incorrectly unserialized). Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). Iconv: Fixed bug #78642 (Wrong libiconv version displayed). OpCache: Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters). Fixed bug #78747 (OpCache corrupts custom extension result). OpenSSL: Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections). Reflection: Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error message with traits). Sockets: Fixed bug #78665 (Multicasting may leak memory). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.12 MFH: 2019Q4 Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Nov 22 21:46:02 2019 (r518167) +++ head/lang/php73/Makefile Fri Nov 22 22:11:20 2019 (r518168) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.11 +DISTVERSION= 7.3.12 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Nov 22 21:46:02 2019 (r518167) +++ head/lang/php73/distinfo Fri Nov 22 22:11:20 2019 (r518168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571995527 -SHA256 (php-7.3.11.tar.xz) = 657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021 -SIZE (php-7.3.11.tar.xz) = 12092412 +TIMESTAMP = 1574409147 +SHA256 (php-7.3.12.tar.xz) = aafe5e9861ad828860c6af8c88cdc1488314785962328eb1783607c1fdd855df +SIZE (php-7.3.12.tar.xz) = 12095212