Received: by mail.netbsd.org (Postfix, from userid 605) id D493A84E01; Fri, 26 Feb 2021 00:46:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BC4084DFC for ; Fri, 26 Feb 2021 00:46:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HSQxyh-2W4yq for ; Fri, 26 Feb 2021 00:46:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 71C8E84DE7 for ; Fri, 26 Feb 2021 00:46:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 694BCFA95; Fri, 26 Feb 2021 00:46:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614300387144220" MIME-Version: 1.0 Date: Fri, 26 Feb 2021 00:46:27 +0000 From: "Travis Paul" Subject: CVS commit: pkgsrc/devel/php-composer To: pkgsrc-changes@NetBSD.org Reply-To: tpaul@netbsd.org X-Mailer: log_accum Message-Id: <20210226004627.694BCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614300387144220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tpaul Date: Fri Feb 26 00:46:27 UTC 2021 Modified Files: pkgsrc/devel/php-composer: Makefile distinfo Log Message: php-composer: Update to 2.0.11 Upstream Release Notes: 2.0.11 - Reverted "Fixed runtime autoloader registration (for plugins and script handlers) to prefer the project dependencies over the bundled Composer ones" as it caused more problems than expected 2.0.10 - Added COMPOSER_MAX_PARALLEL_HTTP env var to let people set a lower amount of parallel requests if needed - Fixed autoloader registration when plugins are loaded, which may impact plugins relying on this bug (if you use symfony/flex make sure you upgrade it to 1.12.2+ to fix dump-env issues) - Fixed exec command suppressing output in some circumstances - Fixed Windows/cmd.exe support for script handlers defined as path/to/foo, which are now rewritten internally to path\to\foo when needed - Fixed bin handling on Windows for PHP scripts, to more closely match symlinks and allow @php vendor/bin/foo to work cross-platform - Fixed Git for Windows/Git Bash not being detected correctly as an interactive shell (regression since 2.0.7) - Fixed regression handling some private Bitbucket repository clones - Fixed Ctrl-C/SIGINT handling during downloads to correctly abort as soon as possible - Fixed runtime autoloader registration (for plugins and script handlers) to prefer the project dependencies over the bundled Composer ones - Fixed numeric default branches being aliased as 9999999-dev internally. This alias now only applies to default branches being non-numeric (e.g. dev-main) - Fixed support for older lib-sodium versions - Fixed various minor issues To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/php-composer/Makefile \ pkgsrc/devel/php-composer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614300387144220 Content-Disposition: inline Content-Length: 1742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/php-composer/Makefile diff -u pkgsrc/devel/php-composer/Makefile:1.16 pkgsrc/devel/php-composer/Makefile:1.17 --- pkgsrc/devel/php-composer/Makefile:1.16 Thu Jan 28 00:02:16 2021 +++ pkgsrc/devel/php-composer/Makefile Fri Feb 26 00:46:27 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/01/28 00:02:16 tpaul Exp $ +# $NetBSD: Makefile,v 1.17 2021/02/26 00:46:27 tpaul Exp $ -VERSION= 2.0.9 +VERSION= 2.0.11 PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION} DISTNAME= composer CATEGORIES= devel Index: pkgsrc/devel/php-composer/distinfo diff -u pkgsrc/devel/php-composer/distinfo:1.16 pkgsrc/devel/php-composer/distinfo:1.17 --- pkgsrc/devel/php-composer/distinfo:1.16 Thu Jan 28 00:02:16 2021 +++ pkgsrc/devel/php-composer/distinfo Fri Feb 26 00:46:27 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/01/28 00:02:16 tpaul Exp $ +$NetBSD: distinfo,v 1.17 2021/02/26 00:46:27 tpaul Exp $ -SHA1 (php-composer/2.0.9/composer.phar) = f0bd25ed36bef2e01ee2b1066b985968d60c8367 -RMD160 (php-composer/2.0.9/composer.phar) = 78d12e727c0729240bf6ba70114b3b3163a0abed -SHA512 (php-composer/2.0.9/composer.phar) = 0d20dced4269772e1cc6b4d9ad97d661c64e034742516a6d4a7ba566bef35b821b63e49f5506ec40968350b9e641abcbfb7a810e8f6d3c3e48aa41be78688235 -Size (php-composer/2.0.9/composer.phar) = 2205196 bytes +SHA1 (php-composer/2.0.11/composer.phar) = 9af5d8f274be44c8487d05b3d1b7e7afaaa25774 +RMD160 (php-composer/2.0.11/composer.phar) = 0ce4883c7624ca8ad2a67a91cceaec6145527b9a +SHA512 (php-composer/2.0.11/composer.phar) = 2f390850847a1e8908dfa2a5e1ed3bf5faf90005e15da2cce1840f2e1fab2655469eb882059d844aea501749c82e9d9f25c9e514147a2562606b9cf8a30a429d +Size (php-composer/2.0.11/composer.phar) = 2210024 bytes --_----------=_1614300387144220--