diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-07-31 08:42:33 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2017-07-31 08:42:33 -0400 |
commit | cf6550daa6148b1bf3af3aec6ef2727f82ac1c16 (patch) | |
tree | a305e5e58984a6ffae097717d499d4974155b65a /bootstrap | |
parent | 330baef58fa02c8cddc31c5c373fc5bda30f11dd (diff) |
Upgrade certifi dependencies
Get more up-to-date root certs. This was blocked for a while because
certifi wouldn't build on windows, but this is now fixed, with minimal
changes to the use case -- only a small change in the bootstrap script
is required.
The new certifi lib is also a few megabytes lighter than before, which
is good for rebar3.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ main(_) -> ,{getopt, []} ,{cf, []} ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]} - ,{certifi, []}], + ,{certifi, ["certifi_pt.erl"]}], Deps = get_deps(), [fetch_and_compile(Dep, Deps) || Dep <- BaseDeps], |