Source-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 1.10.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b148f04c3faf
branches:  trunk
changeset: 433549:b148f04c3faf
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Wed Jun 03 20:29:56 2020 +0000

description:
php-composer: update to 1.10.7

Upstream release notes:

1.10.7

* Fix PHP 8 deprecations
* Fixed detection of pcntl_signal being in disabled_functions when
  pcntl_async_signal is allowed

1.10.6

* Fixed version guessing to take composer-runtime-api and
  composer-plugin-api requirements into account to avoid selecting
  packages which require Composer 2
* Fixed package name validation to allow several dashes following each
  other
* Fixed post-status-cmd script not firing when there were no changes to
  be displayed
* Fixed composer-runtime-api support on Composer 1.x, the package is now
  present as 1.0.0
* Fixed support for composer show --name-only --self
* Fixed detection of GitLab URLs when handling authentication in some
  cases

diffstat:

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

diffs (27 lines):

diff -r 17eeee580742 -r b148f04c3faf devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Wed Jun 03 18:30:37 2020 +0000
+++ b/devel/php-composer/Makefile       Wed Jun 03 20:29:56 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/04/11 06:37:26 tpaul Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/03 20:29:56 tpaul Exp $
 
-VERSION=       1.10.5
+VERSION=       1.10.7
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r 17eeee580742 -r b148f04c3faf devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Wed Jun 03 18:30:37 2020 +0000
+++ b/devel/php-composer/distinfo       Wed Jun 03 20:29:56 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/04/11 06:37:26 tpaul Exp $
+$NetBSD: distinfo,v 1.5 2020/06/03 20:29:56 tpaul Exp $
 
-SHA1 (php-composer/1.10.5/composer.phar) = 5be27f61d5c296ac5451b753b2dbd078457fff8e
-RMD160 (php-composer/1.10.5/composer.phar) = 472becbcc2f4bf8f1d42fe1b86edb6e4e4772fd1
-SHA512 (php-composer/1.10.5/composer.phar) = cd199fd273a17f92fdd38c2221f49058abe30f3349f6dec93751f2392a1634106f437a5a67af1e6fcee89b4c33b141db566d6f5439986811bd8ce32dcae9cf82
-Size (php-composer/1.10.5/composer.phar) = 1971623 bytes
+SHA1 (php-composer/1.10.7/composer.phar) = 75d98f30df958296249aa14efc622216166b57dd
+RMD160 (php-composer/1.10.7/composer.phar) = e87e07337b267ef3bd30221bdbb7ea17776a4136
+SHA512 (php-composer/1.10.7/composer.phar) = f5d5a5c1a1ef2ae09b86e3bcd5727a3c8325160984ec4a3b1bd187425baed261848e41e3cbdcb98c6d07d9ade3e47a7958cf5fc9d0036c93e89e6ede5c258d89
+Size (php-composer/1.10.7/composer.phar) = 1976232 bytes



Home | Main Index | Thread Index | Old Index