diff --git a/OTP-24.0.3.tar.gz b/OTP-24.0.3.tar.gz deleted file mode 100644 index 6c35be5..0000000 --- a/OTP-24.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f46bdc3146ac0b54e0d20faa09129a78f4d880d85890acda557c1094662a1a42 -size 58885228 diff --git a/OTP-24.0.5.tar.gz b/OTP-24.0.5.tar.gz new file mode 100644 index 0000000..8ca1455 --- /dev/null +++ b/OTP-24.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd189cf94bf86c610a66f5d9f1a49b8d95a7ce1a7534d216e97e8fade271e624 +size 58893646 diff --git a/erlang.changes b/erlang.changes index aeaaad3..3f502d7 100644 --- a/erlang.changes +++ b/erlang.changes @@ -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 diff --git a/erlang.spec b/erlang.spec index 71e14a5..8549876 100644 --- a/erlang.spec +++ b/erlang.spec @@ -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