From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 09:55:20 2021 Return-Path: Delivered-To: dev-commits-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 36239670B59; Wed, 29 Sep 2021 09:55:20 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKBZH6lwCz3DFL; Wed, 29 Sep 2021 09:55:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B33D116106; Wed, 29 Sep 2021 09:55:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T9tJsP095074; Wed, 29 Sep 2021 09:55:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T9tJNA095073; Wed, 29 Sep 2021 09:55:19 GMT (envelope-from git) Date: Wed, 29 Sep 2021 09:55:19 GMT Message-Id: <202109290955.18T9tJNA095073@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 4a295722e6b8 - main - lang/php80: Update from 8.0.10 to 8.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a295722e6b8634711f4e1513bf38543ba4db7f9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 09:55:20 -0000 The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a295722e6b8634711f4e1513bf38543ba4db7f9 commit 4a295722e6b8634711f4e1513bf38543ba4db7f9 Author: Torsten Zuehlsdorff AuthorDate: 2021-09-29 09:54:02 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-09-29 09:55:01 +0000 lang/php80: Update from 8.0.10 to 8.0.11 Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). Sponsored by: Bounce Experts --- lang/php80/Makefile | 2 +- lang/php80/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index b4164aea5067..bd3412cba1c7 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.10 +DISTVERSION= 8.0.11 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 08855eea3071..3978f19df351 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262744 -SHA256 (php-8.0.10.tar.xz) = 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb -SIZE (php-8.0.10.tar.xz) = 10703088 +TIMESTAMP = 1632771522 +SHA256 (php-8.0.11.tar.xz) = e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16 +SIZE (php-8.0.11.tar.xz) = 10804388