Re: [PATCH] HTTPS/TLS CA certificates in base

2023-08-21 Thread Greg Troxel
With the certctl patch on the table, I think it will be possible for anybody who wants to install mozilla-rootcerts change certctl.conf to point to it and get what abs@ wants for updates (which is different that everybody getting it by default). I am now in the "this is not really different

Re: [PATCH] HTTPS/TLS CA certificates in base

2023-08-21 Thread Greg Troxel
Taylor R Campbell writes: > This is exactly what you get if you populate a directory > /usr/local/mycerts with the .pem certificates you want and then add > the line > > path /usr/local/mycerts > > to /etc/openssl/certs.conf, alongside the line > > path /usr/share/certs/mozilla/server > > which i

Re: Android-like NetBSD

2023-08-21 Thread Martin Husemann
On Mon, Aug 21, 2023 at 05:57:31AM -0400, Greg Troxel wrote: > But interesting point about not having a proper destdir, and the > presence of stub libraries. That part is pretty simple: just download the comp.tgz set for the target and extract only a few paths from it, like: ./lib/ ./usr/

Re: Android-like NetBSD

2023-08-21 Thread Greg Troxel
Chris Hanson writes: > On Aug 5, 2023, at 12:11 PM, Greg Troxel wrote: >> >> As for 'external SDK', that would be "install some other OS and cross >> build", but when you cross build for android or ios, you do that from a >> system which is a full install. > > This isn’t the case for the Apple