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:   triaxx
Date:           Mon May 24 06:41:51 UTC 2021

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

Log Message:
php-composer: Update to 2.0.14

Upstream release notes:
  - Updated composer/xdebug-handler to 2.0 which adds supports for Xdebug 3
  - Fixed handling of inline-update-constraints with references or stability
    flags (#9847)
  - Fixed async processes erroring in an unclear way when they failed to start
    (#9808)
  - Fixed support for the upcoming Symfony 6.0 release when Composer is
    installed as a library (#9896)
  - Fixed progress output missing newlines on PowerShell, and disable progress
    output by default when CI env var is present (#9621)
  - Fixed support for Vagrant/VirtualBox filesystem slowness when installing
    binaries from packages (#9627)
  - Fixed type annotations for the InstalledVersions class
  - Deprecated InstalledVersions::getRawData in favor of
    InstalledVersions::getAllRawData (#9816)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/php-composer/Makefile
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/devel/php-composer/Makefile:1.21
--- pkgsrc/devel/php-composer/Makefile:1.20     Tue Apr 27 20:53:23 2021
+++ pkgsrc/devel/php-composer/Makefile  Mon May 24 06:41:51 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/04/27 20:53:23 tpaul Exp $
+# $NetBSD: Makefile,v 1.21 2021/05/24 06:41:51 triaxx Exp $
 
-VERSION=       2.0.13
+VERSION=       2.0.14
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel

Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.19 pkgsrc/devel/php-composer/distinfo:1.20
--- pkgsrc/devel/php-composer/distinfo:1.19     Tue Apr 27 20:53:23 2021
+++ pkgsrc/devel/php-composer/distinfo  Mon May 24 06:41:51 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2021/04/27 20:53:23 tpaul Exp $
+$NetBSD: distinfo,v 1.20 2021/05/24 06:41:51 triaxx Exp $
 
-SHA1 (php-composer/2.0.13/composer.phar) = c52d07d8ba4a8f42057817fecf9c1dc91a1fe07e
-RMD160 (php-composer/2.0.13/composer.phar) = 4a3348f79f8326d59f1b00fd3280f61a727b7653
-SHA512 (php-composer/2.0.13/composer.phar) = 2be34a5eed817df424fcf13e064ef2985daeabeba25850fc4408d0db5b2bc5881449e3c425106ca08e7b23f4de9b46cc03d61ed02dc0cd1f34452ca08adf5917
-Size (php-composer/2.0.13/composer.phar) = 2216568 bytes
+SHA1 (php-composer/2.0.14/composer.phar) = 6fb3258aaa9aefdd2d92590b9485a3ed69657fe2
+RMD160 (php-composer/2.0.14/composer.phar) = ef15c70fed909fcb3cb346b0fd88361b83690bdf
+SHA512 (php-composer/2.0.14/composer.phar) = f29deccb41464c1ae105880f6e4127a72c2a27c4571ee4b7942a32cbc8acf57448024d9c649008f004e9bed930628d03b21ce8dbe579b71d487162313bb2f98c
+Size (php-composer/2.0.14/composer.phar) = 2217528 bytes



Home | Main Index | Thread Index | Old Index