Accepting request 910175 from home:matwey:branches:devel:languages:erlang:Factory
- Changes for 24.0.5: * kernel: For gen_tcp:connect/3,4 it is possible to specify a specific source port, which should be enough to bind the socket to an address with that port before connecting. Unfortunately that feature was lost in OTP-17216 that made it mandatory to specify the source address to get an address binding, and ignored a specified source port if no source address was specified. That bug has now been corrected. - Changes for 24.0.4: * stdlib: Fix a bug that could cause a crash when formatting tuples using the control sequences p or P and limiting the output with the option chars_limit. * ssl: Handle cross-signed root certificates when old root expired as reported in GH-4877. * ssl: The signature selection algorithm has been changed to also verify if the client supports signatures using the elliptic curve of the server's public/private key pair. This change fixes #4958. * ssl: Slight optimization of certificate decoding. * public_key: Handle cross-signed root certificates when old root expired as reported in GH-4877. * common_test: An incoming NETCONF notification received before a call to ct_netconfc:create_subscription/* caused the connection process to fail with badarg. Unexpected notifications are now logged in the same way as other unexpected messages. * common_test: Add 'receiver' option to ct_netconfc To allow a destination for incoming NETCONF notifications to be specified at sessions creation. Previously, a caller of create_subscription/* became the destination, but RFC 5277 create-subscription is no longer the only way in which NETCONF OBS-URL: https://build.opensuse.org/request/show/910175 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=115
This commit is contained in:
parent
cd7329daef
commit
8c11e5d89d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f46bdc3146ac0b54e0d20faa09129a78f4d880d85890acda557c1094662a1a42
|
||||
size 58885228
|
3
OTP-24.0.5.tar.gz
Normal file
3
OTP-24.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd189cf94bf86c610a66f5d9f1a49b8d95a7ce1a7534d216e97e8fade271e624
|
||||
size 58893646
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 04 16:05:03 UTC 2021 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Changes for 24.0.5:
|
||||
* kernel: For gen_tcp:connect/3,4 it is possible to specify a
|
||||
specific source port, which should be enough to bind the socket
|
||||
to an address with that port before connecting. Unfortunately
|
||||
that feature was lost in OTP-17216 that made it mandatory to
|
||||
specify the source address to get an address binding, and
|
||||
ignored a specified source port if no source address was
|
||||
specified. That bug has now been corrected.
|
||||
- Changes for 24.0.4:
|
||||
* stdlib: Fix a bug that could cause a crash when formatting
|
||||
tuples using the control sequences p or P and limiting the
|
||||
output with the option chars_limit.
|
||||
* ssl: Handle cross-signed root certificates when old root
|
||||
expired as reported in GH-4877.
|
||||
* ssl: The signature selection algorithm has been changed to also
|
||||
verify if the client supports signatures using the elliptic
|
||||
curve of the server's public/private key pair. This change
|
||||
fixes #4958.
|
||||
* ssl: Slight optimization of certificate decoding.
|
||||
* public_key: Handle cross-signed root certificates when old root
|
||||
expired as reported in GH-4877.
|
||||
* common_test: An incoming NETCONF notification received before a
|
||||
call to ct_netconfc:create_subscription/* caused the connection
|
||||
process to fail with badarg. Unexpected notifications are now
|
||||
logged in the same way as other unexpected messages.
|
||||
* common_test: Add 'receiver' option to ct_netconfc To allow a
|
||||
destination for incoming NETCONF notifications to be specified
|
||||
at sessions creation. Previously, a caller of
|
||||
create_subscription/* became the destination, but RFC 5277
|
||||
create-subscription is no longer the only way in which NETCONF
|
||||
notifications can be ordered.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 23 09:21:53 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: erlang
|
||||
Version: 24.0.3
|
||||
Version: 24.0.5
|
||||
Release: 0
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user