Received: by mail.netbsd.org (Postfix, from userid 605) id F3B6184EF8; Fri, 10 Jun 2022 15:05:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38BBE84D9B for ; Fri, 10 Jun 2022 15:05:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2D9AtRXxjvsQ for ; Fri, 10 Jun 2022 15:05:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B14E84CFC for ; Fri, 10 Jun 2022 15:05:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AFDBFB1A; Fri, 10 Jun 2022 15:06:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654873615225340" MIME-Version: 1.0 Date: Fri, 10 Jun 2022 15:06:55 +0000 From: "Travis Paul" Subject: CVS commit: pkgsrc/devel/php-composer To: pkgsrc-changes@NetBSD.org Reply-To: tpaul@netbsd.org X-Mailer: log_accum Message-Id: <20220610150655.0AFDBFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654873615225340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tpaul Date: Fri Jun 10 15:06:54 UTC 2022 Modified Files: pkgsrc/devel/php-composer: Makefile distinfo Log Message: php-composer: Update to 2.2.12 Upstream Release Notes: 2.2.14 - Fixed handling of broken symlinks when checking whether a package is still installed (#6708) - Fixed name validation regex in schema causing issues with JS IDEs like VS Code (#10811) - Fixed bin proxies to allow a proxy to include another one safely (#10823) - Fixed gitlab-token JSON schema definition (#10800) - Fixed openssl 3.x version parsing as it is now semver compliant - Fixed type error when a json file cannot be read (#10818) - Fixed parsing of multi-line arrays in funding.yml (#10784) 2.2.13 - Fixed invalid credentials loop when setting up GitLab token (#10748) - Fixed PHP 8.2 deprecations (#10766) - Fixed lock file changes being output even when the lock file creation is disabled - Fixed race condition when multiple requests asking for auth on the same hostname fired concurrently (#10763) - Fixed quoting of commas on Windows (#10775) - Fixed issue installing path repos with a disabled symlink function (#10786) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/php-composer/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/php-composer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654873615225340 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/php-composer/Makefile diff -u pkgsrc/devel/php-composer/Makefile:1.27 pkgsrc/devel/php-composer/Makefile:1.28 --- pkgsrc/devel/php-composer/Makefile:1.27 Wed Apr 20 23:50:51 2022 +++ pkgsrc/devel/php-composer/Makefile Fri Jun 10 15:06:54 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/04/20 23:50:51 tpaul Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/10 15:06:54 tpaul Exp $ -VERSION= 2.2.12 +VERSION= 2.2.14 PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION} DISTNAME= composer CATEGORIES= devel Index: pkgsrc/devel/php-composer/distinfo diff -u pkgsrc/devel/php-composer/distinfo:1.28 pkgsrc/devel/php-composer/distinfo:1.29 --- pkgsrc/devel/php-composer/distinfo:1.28 Wed Apr 20 23:50:51 2022 +++ pkgsrc/devel/php-composer/distinfo Fri Jun 10 15:06:54 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/04/20 23:50:51 tpaul Exp $ +$NetBSD: distinfo,v 1.29 2022/06/10 15:06:54 tpaul Exp $ -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 +BLAKE2s (php-composer/2.2.14/composer.phar) = ce6ee269e57c962327f9bba20a3934f97cb1b84606307c6f8c331c2cfc1c2cb1 +SHA512 (php-composer/2.2.14/composer.phar) = daa33a161858c142f2f23798dbbcf500d3bbdc44ef241d33a586fad337e7e7dc68fd7cb21ee26851fa42bb840ce87cb1efef06f4b5bd896d351c1cfd3e82f38f +Size (php-composer/2.2.14/composer.phar) = 2379125 bytes --_----------=_1654873615225340--