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:           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.

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



Home | Main Index | Thread Index | Old Index