Commit d654ce2
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.1 parent 735a9b9 commit d654ce2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments