pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-composer
Module Name: pkgsrc
Committed By: tpaul
Date: Fri Apr 2 12:42:48 UTC 2021
Modified Files:
pkgsrc/devel/php-composer: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/php-composer/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/php-composer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-composer/Makefile
diff -u pkgsrc/devel/php-composer/Makefile:1.18 pkgsrc/devel/php-composer/Makefile:1.19
--- pkgsrc/devel/php-composer/Makefile:1.18 Sun Mar 7 13:21:57 2021
+++ pkgsrc/devel/php-composer/Makefile Fri Apr 2 12:42:48 2021
@@ -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
Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.17 pkgsrc/devel/php-composer/distinfo:1.18
--- pkgsrc/devel/php-composer/distinfo:1.17 Fri Feb 26 00:46:27 2021
+++ pkgsrc/devel/php-composer/distinfo Fri Apr 2 12:42:48 2021
@@ -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