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:           Sat Dec  5 18:28:05 UTC 2020

Modified Files:
        pkgsrc/devel/php-composer: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/php-composer/Makefile \
    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.14 pkgsrc/devel/php-composer/Makefile:1.15
--- pkgsrc/devel/php-composer/Makefile:1.14     Sat Nov  7 15:25:06 2020
+++ pkgsrc/devel/php-composer/Makefile  Sat Dec  5 18:28:05 2020
@@ -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
Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.14 pkgsrc/devel/php-composer/distinfo:1.15
--- pkgsrc/devel/php-composer/distinfo:1.14     Sat Nov  7 15:25:06 2020
+++ pkgsrc/devel/php-composer/distinfo  Sat Dec  5 18:28:05 2020
@@ -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