commit erlang for openSUSE:Factory
Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2017-01-25 23:30:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/erlang (Old) and /work/SRC/openSUSE:Factory/.erlang.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "erlang" Changes: -------- --- /work/SRC/openSUSE:Factory/erlang/erlang.changes 2016-10-02 00:09:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes 2017-01-25 23:30:03.989892056 +0100 @@ -1,0 +2,19 @@ +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 + +------------------------------------------------------------------- Old: ---- OTP-19.1.tar.gz New: ---- OTP-19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ erlang.spec ++++++ --- /var/tmp/diff_new_pack.NpRALy/_old 2017-01-25 23:30:07.465368221 +0100 +++ /var/tmp/diff_new_pack.NpRALy/_new 2017-01-25 23:30:07.465368221 +0100 @@ -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 ++++++ OTP-19.1.tar.gz -> OTP-19.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/erlang/OTP-19.1.tar.gz /work/SRC/openSUSE:Factory/.erlang.new/OTP-19.2.tar.gz differ: char 14, line 1 ++++++ crypto.patch ++++++ --- /var/tmp/diff_new_pack.NpRALy/_old 2017-01-25 23:30:07.617345315 +0100 +++ /var/tmp/diff_new_pack.NpRALy/_new 2017-01-25 23:30:07.621344712 +0100 @@ -5,11 +5,11 @@ 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) \
participants (1)
-
root@hilbertn.suse.de