From owner-svn-ports-all@freebsd.org Fri Jul 10 11:28:06 2020 Return-Path: Delivered-To: svn-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 245E1367236; Fri, 10 Jul 2020 11:28:06 +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 4B39lB0D71z4VbH; Fri, 10 Jul 2020 11:28:06 +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 E01E421245; Fri, 10 Jul 2020 11:28:05 +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 06ABS5Q0086918; Fri, 10 Jul 2020 11:28:05 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06ABS5Pq086917; Fri, 10 Jul 2020 11:28:05 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202007101128.06ABS5Pq086917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 10 Jul 2020 11:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541856 - branches/2020Q3/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q3/lang/php73 X-SVN-Commit-Revision: 541856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 11:28:06 -0000 Author: tz Date: Fri Jul 10 11:28:05 2020 New Revision: 541856 URL: https://svnweb.freebsd.org/changeset/ports/541856 Log: MFH: r541854 lang/php73: Update from 7.3.19 to 7.3.20 Changelog: Core: Fixed bug #79650 (php-win.exe 100% cpu lockup). Fixed bug #79668 (get_defined_functions(true) may miss functions). Fixed possibly unsupported timercmp() usage. Exif: Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes). Filter: Fixed bug #73527 (Invalid memory access in php_filter_strip). GD: Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). OpenSSL: Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout). PDO SQLite: Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set). SPL: Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). Standard: Fixed bug #74267 (segfault with streams and invalid data). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php73/Makefile branches/2020Q3/lang/php73/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php73/Makefile ============================================================================== --- branches/2020Q3/lang/php73/Makefile Fri Jul 10 11:25:41 2020 (r541855) +++ branches/2020Q3/lang/php73/Makefile Fri Jul 10 11:28:05 2020 (r541856) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.19 +DISTVERSION= 7.3.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php73/distinfo ============================================================================== --- branches/2020Q3/lang/php73/distinfo Fri Jul 10 11:25:41 2020 (r541855) +++ branches/2020Q3/lang/php73/distinfo Fri Jul 10 11:28:05 2020 (r541856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592076676 -SHA256 (php-7.3.19.tar.xz) = 6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422 -SIZE (php-7.3.19.tar.xz) = 12117968 +TIMESTAMP = 1594374478 +SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888 +SIZE (php-7.3.20.tar.xz) = 12118188