Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01ae3a7

Browse files
committed
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)
1 parent a6e5877 commit 01ae3a7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/php-composer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.26 2022/02/17 15:44:55 tpaul Exp $
1+
# $NetBSD: Makefile,v 1.27 2022/04/20 23:50:51 tpaul Exp $
22

3-
VERSION= 2.2.6
3+
VERSION= 2.2.12
44
PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION}
55
DISTNAME= composer
66
CATEGORIES= devel

devel/php-composer/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.27 2022/02/17 15:44:55 tpaul Exp $
1+
$NetBSD: distinfo,v 1.28 2022/04/20 23:50:51 tpaul Exp $
22

3-
BLAKE2s (php-composer/2.2.6/composer.phar) = f49514e97eb1859336a1011daa036ead716bf14917e9a5d0a4b2df96ddb92573
4-
SHA512 (php-composer/2.2.6/composer.phar) = 35d1aadf9bd367dea318ac86765a855777dc6f43c574fd777a0d91becb1bb0a81f031b812b201d96025c893dd22737a52fa43accf2fa835c29cfa652e1e5e3a9
5-
Size (php-composer/2.2.6/composer.phar) = 2361099 bytes
3+
BLAKE2s (php-composer/2.2.12/composer.phar) = ee207910aa7dede07f965a790b8fd7de22202178473f71f4c9ac2fe10857ac50
4+
SHA512 (php-composer/2.2.12/composer.phar) = d59dc76b6bf74bdfe455bd69088b3ec1a64f73f2c3f3173af1bc529943aceca4a5f737c4aafc5f003bd17651d3661a09c22550b30cff808903a53580314dea7e
5+
Size (php-composer/2.2.12/composer.phar) = 2368104 bytes

0 commit comments

Comments
 (0)