Re: git: 9ddf7a912155 - main - devel/uv: Make the selected TLS provider use the system default truststore
Date: Tue, 04 Nov 2025 08:27:19 UTC
On 2025-11-04 09:18, Gleb Popov wrote: > On Mon, Nov 3, 2025 at 11:17 PM Michael Osipov <michaelo@freebsd.org> wrote: >> >> That's actually my work. While %%LOCALBASE%% sounds tempting the >> downstream patch will go way as soon as the upstream patch has been >> accepted [1]. >> >> [1] https://deu01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frustls%2Fopenssl-probe%2Fpull%2F39&data=05%7C02%7Cmichael.osipov%40innomotics.com%7Ca5259b70fe3e4da69e3308de1b7ae594%7C698c6ffb74e34a84be68f22d8d3201a3%7C0%7C0%7C638978411805542809%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z%2BACtH2FSFGgU6wjP2DULkBDkZ7pD2GVv9yvr8RLHsA%3D&reserved=0 > > The upstream patch also hardcodes "/usr/local", this isn't really correct. You are absolutely right, but that is something I cannot solve upstream and patching tens of ports which uses openssl-probe isn't a solution either. If you can propose something for my upstream patch, please do. Yet another problem is that uv does not care about the ports, it builds isolated. This is why I have created [1] which will require ports for wheels, but haven't really received a response, but from vishwin@. > grep -r --include=Makefile.crates openssl-probe- . -l | cut -f 2-3 -d gives me 102 ports. M [1] https://reviews.freebsd.org/D53433