rabbitmq / erlang-rpm

Latest Erlang/OTP releases packaged as a zero dependency RPM, just enough for running RabbitMQ
https://rabbitmq.com/install-rpm.html
Other
545 stars 117 forks source link

Remove the Crypto patch #69

Closed Gsantomaggio closed 5 years ago

Gsantomaggio commented 5 years ago

Fixes https://github.com/rabbitmq/erlang-rpm/issues/68 The crypto patch added https://github.com/rabbitmq/erlang-rpm/pull/65 causes some side effects.

[vagrant@localhost vagrant]$ erl
Erlang/OTP 21 [erts-10.2.1] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [hipe]

Eshell V10.2.1  (abort with ^G)
1> application:ensure_all_started(ssl).
{ok,[crypto,asn1,public_key,ssl]}
2>
2> ssl:connect("amazon.com", 443,  [], infinity).
{ok,{sslsocket,{gen_tcp,#Port<0.6>,tls_connection,undefined},
               [<0.99.0>,<0.98.0>]}}
3>
Gsantomaggio commented 5 years ago

here the package: erlang-21.2.2-1.el7.x86_64.zip

michaelklishin commented 5 years ago

Thank you! I’ll rebuild and republish 21.2.1 and 21.2.2 when I’m near a development machine.