diff --git a/OTP-19.1.tar.gz b/OTP-19.1.tar.gz deleted file mode 100644 index e655c03..0000000 --- a/OTP-19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf320c07bdd4c6e11831a0b0d25645a29112007077dbf11eec22437f8b041ed -size 33752389 diff --git a/OTP-19.2.tar.gz b/OTP-19.2.tar.gz new file mode 100644 index 0000000..5d99e96 --- /dev/null +++ b/OTP-19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6adbc82a45baa49bf9f5b524089da480dd27113c51b3d147aeb196fdb90516b +size 33930410 diff --git a/crypto.patch b/crypto.patch index c1e3522..637fa42 100644 --- a/crypto.patch +++ b/crypto.patch @@ -5,11 +5,11 @@ Date: Sat Dec 21 00:13:35 2013 +0400 In openssl 1.0.1e EC_GROUP_new_curve_GF2m function is wrapped by #ifndef OPENSSL_NO_EC2M. We have to check whether OPENSSL_NO_EC2M is set, and if it is, then we do not have EC_GROUP_new_curve_GF2m function and do not HAVE_EC. -Index: otp-OTP-19.0/lib/crypto/c_src/crypto.c +Index: otp-OTP-19.2/lib/crypto/c_src/crypto.c =================================================================== ---- otp-OTP-19.0.orig/lib/crypto/c_src/crypto.c -+++ otp-OTP-19.0/lib/crypto/c_src/crypto.c -@@ -97,7 +97,8 @@ +--- otp-OTP-19.2.orig/lib/crypto/c_src/crypto.c ++++ otp-OTP-19.2/lib/crypto/c_src/crypto.c +@@ -103,7 +103,8 @@ #if OPENSSL_VERSION_NUMBER >= OpenSSL_version(0,9,8,'o') \ && !defined(OPENSSL_NO_EC) \ && !defined(OPENSSL_NO_ECDH) \ diff --git a/erlang.changes b/erlang.changes index 1aa9155..058ae68 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Dec 18 09:38:50 UTC 2016 - matwey.kornilov@gmail.com + +- Update to 19.2: + * stdlib: The new behaviour gen_statem has been improved with 3 + new features: the possibility to use old style non-proxy + timeouts for gen_statem:call/2,3, state entry code, and state + timeouts. These are backwards compatible. Minor code and + documentation improvements has been performed including a + borderline semantics correction of timeout zero handling. + * ssl: Experimental version of DTLS. It is runnable but not + complete and cannot be considered reliable for production usage. + To use DTLS add the option {protocol, dtls} to ssl:connect and + ssl:listen. + * ssh: Extended the option silently_accept_hosts for ssh:connect + to make it possible for the client to check the SSH host key + fingerprint string. Se the reference manual for SSH. + * ~40 contributions since the previous service release OTP 19.1 + ------------------------------------------------------------------- Thu Sep 29 09:27:58 UTC 2016 - kruber@zib.de diff --git a/erlang.spec b/erlang.spec index 1457f18..e6dd07c 100644 --- a/erlang.spec +++ b/erlang.spec @@ -21,7 +21,7 @@ %endif Name: erlang -Version: 19.1 +Version: 19.2 Release: 0 Summary: General-purpose programming language and runtime environment License: Apache-2.0