From cf6550daa6148b1bf3af3aec6ef2727f82ac1c16 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 31 Jul 2017 08:42:33 -0400 Subject: 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. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 279e249..1bf1972 100755 --- a/bootstrap +++ b/bootstrap @@ -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], -- cgit v1.1