Created attachment 255241 [details] patch v1 Hi, I've created a patch to update to latest 2.8.3. Can you approve? Thanks in advance!
Looks good to me.
(In reply to Guido Falsi from comment #0) Please modify the patch to remove dep on ca_root_nss, I have fixed the code upstream to use system trust store now: https://github.com/composer/ca-bundle/pull/98#discussion_r1845441500
After looking at the PR on Github, I agree that removing the dependency is fine.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f11fef50cc988dffdd2c760c11272164acc89bfe commit f11fef50cc988dffdd2c760c11272164acc89bfe Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-11-18 20:57:12 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-11-18 20:57:12 +0000 devel/php-composer: Update to 2.8.3 Also Remove dependency on ca_root_nss, upstream code now uses the system trust store. [1] [1] https://github.com/composer/ca-bundle/pull/98#discussion_r1845441500 PR: 282816 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) devel/php-composer/Makefile | 4 +--- devel/php-composer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-)
Committed. Thanks!