Codebase list erlang-p1-tls / e6afeea
New upstream version 1.1.10 Philipp Huebner 3 years ago
3 changed file(s) with 12 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 # Version 1.1.10
1
2 * Updating p1_utils to version 1.0.21.
3
4 # Version 1.1.9
5
6 * Exclude old OTP releases in Travis
7 * Update hex to compile ejabberd with rebar3
8
09 # Version 1.1.8
110
211 * Updating p1_utils to version 1.0.20.
2828 {port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
2929 {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
3030
31 {deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.20"}}}]}.
31 {deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.21"}}}]}.
3232
3333 {clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
3434 "c_src/fast_sha.gcda", "c_src/fast_sha.gcno",
2222
2323 {application, fast_tls,
2424 [{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
25 {vsn, "1.1.8"},
25 {vsn, "1.1.10"},
2626 {modules, []},
2727 {registered, []},
2828 {applications, [kernel, stdlib, crypto]},
3030 %% hex.pm packaging:
3131 {files, ["src/", "c_src/fast_tls.c", "c_src/uthash.h",
3232 "c_src/options.h", "c_src/p1_sha.c", "c_src/stdint.h",
33 "c_src/ioqueue.h", "c_src/ioqueue.c",
33 "c_src/ioqueue.h", "c_src/ioqueue.c", "configure", "vars.config.in",
3434 "rebar.config", "rebar.config.script", "README.md", "LICENSE.txt"]},
3535 {licenses, ["Apache 2.0"]},
3636 {links, [{"Github", "https://github.com/processone/fast_tls"}]}]}.