Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 265DE1A9239 for ; Sun, 19 Dec 2021 05:03:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5E13D84E9F; Sun, 19 Dec 2021 05:03:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98EB884E60 for ; Sun, 19 Dec 2021 05:03:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8SEzA_ibnSSK for ; Sun, 19 Dec 2021 05:03:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B694484D2D for ; Sun, 19 Dec 2021 05:03:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE24FFAEC; Sun, 19 Dec 2021 05:03:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163989019973530" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 05:03:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211219050319.AE24FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163989019973530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Dec 19 05:03:19 UTC 2021 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php80: Makefile distinfo options.mk Log Message: lang/php80: update to 8.0.14 pkgsrc change: fix indentation in options.mk. 16 Dec 2021, PHP 8.0.14 - Core: . Fixed bug #81582 (Stringable not implicitly declared if __toString() came from a trait). (Nikita) . Fixed bug #81591 (Fatal Error not properly logged in particular cases). (Nikita) . Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()). (Nikita) . Fixed bug #81631 (::class with dynamic class name may yield wrong line number). (Nikita) - FPM: . Fixed bug #81513 (Future possibility for heap overflow in FPM zlog). (Jakub Zelenka) - GD: . Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb) - IMAP: . Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers). (cmb) - OpenSSL: . Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov) - PCRE: . Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry) - SPL: . Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement attached). (Nikita) - Standard: . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type). (fsbruva) . Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate). (cmb) To generate a diff of this commit: cvs rdiff -u -r1.350 -r1.351 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php80/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php80/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php80/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163989019973530 Content-Disposition: inline Content-Length: 3186 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.350 pkgsrc/lang/php/phpversion.mk:1.351 --- pkgsrc/lang/php/phpversion.mk:1.350 Sun Dec 19 05:01:05 2021 +++ pkgsrc/lang/php/phpversion.mk Sun Dec 19 05:03:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.350 2021/12/19 05:01:05 taca Exp $ +# $NetBSD: phpversion.mk,v 1.351 2021/12/19 05:03:19 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -90,7 +90,7 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.40 PHP73_VERSION= 7.3.33 PHP74_VERSION= 7.4.27 -PHP80_VERSION= 8.0.13 +PHP80_VERSION= 8.0.14 PHP81_VERSION= 8.1.0 # Define initial release of major version. Index: pkgsrc/lang/php80/Makefile diff -u pkgsrc/lang/php80/Makefile:1.4 pkgsrc/lang/php80/Makefile:1.5 --- pkgsrc/lang/php80/Makefile:1.4 Wed Dec 8 16:02:17 2021 +++ pkgsrc/lang/php80/Makefile Sun Dec 19 05:03:19 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:17 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/19 05:03:19 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.0 LICENSE= php Index: pkgsrc/lang/php80/distinfo diff -u pkgsrc/lang/php80/distinfo:1.13 pkgsrc/lang/php80/distinfo:1.14 --- pkgsrc/lang/php80/distinfo:1.13 Fri Nov 19 14:29:04 2021 +++ pkgsrc/lang/php80/distinfo Sun Dec 19 05:03:19 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2021/11/19 14:29:04 taca Exp $ +$NetBSD: distinfo,v 1.14 2021/12/19 05:03:19 taca Exp $ -BLAKE2s (php-8.0.13.tar.xz) = 342430a28a7985608772a3558ab6f351b795eb8d943fd75cbc16159983ba7b28 -SHA512 (php-8.0.13.tar.xz) = cb00482b74146670c4644f4b5da63b40d9afd111e198cdf1e67bfcf4280501a657b4fbad8fd7580f4e3f537db3c8a9db5f4115d3a466392cefac9866e233fa49 -Size (php-8.0.13.tar.xz) = 10854284 bytes +BLAKE2s (php-8.0.14.tar.xz) = ab1ad6119b048c4c42463e6a2365267ac143d3d793ed7d8f620cf84c3eb3f925 +SHA512 (php-8.0.14.tar.xz) = 1fb96dd7e229dd71d0e872c8450e18bdefadebaf0b6b6429bd5d054be1b940cd2d53f132ba2d166d454b89374e79e4ea02d483320792e983d572df68ef769788 +Size (php-8.0.14.tar.xz) = 10860176 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 Index: pkgsrc/lang/php80/options.mk diff -u pkgsrc/lang/php80/options.mk:1.2 pkgsrc/lang/php80/options.mk:1.3 --- pkgsrc/lang/php80/options.mk:1.2 Thu Sep 23 15:48:37 2021 +++ pkgsrc/lang/php80/options.mk Sun Dec 19 05:03:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2021/09/23 15:48:37 taca Exp $ +# $NetBSD: options.mk,v 1.3 2021/12/19 05:03:19 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2 php-embed @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-password-argon2= CFLAGS+= -DDISABLE_FILTER_URL .endif -PLIST_VARS+= embed +PLIST_VARS+= embed .if !empty(PKGNAME:Mphp-[7-9]*) .if !empty(PKG_OPTIONS:Mphp-embed) --_----------=_163989019973530--