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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea3fb8a6b61d
branches:  trunk
changeset: 443029:ea3fb8a6b61d
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Sat Dec 05 18:28:05 2020 +0000

description:
php-composer: Update to 2.0.8

Upstream release Notes:

2.0.8
 - Fixed packages with aliases not matching conflicts which match the alias
 - Fixed invalid reports of uncommitted changes when using non-default remotes
   in vendor dir
 - Fixed curl error handling edge cases
 - Fixed cached git repositories becoming stale by having a git gc applied to
   them periodically
 - Fixed issue initializing plugins when using dev packages
 - Fixed update --lock / mirrors failing to update in some edge cases
 - Fixed partial update with --with-dependencies failing in some edge cases
   with some nonsensical error

2.0.7
 - Fixed detection of TTY mode, made input non-interactive automatically if
   STDIN is not a TTY
 - Fixed root aliases not being present in lock file if not required by
   anything else
 - Fixed remove command requiring a lock file to be present
 - Fixed Composer\InstalledVersions to always contain up to date data during
   installation
 - Fixed status command breaking on slow networks
 - Fixed order of POST_PACKAGE_* events to occur together once all
   installations of a package batch are done

diffstat:

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

diffs (27 lines):

diff -r 22be1962787d -r ea3fb8a6b61d devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Sat Dec 05 16:50:52 2020 +0000
+++ b/devel/php-composer/Makefile       Sat Dec 05 18:28:05 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/11/07 15:25:06 tpaul Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/05 18:28:05 tpaul Exp $
 
-VERSION=       2.0.6
+VERSION=       2.0.8
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r 22be1962787d -r ea3fb8a6b61d devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Sat Dec 05 16:50:52 2020 +0000
+++ b/devel/php-composer/distinfo       Sat Dec 05 18:28:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/11/07 15:25:06 tpaul Exp $
+$NetBSD: distinfo,v 1.15 2020/12/05 18:28:05 tpaul Exp $
 
-SHA1 (php-composer/2.0.6/composer.phar) = 1bd34f52d94ee95b96943d42f611c293aa944cff
-RMD160 (php-composer/2.0.6/composer.phar) = edcce68164e152298310700ff8e0aef1e3f304fb
-SHA512 (php-composer/2.0.6/composer.phar) = 2224b16d395e2d928696e211e1f6e81026c55adf825b01ff975ae4ef54899e4e734c563432c6b68bbddc5dc624beec40778fe53b97562c9f04c6640855adf6b2
-Size (php-composer/2.0.6/composer.phar) = 2192976 bytes
+SHA1 (php-composer/2.0.8/composer.phar) = b9cd83d9f685d12749261a5a4275ba36d4e75f91
+RMD160 (php-composer/2.0.8/composer.phar) = 72ce42ffe5a9f3cfb2b6cb33f6d15265ea84d808
+SHA512 (php-composer/2.0.8/composer.phar) = 9989844af943a37340c4af36323dcec1a267caaa73470be72c842e549549cca5ac3865283b009675204b2df6449590a1ecc7b58ddc63c2d26863ca36eae7b676
+Size (php-composer/2.0.8/composer.phar) = 2200574 bytes



Home | Main Index | Thread Index | Old Index