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:           Mon Nov  2 21:34:08 UTC 2020

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

Log Message:
php-composer: Update to 2.0.4

Upstream release notes:

- Fixed check-platform-req command not being clear on what packages are
  checked, and added a --lock flag to explicitly check the locked packages
- Fixed config & create-project adding of repositories to make sure they are
  prepended as order is much more important in Composer 2, also added a
  --append flag to config to restore the old behavior in the unlikely case
  this is needed
- Fixed curl downloader failing on old PHP releases or when using self-signed
  SSL certificates
- Fixed Bitbucket API authentication issue


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/php-composer/Makefile:1.12
--- pkgsrc/devel/php-composer/Makefile:1.11     Thu Oct 29 02:34:16 2020
+++ pkgsrc/devel/php-composer/Makefile  Mon Nov  2 21:34:08 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/10/29 02:34:16 tpaul Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/02 21:34:08 tpaul Exp $
 
-VERSION=       2.0.3
+VERSION=       2.0.4
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.11 pkgsrc/devel/php-composer/distinfo:1.12
--- pkgsrc/devel/php-composer/distinfo:1.11     Thu Oct 29 02:34:16 2020
+++ pkgsrc/devel/php-composer/distinfo  Mon Nov  2 21:34:08 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/10/29 02:34:16 tpaul Exp $
+$NetBSD: distinfo,v 1.12 2020/11/02 21:34:08 tpaul Exp $
 
-SHA1 (php-composer/2.0.3/composer.phar) = 27c31bc1139d16b271a6329667ef77c01dc6a7f5
-RMD160 (php-composer/2.0.3/composer.phar) = dd06f036eeb5b816899a5b832255cf0db1a3c148
-SHA512 (php-composer/2.0.3/composer.phar) = f0020d1442ad1439a18a539315261d82577e6f8371dd39398c4dfba6e5e452f0f8e1dac1b48728c9bb462324d004c46d6e1539a80eebe341eaf26bb310f664f7
-Size (php-composer/2.0.3/composer.phar) = 2177735 bytes
+SHA1 (php-composer/2.0.4/composer.phar) = b789b4edcd84b28cfe1d40c78fa915e4fed94a84
+RMD160 (php-composer/2.0.4/composer.phar) = 36c25aba96c6fecfde6a59106de81c6236aee939
+SHA512 (php-composer/2.0.4/composer.phar) = 08c10a22fe95c5e058435828c60084ea9700e5b27c888ea5807f3e3979b187112d66ddb4ce9f9324e9369714961c3aacf8b8bbdb408a66923a2737b53b08ac81
+Size (php-composer/2.0.4/composer.phar) = 2180422 bytes



Home | Main Index | Thread Index | Old Index