From f0d3cdb9a6e5ca487bf1cd99ae9743cb8c9047875b18a71d195b164a18b77709 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Mon, 15 Apr 2019 16:58:27 +0000 Subject: [PATCH] Accepting request 694148 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory - Update to 21.3.4: - Changes for 21.3.4: * http://erlang.org/download/OTP-21.3.4.README * crypto: Fixed build link error on Windows. Unresolved symbol 'bcmp'. * erl_interface: Fix handling of Makefile dependencies so that parallel make works properly. * erts: Fix erlang:open_port/2 with the fd option to correctly cleanup the pollset when the port is closed. Before this fix there would be error printouts sent to logger when the same fd was reused in a new port. * ssh: The callback ssh_channel:init/1 was missing in OTP-21 * ssh: If a client was connected to an server on an already open socket, the callback fun(PeerName,FingerPrint) in the accept_callback option passed the local name in the argument PeerName instead of the remote name. * common_test: OTP internal test improvements. OBS-URL: https://build.opensuse.org/request/show/694148 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=79 --- OTP-21.3.3.tar.gz | 3 --- OTP-21.3.4.tar.gz | 3 +++ erlang.changes | 21 +++++++++++++++++++++ erlang.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 OTP-21.3.3.tar.gz create mode 100644 OTP-21.3.4.tar.gz diff --git a/OTP-21.3.3.tar.gz b/OTP-21.3.3.tar.gz deleted file mode 100644 index d908c12..0000000 --- a/OTP-21.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c56d6c736163e93ee3edab0b3ae59209cfd751f0d8078a7ca83d63942202b706 -size 54025876 diff --git a/OTP-21.3.4.tar.gz b/OTP-21.3.4.tar.gz new file mode 100644 index 0000000..72b503c --- /dev/null +++ b/OTP-21.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af7c01e80d04423c14449fcb7c5f3b11e0375fe42d01b088ccef4cbcb733c3a +size 54022783 diff --git a/erlang.changes b/erlang.changes index 21d9b38..9556ac1 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 15 09:13:44 UTC 2019 - Gabriele Santomaggio + +- Update to 21.3.4: +- Changes for 21.3.4: + * http://erlang.org/download/OTP-21.3.4.README + * crypto: Fixed build link error on Windows. Unresolved symbol + 'bcmp'. + * erl_interface: Fix handling of Makefile dependencies so that parallel + make works properly. + * erts: Fix erlang:open_port/2 with the fd option to correctly + cleanup the pollset when the port is closed. Before + this fix there would be error printouts sent to logger + when the same fd was reused in a new port. + * ssh: The callback ssh_channel:init/1 was missing in OTP-21 + * ssh: If a client was connected to an server on an already + open socket, the callback fun(PeerName,FingerPrint) in + the accept_callback option passed the local name in the + argument PeerName instead of the remote name. + * common_test: OTP internal test improvements. + ------------------------------------------------------------------- Tue Apr 02 12:05:44 UTC 2019 - Gabriele Santomaggio diff --git a/erlang.spec b/erlang.spec index bddcce3..645a7ed 100644 --- a/erlang.spec +++ b/erlang.spec @@ -26,7 +26,7 @@ %endif Name: erlang -Version: 21.3.3 +Version: 21.3.4 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE