From f9c52a59b5966dc2b845dfaa1a3b46ad1fbbd2a1fae0a049f23c4c2414bffd76 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Wed, 20 Mar 2019 13:35:34 +0000 Subject: [PATCH] Accepting request 686938 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory - Update to 21.3.1: - Changes for 21.3.1: * http://erlang.org/download/OTP-21.3.1.README * erl_interface: Fixed two bugs in the erl_call program. A missing initialization (introduced in erl_interface-3.11) which either caused a crash or failure to connect to or start a node, and an incorrectly calculated timeout which could cause failure to start an erlang node. These bugs only caused failures on some platforms. * ssl: The timeout for a passive receive was sometimes not cancelled and later caused a server crash. This bug has now been corrected. * ssl: Add tag for passive message (active N) in cb_info to retain transport transparency. OBS-URL: https://build.opensuse.org/request/show/686938 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=76 --- OTP-21.3.1.tar.gz | 3 +++ OTP-21.3.tar.gz | 3 --- erlang.changes | 19 +++++++++++++++++-- erlang.spec | 2 +- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 OTP-21.3.1.tar.gz delete mode 100644 OTP-21.3.tar.gz diff --git a/OTP-21.3.1.tar.gz b/OTP-21.3.1.tar.gz new file mode 100644 index 0000000..d10dc32 --- /dev/null +++ b/OTP-21.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6d8a70c81b7e8c5e46b98d351456c3e0bd54517855cb620fc54e2816083bf1 +size 54027169 diff --git a/OTP-21.3.tar.gz b/OTP-21.3.tar.gz deleted file mode 100644 index cda01a8..0000000 --- a/OTP-21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a6eea6c1dc2353ad80e29ef57f6ec4192c91478ac2b854d0417b6b2bf4d9bf -size 54021160 diff --git a/erlang.changes b/erlang.changes index e795110..57d96ab 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,9 +1,24 @@ ------------------------------------------------------------------- -Thu Mar 14 14:47:44 UTC 2019 - Gabriele Santomaggio +Wed Mar 20 11:32:44 UTC 2019 - Gabriele Santomaggio + +- Update to 21.3.1: +- Changes for 21.3.1: + * http://erlang.org/download/OTP-21.3.1.README + * erl_interface: Fixed two bugs in the erl_call program. A missing + initialization (introduced in erl_interface-3.11) which + either caused a crash or failure to connect to or start + a node, and an incorrectly calculated timeout which + could cause failure to start an erlang node. These bugs + only caused failures on some platforms. + * ssl: The timeout for a passive receive was sometimes not + cancelled and later caused a server crash. This bug has + now been corrected. + * ssl: Add tag for passive message (active N) in cb_info to + retain transport transparency. - Update to 21.3: - Changes for 21.3: - * http://erlang.org/download/OTP-21.2.7.README + * http://erlang.org/download/OTP-21.3.README * Erlang/OTP 21.3 is the third service release for the 21st major release with improvements, as well as a few features * Highlights diff --git a/erlang.spec b/erlang.spec index 1b26f9f..689b8ac 100644 --- a/erlang.spec +++ b/erlang.spec @@ -26,7 +26,7 @@ %endif Name: erlang -Version: 21.3 +Version: 21.3.1 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE