Codebase list erlang-p1-tls / 4bad0b0
Updated Erlang dependencies Philipp Huebner 3 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
77 dh-rebar,
88 erlang-base (>= 1:19.2),
99 erlang-eunit,
10 erlang-p1-utils (>= 1.0.18),
10 erlang-p1-utils (>= 1.0.19),
1111 erlang-syntax-tools,
1212 libssl-dev
1313 Standards-Version: 4.5.0
2121 ${misc:Depends},
2222 erlang-base (>= 1:19.2) | ${erlang-abi:Depends},
2323 ${erlang:Depends},
24 erlang-p1-utils (>= 1.0.18)
24 erlang-p1-utils (>= 1.0.19)
2525 Description: native TLS / SSL driver for Erlang / Elixir
2626 Fast TSL is a native TLS / SSL driver for Erlang / Elixir.
2727 It is based on OpenSSL, a proven and efficient TLS implementation.
66 ===================================================================
77 --- erlang-p1-tls.orig/rebar.config
88 +++ erlang-p1-tls/rebar.config
9 @@ -28,7 +28,6 @@
9 @@ -29,7 +29,6 @@
1010 {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
1111 {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
1212
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.18"}}}]}.
13 -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.19"}}}]}.
1414
1515 {clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
1616 "c_src/fast_sha.gcda", "c_src/fast_sha.gcno",