pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-composer php-composer: Update to 2.0.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc082bb47a02
branches:  trunk
changeset: 447766:cc082bb47a02
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Fri Feb 26 00:46:27 2021 +0000

description:
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:

 devel/php-composer/Makefile |   4 ++--
 devel/php-composer/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 108d86bacb03 -r cc082bb47a02 devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Thu Feb 25 19:51:29 2021 +0000
+++ b/devel/php-composer/Makefile       Fri Feb 26 00:46:27 2021 +0000
@@ -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 -r 108d86bacb03 -r cc082bb47a02 devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Thu Feb 25 19:51:29 2021 +0000
+++ b/devel/php-composer/distinfo       Fri Feb 26 00:46:27 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index