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:           Wed Nov  3 12:08:05 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/php-composer/Makefile
cvs rdiff -u -r1.24 -r1.25 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.23 pkgsrc/devel/php-composer/Makefile:1.24
--- pkgsrc/devel/php-composer/Makefile:1.23     Wed Oct 27 12:29:27 2021
+++ pkgsrc/devel/php-composer/Makefile  Wed Nov  3 12:08:04 2021
@@ -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

Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.24 pkgsrc/devel/php-composer/distinfo:1.25
--- pkgsrc/devel/php-composer/distinfo:1.24     Wed Oct 27 12:29:27 2021
+++ pkgsrc/devel/php-composer/distinfo  Wed Nov  3 12:08:04 2021
@@ -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