summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortpaul <tpaul@pkgsrc.org>2021-02-26 00:46:27 +0000
committertpaul <tpaul@pkgsrc.org>2021-02-26 00:46:27 +0000
commit848a306ca0e4b9f6f6f829a8bccb815416b3e713 (patch)
treeb2f03a27eabbb0b89d6a098bbe763e082652a03c /devel
parent05657e4b3891c600462ac1688c1b312f19e46f2e (diff)
downloadpkgsrc-848a306ca0e4b9f6f6f829a8bccb815416b3e713.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/php-composer/Makefile4
-rw-r--r--devel/php-composer/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/php-composer/Makefile b/devel/php-composer/Makefile
index 4344fb9a759..c4a0fc2747c 100644
--- a/devel/php-composer/Makefile
+++ b/devel/php-composer/Makefile
@@ -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
diff --git a/devel/php-composer/distinfo b/devel/php-composer/distinfo
index ea622f129d5..4d231951477 100644
--- a/devel/php-composer/distinfo
+++ b/devel/php-composer/distinfo
@@ -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