Files
Fred Wright d654ce249a alpine: Require curl-ca-bundle with +ssl.
Some server certificates aren't based on root CAs included with the OS
(at least for some OS versions).  Installing curl-ca-bundle typically
provides the needed root CAs, and isn't very expensive.  Since other
common installs already depend on curl-ca-bundle, it's likely that
Alpine has been opportunistically getting it in most cases.

Theoretically, this change should get a revbump to ensure that the
dependency is included.  But since most installations probably already
have curl-ca-bundle installed, it's not really worth a rebuild to fix
the rare cases.

Also removes redundant "platforms darwin" (to get rid of a lint
warning).

TESTED:
Correctly shows dependency iff +ssl.
Active curl-ca-bundle fixes access to at least one server.
2025-12-02 12:41:25 -05:00
..