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 Apr 20 23:50:51 UTC 2022

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

Log Message:
php-composer: Update to 2.2.12

Upstream release notes:

2.2.12
 - Security: Fixed command injection vulnerability in HgDriver/GitDriver
   (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828)
 - Fixed curl downloader not retrying when a DNS resolution failure occurs
   (#10716)
 - Fixed composer.lock file still being used/read when the lock config option
   is disabled (#10726)
 - Fixed validate command checking the lock file even if the lock option is
   disabled (#10723)

2.2.11
 - Added missing config.bitbucket-oauth in composer-schema.json
 - Added --2.2 flag to self-update to pin the Composer version to the 2.2 LTS
   range (#10682)
 - Updated semver, jsonlint deps for minor fixes
 - Fixed generation of autoload crashing if a package has a broken path
   (#10688)
 - Removed dev-master=>dev-main alias from #10372 as it does not work when
   reloading from lock file and extracting dev deps (#10651)

2.2.10
 - Fixed Bitbucket authorization detection due to API changes (#10657)
 - Fixed validate command warning about dist/source keys if defined (#10655)
 - Fixed deletion/handling of corrupted 0-bytes zip archives (#10666)

2.2.9
 - Fixed regression with plugins that modify install path of packages, see docs
   if you are authoring such a plugin (#10621)

2.2.8
 - Fixed files autoloading sort order to be fully deterministic (#10617)
 - Fixed pool optimization pass edge cases (#10579)
 - Fixed require command failing when self.version is used as constraint
   (#10593)
 - Fixed --no-ansi / undecorated output still showing color in repo warnings
   (#10601)
 - Performance improvement in pool optimization step (composer/semver#131)

2.2.7
 - Allow installation together with composer/xdebug-handler ^3 (#10528)
 - Fixed support for packages with no licenses in licenses command output
   (#10537)
 - Fixed handling of allow-plugins: false which kept warning (#10530)
 - Fixed enum parsing in classmap generation when the enum keyword is not
   lowercased (#10521)
 - Fixed author parsing in init command requiring an email whereas the schema
   allows a name only (#10538)
 - Fixed issues in require command when requiring packages which do not exist
   (but are provided by something else you require) (#10541)
 - Performance improvement in pool optimization step (#10546)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/php-composer/Makefile
cvs rdiff -u -r1.27 -r1.28 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.26 pkgsrc/devel/php-composer/Makefile:1.27
--- pkgsrc/devel/php-composer/Makefile:1.26     Thu Feb 17 15:44:55 2022
+++ pkgsrc/devel/php-composer/Makefile  Wed Apr 20 23:50:51 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/02/17 15:44:55 tpaul Exp $
+# $NetBSD: Makefile,v 1.27 2022/04/20 23:50:51 tpaul Exp $
 
-VERSION=       2.2.6
+VERSION=       2.2.12
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel

Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.27 pkgsrc/devel/php-composer/distinfo:1.28
--- pkgsrc/devel/php-composer/distinfo:1.27     Thu Feb 17 15:44:55 2022
+++ pkgsrc/devel/php-composer/distinfo  Wed Apr 20 23:50:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/02/17 15:44:55 tpaul Exp $
+$NetBSD: distinfo,v 1.28 2022/04/20 23:50:51 tpaul Exp $
 
-BLAKE2s (php-composer/2.2.6/composer.phar) = f49514e97eb1859336a1011daa036ead716bf14917e9a5d0a4b2df96ddb92573
-SHA512 (php-composer/2.2.6/composer.phar) = 35d1aadf9bd367dea318ac86765a855777dc6f43c574fd777a0d91becb1bb0a81f031b812b201d96025c893dd22737a52fa43accf2fa835c29cfa652e1e5e3a9
-Size (php-composer/2.2.6/composer.phar) = 2361099 bytes
+BLAKE2s (php-composer/2.2.12/composer.phar) = ee207910aa7dede07f965a790b8fd7de22202178473f71f4c9ac2fe10857ac50
+SHA512 (php-composer/2.2.12/composer.phar) = d59dc76b6bf74bdfe455bd69088b3ec1a64f73f2c3f3173af1bc529943aceca4a5f737c4aafc5f003bd17651d3661a09c22550b30cff808903a53580314dea7e
+Size (php-composer/2.2.12/composer.phar) = 2368104 bytes



Home | Main Index | Thread Index | Old Index