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.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfbb05688ac8
branches:  trunk
changeset: 449616:cfbb05688ac8
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Fri Apr 02 12:42:48 2021 +0000

description:
php-composer: Update to 2.0.12

Upstream release notes:
 - Fixed support for new GitHub OAuth token format (#9757)
 - Fixed support for Vagrant/VirtualBox filesystem slowness by adding short
   sleeps in some places (#9627)
 - Fixed unclear error reporting when a package is in the lock file but not in
   the remote repositories (#9750)
 - Fixed processes silently ignoring the CWD when it does not exist
 - Fixed new Windows bin handling to avoid proxying phar files (#9742)
 - Fixed issue extracting archives into paths that already exist, fixing
   problems with some custom installers (composer/installers#479)
 - Fixed support for branch names starting with master/trunk/default (#9739)
 - Fixed self-update to preserve phar file permissions on Windows (#9733)
 - Fixed detection of hg version when localized (#9753)
 - Fixed git execution failures to also include the stdout output (#9720)

diffstat:

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

diffs (27 lines):

diff -r 3256bb7c40c6 -r cfbb05688ac8 devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Fri Apr 02 11:58:54 2021 +0000
+++ b/devel/php-composer/Makefile       Fri Apr 02 12:42:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/03/07 13:21:57 taca Exp $
+# $NetBSD: Makefile,v 1.19 2021/04/02 12:42:48 tpaul Exp $
 
-VERSION=       2.0.11
+VERSION=       2.0.12
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r 3256bb7c40c6 -r cfbb05688ac8 devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Fri Apr 02 11:58:54 2021 +0000
+++ b/devel/php-composer/distinfo       Fri Apr 02 12:42:48 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/02/26 00:46:27 tpaul Exp $
+$NetBSD: distinfo,v 1.18 2021/04/02 12:42:48 tpaul Exp $
 
-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
+SHA1 (php-composer/2.0.12/composer.phar) = 5117848d0d7236beb9b4c0ff30ae3c26a7d158f0
+RMD160 (php-composer/2.0.12/composer.phar) = b532eb7a645eb7b016304f44fa57f63db03102cb
+SHA512 (php-composer/2.0.12/composer.phar) = c46097279acf7a5bb7251728aa9f9e9dc3fdb8153373ba81dd74a083880be197ca52af7b01d556280e25ea854313feff2d1f4c1093ed8e6ca51b10356b8ec4ea
+Size (php-composer/2.0.12/composer.phar) = 2213444 bytes



Home | Main Index | Thread Index | Old Index