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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b6b47a78fc
branches:  trunk
changeset: 382386:d5b6b47a78fc
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Wed Jul 27 13:42:53 2022 +0000

description:
php-composer: Update to 2.2.17

Upstream release notes:

2.2.17
PSA: If you are seeing issues running non-interactive create-project with a
project that does not configure allow-plugins, see the top post of #10928 for
a workaround.
- Fixed plugins from CWD/vendor being loaded in some cases like create-project
  or validate even though the target directory is outside of CWD (#10935)
- Fixed support for legacy (Composer 1.x, e.g. hirak/prestissimo) plugins which
  will not warn/error anymore if not in allow-plugins, as they are anyway not
  loaded (#10928)
- Fixed pre-install check for allowed plugins not taking --no-plugins into
  account (#10925)
- Fixed support for disable_functions containing disk_free_space (#10936)
- Fixed RootPackageRepository usages to always clone the root package to avoid
  interoperability issues with plugins (#10940)

2.2.16
- Fixed non-interactive behavior of allow-plugins to throw instead of continue
  with a warning to avoid broken installs (#10920)
- Fixed allow-plugins BC mode to ensure old lock files created pre-2.2 can be
  installed with only a warning but plugins fully loaded (#10920)
- Fixed deprecation notice (#10921)

2.2.15
- Fixed support for cache-read-only where the filesystem is not writable
  (#10906)
- Fixed type error when using allow-plugins: true (#10909)
- Fixed @putenv scripts receiving arguments passed to the command (#10846)
- Fixed support for spaces in paths with binary proxies on Windows (#10836)
- Fixed type error in GitDownloader if branches cannot be listed (#10888)
- Fixed RootPackageInterface issue on PHP 5.3.3 (#10895)

diffstat:

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

diffs (25 lines):

diff -r 060a4ca72a9f -r d5b6b47a78fc devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Wed Jul 27 12:32:53 2022 +0000
+++ b/devel/php-composer/Makefile       Wed Jul 27 13:42:53 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/06/10 15:06:54 tpaul Exp $
+# $NetBSD: Makefile,v 1.29 2022/07/27 13:42:53 tpaul Exp $
 
-VERSION=       2.2.14
+VERSION=       2.2.17
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r 060a4ca72a9f -r d5b6b47a78fc devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Wed Jul 27 12:32:53 2022 +0000
+++ b/devel/php-composer/distinfo       Wed Jul 27 13:42:53 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/06/10 15:06:54 tpaul Exp $
+$NetBSD: distinfo,v 1.30 2022/07/27 13:42:53 tpaul Exp $
 
-BLAKE2s (php-composer/2.2.14/composer.phar) = ce6ee269e57c962327f9bba20a3934f97cb1b84606307c6f8c331c2cfc1c2cb1
-SHA512 (php-composer/2.2.14/composer.phar) = daa33a161858c142f2f23798dbbcf500d3bbdc44ef241d33a586fad337e7e7dc68fd7cb21ee26851fa42bb840ce87cb1efef06f4b5bd896d351c1cfd3e82f38f
-Size (php-composer/2.2.14/composer.phar) = 2379125 bytes
+BLAKE2s (php-composer/2.2.17/composer.phar) = a01b60856930b8f2de9067561ca34779a066e42cbcc93c543f810877f53b1907
+SHA512 (php-composer/2.2.17/composer.phar) = 4b71d56522088a8668c8ceaf446e2a6ec78cb6c07d0799267b674083f56e168b66b8a824bbce39c11d78e4f79fdaeb0dc0a7aaeb03347ed7854ca51975cecc03
+Size (php-composer/2.2.17/composer.phar) = 2381354 bytes



Home | Main Index | Thread Index | Old Index