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.2.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/68f3ee2033dc
branches: trunk
changeset: 380615:68f3ee2033dc
user: tpaul <tpaul%pkgsrc.org@localhost>
date: Fri Jun 10 15:06:54 2022 +0000
description:
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)
diffstat:
devel/php-composer/Makefile | 4 ++--
devel/php-composer/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r bba04af34bf6 -r 68f3ee2033dc devel/php-composer/Makefile
--- a/devel/php-composer/Makefile Fri Jun 10 13:57:23 2022 +0000
+++ b/devel/php-composer/Makefile Fri Jun 10 15:06:54 2022 +0000
@@ -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
diff -r bba04af34bf6 -r 68f3ee2033dc devel/php-composer/distinfo
--- a/devel/php-composer/distinfo Fri Jun 10 13:57:23 2022 +0000
+++ b/devel/php-composer/distinfo Fri Jun 10 15:06:54 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index