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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72cffd243881
branches:  trunk
changeset: 445719:72cffd243881
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Thu Jan 28 00:02:16 2021 +0000

description:
php-composer: Update to 2.0.9

Upstream release notes:
- Added warning if the curl extension is not enabled as it significantly
  degrades performance
- Fixed InstalledVersions to report all packages when several vendor dirs are
  present in the same runtime
- Fixed download speed when downloading large files
- Fixed archive and path repo copies mishandling some .gitignore paths
- Fixed root package classes not being available to the plugins/scripts during
  the initial install
- Fixed cache writes to be atomic and better support multiple Composer
  processes running in parallel
- Fixed preg jit issues when config or require modifies large composer.json
  files
- Fixed compatibility with envs having open_basedir restrictions
- Fixed exclude-from-classmap causing regex issues when having too many paths
- Fixed compatibility issue with Symfony 4/5
- Several small performance and debug output improvements

diffstat:

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

diffs (27 lines):

diff -r d053cbd057c1 -r 72cffd243881 devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Wed Jan 27 23:35:35 2021 +0000
+++ b/devel/php-composer/Makefile       Thu Jan 28 00:02:16 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/12/05 18:28:05 tpaul Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/28 00:02:16 tpaul Exp $
 
-VERSION=       2.0.8
+VERSION=       2.0.9
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r d053cbd057c1 -r 72cffd243881 devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Wed Jan 27 23:35:35 2021 +0000
+++ b/devel/php-composer/distinfo       Thu Jan 28 00:02:16 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/12/05 18:28:05 tpaul Exp $
+$NetBSD: distinfo,v 1.16 2021/01/28 00:02:16 tpaul Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index