Accepting request 765347 from devel:languages:erlang:Factory
OBS-URL: https://build.opensuse.org/request/show/765347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang?expand=0&rev=95
This commit is contained in:
commit
8d15b44361
3
OTP-22.2.2.tar.gz
Normal file
3
OTP-22.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92df7d22239b09f7580572305c862da1fb030a97cef7631ba060ac51fa3864cc
|
||||
size 55743605
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:232c37a502c7e491a9cbf86acb7af64fbc1a793fcbcbd0093cb029cf1c3830a7
|
||||
size 55736930
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 08:34:03 UTC 2020 - matwey.kornilov@gmail.com
|
||||
|
||||
- Changes for 22.2.2:
|
||||
* erts: Taking a scheduler offline could cause timers set while
|
||||
executing on that scheduler to be delayed until the scheduler
|
||||
was put online again. This bug was introduced in ERTS version
|
||||
10.0 (OTP 21.0).
|
||||
* erts: The ets:update_counter/4 core dumped when given an
|
||||
ordered_set with write_concurrency enabled and an invalid
|
||||
position. This bug has been fixed.
|
||||
* erts: A process calling erlang:system_flag(multi_scheduling,
|
||||
block) could end up blocked waiting for the operation to
|
||||
complete indefinitely.
|
||||
* erts: Duplicate entries for [socket:]getopt and [socket:]setopt
|
||||
in man page.
|
||||
* stdlib: The ets:update_counter/4 core dumped when given an
|
||||
ordered_set with write_concurrency enabled and an invalid
|
||||
position. This bug has been fixed.
|
||||
* crypto: Constant time comparisons added.
|
||||
* ssh: Fixed that ssh_connection:send could allocate a large
|
||||
amount of memory if given an iolist() as input data.
|
||||
* ssh: Safe atom conversions.
|
||||
* ssh: Constant time comparisons added.
|
||||
- Changes for 22.2.1:
|
||||
* erts: Corrected an issue with the new socket api which could
|
||||
cause a core dump. A race during socket close could cause a
|
||||
core dump (an invalid nif environment free).
|
||||
* erts: Corrected an issue with the new socket api which could
|
||||
cause a core dump. When multiple accept processes waiting for a
|
||||
connect a connect could cause a core dump.
|
||||
* snmp: Its now possible to remove selected varbinds (from the
|
||||
final message) when sending a notification. This is done by
|
||||
setting the 'value' (in the varbind(s) of the varbinds list) to
|
||||
'?NOTIFICATION_IGNORE_VB_VALUE'.
|
||||
* snmp: Its now possible to specify that an oid shall be
|
||||
"truncated" (trailing ".0" to be removed) when sending an
|
||||
notification.
|
||||
* ssl: Add missing alert handling clause for TLS record handling.
|
||||
Could sometimes cause confusing error behaviors of TLS
|
||||
connections.
|
||||
* ssl: Fix handling of ssl:recv that happens during a
|
||||
renegotiation. Using the passive receive function
|
||||
ssl:recv/[2,3] during a renegotiation would fail the connection
|
||||
with unexpected msg.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 16:04:42 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}}
|
||||
|
||||
Name: erlang
|
||||
Version: 22.2
|
||||
Version: 22.2.2
|
||||
Release: 0
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
|
Loading…
x
Reference in New Issue
Block a user