From owner-svn-ports-head@freebsd.org Wed Aug 19 21:30:33 2020 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 3CF313C9E0E; Wed, 19 Aug 2020 21:30:33 +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 4BX1Cs0w4sz4YyY; Wed, 19 Aug 2020 21:30:33 +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 DDA0F9631; Wed, 19 Aug 2020 21:30:32 +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 07JLUW53070525; Wed, 19 Aug 2020 21:30:32 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07JLUWP6070523; Wed, 19 Aug 2020 21:30:32 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202008192130.07JLUWP6070523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Aug 2020 21:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545455 - in head: lang/php73 mail/php73-imap X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: lang/php73 mail/php73-imap X-SVN-Commit-Revision: 545455 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.33 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: Wed, 19 Aug 2020 21:30:33 -0000 Author: tz Date: Wed Aug 19 21:30:32 2020 New Revision: 545455 URL: https://svnweb.freebsd.org/changeset/ports/545455 Log: lang/php73: Update from 7.3.20 to 7.3.21 Changelog: Apache: Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec). Core: Fixed bug #79877 (getimagesize function silently truncates after a null byte). Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable). Fixed bug #79792 (HT iterators not removed if empty array is destroyed). COM: Fixed bug #63208 (BSTR to PHP string conversion not binary safe). Fixed bug #63527 (DCOM does not work with Username, Password parameter). Curl: Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties). Fileinfo: Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). FTP: Fixed bug #55857 (ftp_size on large files). Mbstring: Fixed bug #79787 (mb_strimwidth does not trim string). Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Standard: Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). Fixed bug #79817 (str_replace() does not handle INDIRECT elements). Fixed bug #78008 (dns_check_record() always return true on Alpine). Sponsored by: Bounce Experts Modified: head/lang/php73/Makefile head/lang/php73/distinfo head/mail/php73-imap/Makefile Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Wed Aug 19 21:29:37 2020 (r545454) +++ head/lang/php73/Makefile Wed Aug 19 21:30:32 2020 (r545455) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.20 +DISTVERSION= 7.3.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Wed Aug 19 21:29:37 2020 (r545454) +++ head/lang/php73/distinfo Wed Aug 19 21:30:32 2020 (r545455) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594374478 -SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888 -SIZE (php-7.3.20.tar.xz) = 12118188 +TIMESTAMP = 1597751649 +SHA256 (php-7.3.21.tar.xz) = 4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9 +SIZE (php-7.3.21.tar.xz) = 12123192 Modified: head/mail/php73-imap/Makefile ============================================================================== --- head/mail/php73-imap/Makefile Wed Aug 19 21:29:37 2020 (r545454) +++ head/mail/php73-imap/Makefile Wed Aug 19 21:30:32 2020 (r545455) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../lang/php73