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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cad06dfcfe9
branches:  trunk
changeset: 768902:2cad06dfcfe9
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Wed Nov 03 12:08:04 2021 +0000

description:
php-composer: Update to 2.1.11

Upstream release notes:

2.1.11
 - Fixed issues in proxied binary files when using declare() on php <8 (#10249)
 - Fixed GitHub Actions output escaping issues (#10243)

2.1.10
 - Added type annotations to all classes, which may have an effect on
   CI/static analysis for people using Composer as a dependency (#10159)
 - Fixed CurlDownloader requesting gzip encoding even when no gzip support is
   present (#10153)
 - Fixed regression in 2.1.6 where the help command was not working for plugin
   commands (#10147)
 - Fixed warning showing when an invalid cache dir is configured but
   unused (#10125)
 - Fixed require command reverting changes even though dependency resolution
   succeeded when something fails in scripts for example (#10118)
 - Fixed require not finding the right package version when some newly
   required extension is missing from the system (#10167)
 - Fixed proxied binary file issues, now using output buffering (e1dbd65)
 - Fixed and improved error reporting in several edge cases
   (#9804, #10136, #10163, #10224, #10209)
 - Fixed some more Windows CLI parameter escaping edge cases

diffstat:

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

diffs (25 lines):

diff -r f9168d3d0f70 -r 2cad06dfcfe9 devel/php-composer/Makefile
--- a/devel/php-composer/Makefile       Wed Nov 03 11:28:52 2021 +0000
+++ b/devel/php-composer/Makefile       Wed Nov 03 12:08:04 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/10/27 12:29:27 tpaul Exp $
+# $NetBSD: Makefile,v 1.24 2021/11/03 12:08:04 tpaul Exp $
 
-VERSION=       2.1.9
+VERSION=       2.1.11
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
diff -r f9168d3d0f70 -r 2cad06dfcfe9 devel/php-composer/distinfo
--- a/devel/php-composer/distinfo       Wed Nov 03 11:28:52 2021 +0000
+++ b/devel/php-composer/distinfo       Wed Nov 03 12:08:04 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/27 12:29:27 tpaul Exp $
+$NetBSD: distinfo,v 1.25 2021/11/03 12:08:04 tpaul Exp $
 
-BLAKE2s (php-composer/2.1.9/composer.phar) = 0c5c5abf3b7155d94d3132b895412c82db9ff9a528f5485b840cc3e14ee17bef
-SHA512 (php-composer/2.1.9/composer.phar) = 2639b0d4e88cfd212173cfc5d8cb402f8c30717c02cd78b3315c1663d7c35fae794ff44f577a6757048b6e87a4c92f1bc81da52ef164afbbac9c7573cd447515
-Size (php-composer/2.1.9/composer.phar) = 2268732 bytes
+BLAKE2s (php-composer/2.1.11/composer.phar) = 73f600eb0a52effb6154472f62352d3a19cb5eee73561184e989e2ac1a0f4277
+SHA512 (php-composer/2.1.11/composer.phar) = b0ade711b3243969fbc156b461b300f7ed51df7de48b51389bc7b3f710a67321822f587618475b9eaa43480ff59c285fdb275a00a0f22cc082120909e8cabd6c
+Size (php-composer/2.1.11/composer.phar) = 2286233 bytes



Home | Main Index | Thread Index | Old Index