From owner-svn-ports-all@freebsd.org Sun Nov 1 22:54:01 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 1022B45D7A8; Sun, 1 Nov 2020 22:54:01 +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 4CPWZ06cxGz3V6G; Sun, 1 Nov 2020 22:54:00 +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 C73AB1F8FD; Sun, 1 Nov 2020 22:54:00 +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 0A1Ms0Wv063442; Sun, 1 Nov 2020 22:54:00 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A1Ms0T3063440; Sun, 1 Nov 2020 22:54:00 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202011012254.0A1Ms0T3063440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 1 Nov 2020 22:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553873 - head/lang/php80 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php80 X-SVN-Commit-Revision: 553873 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: Sun, 01 Nov 2020 22:54:01 -0000 Author: tz Date: Sun Nov 1 22:54:00 2020 New Revision: 553873 URL: https://svnweb.freebsd.org/changeset/ports/553873 Log: lang/php80: Update from RC2 to RC3 Changelog: - Core: . Fixed bug #8055 (Abstract trait methods returning "self" cannot be fulfilled by traits). (Nikita) . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). (cmb) . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). (cmb) - COM: . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb) - DOM: . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb) - IMAP: . Fixed bug #76618 (segfault on imap_reopen). (girgias) . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb) . Fixed minor regression caused by fixing bug #80220. (cmb) . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). (cmb) - Opcache: . Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1). (Nikita) - Standard: . Fixed bug #80256 (file_get_contents strip first line with chunked encoding redirect). (Nikita) Sponsored by: PHP Update Service Modified: head/lang/php80/Makefile head/lang/php80/distinfo Modified: head/lang/php80/Makefile ============================================================================== --- head/lang/php80/Makefile Sun Nov 1 22:52:00 2020 (r553872) +++ head/lang/php80/Makefile Sun Nov 1 22:54:00 2020 (r553873) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.0RC2 -PORTREVISION?= 1 +DISTVERSION= 8.0.0RC3 +PORTREVISION?= 0 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~pollita/ +MASTER_SITES= https://downloads.php.net/~carusogabriel/ DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org Modified: head/lang/php80/distinfo ============================================================================== --- head/lang/php80/distinfo Sun Nov 1 22:52:00 2020 (r553872) +++ head/lang/php80/distinfo Sun Nov 1 22:54:00 2020 (r553873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603062674 -SHA256 (php-8.0.0RC2.tar.xz) = 97d8031ba1095c3222fc5725710ac18dc4f584e526cbcbfb2817146abb6891ec -SIZE (php-8.0.0RC2.tar.xz) = 10713424 +TIMESTAMP = 1604051937 +SHA256 (php-8.0.0RC3.tar.xz) = 3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa +SIZE (php-8.0.0RC3.tar.xz) = 10618712