curl: why not change ca-certificates dependency to ca-certificates-bundle?
On my [edge] box ca-certificates is only needed by (lib)curl, whereas ca-certificates-bundle is used by my servers, and, as a dependency, by apk-tools. On my other daily Linux distribution, CRUX, the package uses the
--with-ca-bundle=/etc/ssl/cert.pem
configure argument to provide a bundle path (instead of the directory traversal of ca-certificates). It would be nice to go that route for curl, too. (Imho)