Skip to content

Commit

Permalink
Merge branch 'maint-27' into maint
Browse files Browse the repository at this point in the history
* maint-27:
  Updated OTP version
  Prepare release
  Update copyright year
  • Loading branch information
IngelaAndin committed Dec 5, 2024
2 parents 5dc8ac3 + 800613c commit 8169559
Show file tree
Hide file tree
Showing 18 changed files with 153 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OTP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.1.2
27.1.3
14 changes: 14 additions & 0 deletions erts/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ limitations under the License.

This document describes the changes made to the ERTS application.

## Erts 15.1.3

### Fixed Bugs and Malfunctions

- gen_udp:send on domain local can leak inet_reply messages.

Own Id: OTP-19332 Aux Id: [#8989]

- net:getifaddrs does not properly report the running flag on windows.

Own Id: OTP-19366 Aux Id: OTP-19061, ERIERL-1134

[#8989]: https://github.com/erlang/otp/issues/8989

## Erts 15.1.2

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion erts/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# %CopyrightEnd%
#

VSN = 15.1.2
VSN = 15.1.3

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
19 changes: 19 additions & 0 deletions lib/common_test/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ limitations under the License.
-->
# Common Test Release Notes

## Common_Test 1.27.4

### Fixed Bugs and Malfunctions

- With this change, cth_surefire hook module handles group path reduction for a skipped group. This fixes a bug manifesting with improper group path for a group executed after a group which was skipped.

Own Id: OTP-19365 Aux Id: ERIERL-1157, [PR-9080]

[PR-9080]: https://github.com/erlang/otp/pull/9080

### Improvements and New Features

- With this change, prefix option can be specified in cth_conn_log option list. Option allows to specify how much of additional information is added in raw log output.

Own Id: OTP-19293 Aux Id: ERIERL-1139, [PR-8924], [PR-8931]

[PR-8924]: https://github.com/erlang/otp/pull/8924
[PR-8931]: https://github.com/erlang/otp/pull/8931

## Common_Test 1.27.3

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion lib/common_test/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMMON_TEST_VSN = 1.27.3
COMMON_TEST_VSN = 1.27.4
17 changes: 17 additions & 0 deletions lib/compiler/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ limitations under the License.

This document describes the changes made to the Compiler application.

## Compiler 8.5.3

### Fixed Bugs and Malfunctions

- In rare circumstances, the destructive tuple update optimization could be applied when it was unsafe.

Own Id: OTP-19340 Aux Id: [GH-9014], [PR-9024]

- In rare circumstances involving appending to multiple binaries, the compile could emit unsafe code that would crash the runtime system.

Own Id: OTP-19374 Aux Id: [GH-9100], [PR-9111]

[GH-9014]: https://github.com/erlang/otp/issues/9014
[PR-9024]: https://github.com/erlang/otp/pull/9024
[GH-9100]: https://github.com/erlang/otp/issues/9100
[PR-9111]: https://github.com/erlang/otp/pull/9111

## Compiler 8.5.2

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMPILER_VSN = 8.5.2
COMPILER_VSN = 8.5.3
22 changes: 22 additions & 0 deletions lib/kernel/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,28 @@ limitations under the License.

This document describes the changes made to the Kernel application.

## Kernel 10.1.2

### Fixed Bugs and Malfunctions

- On windows the socket:recv could return with success ({ok, Data}) even though not all data had been read.

Own Id: OTP-19328

- gen_udp:send on domain local can leak inet_reply messages.

Own Id: OTP-19332 Aux Id: [#8989]

- Failure to create an UDP IPv6 socket when inet_backend = socket with certain IPv6 socket options.

Own Id: OTP-19357

- net:getifaddrs does not properly report the running flag on windows.

Own Id: OTP-19366 Aux Id: OTP-19061, ERIERL-1134

[#8989]: https://github.com/erlang/otp/issues/8989

## Kernel 10.1.1

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 2 additions & 0 deletions lib/kernel/src/kernel.appup.src
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{<<"^10\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^10\\.1$">>,[restart_new_emulator]},
{<<"^10\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^10\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^8\\.4$">>,[restart_new_emulator]},
{<<"^8\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^8\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
Expand Down Expand Up @@ -60,6 +61,7 @@
{<<"^10\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^10\\.1$">>,[restart_new_emulator]},
{<<"^10\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^10\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^8\\.4$">>,[restart_new_emulator]},
{<<"^8\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^8\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
Expand Down
2 changes: 1 addition & 1 deletion lib/kernel/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL_VSN = 10.1.1
KERNEL_VSN = 10.1.2
16 changes: 16 additions & 0 deletions lib/public_key/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ limitations under the License.
-->
# Public_Key Release Notes

## Public_Key 1.16.4

### Fixed Bugs and Malfunctions

- If both `ext-key-usage` and `key-usage` are defined for a certificate it should be checked that these usages are consistent with each other. This will have the affect that such certificates where the `ext-key-usages` is marked as critical and the usages is consistent with the `key-use` it can be considered valid without mandatory application specific checks for the `ext-key-useage` extension.

Own Id: OTP-19240 Aux Id: [PR-8840], OTP-19532

- Handle decoding of EDDSA key properly, when decoding a PEM file that contains only the public EDDSA key.

Own Id: OTP-19350 Aux Id: [GH-9009], [PR-9053]

[PR-8840]: https://github.com/erlang/otp/pull/8840
[GH-9009]: https://github.com/erlang/otp/issues/9009
[PR-9053]: https://github.com/erlang/otp/pull/9053

## Public_Key 1.16.3

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion lib/public_key/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_KEY_VSN = 1.16.3
PUBLIC_KEY_VSN = 1.16.4
11 changes: 11 additions & 0 deletions lib/ssh/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ limitations under the License.
-->
# SSH Release Notes

## Ssh 5.2.4

### Fixed Bugs and Malfunctions

- With this change, ssh connection does not crash upon receiving exit-signal message for an already terminated channel.

Own Id: OTP-19326 Aux Id: [PR-8995], [GH-8929]

[PR-8995]: https://github.com/erlang/otp/pull/8995
[GH-8929]: https://github.com/erlang/otp/issues/8929

## Ssh 5.2.3

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh/vsn.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode

SSH_VSN = 5.2.3
SSH_VSN = 5.2.4
APP_VSN = "ssh-$(SSH_VSN)"
29 changes: 29 additions & 0 deletions lib/ssl/doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,35 @@ limitations under the License.

This document describes the changes made to the SSL application.

## SSL 11.2.5

### Fixed Bugs and Malfunctions

- Avoid generating an internal alert for case that should have been an orderly shutdown by the supervisor.

Own Id: OTP-19311 Aux Id: [PR-8980]

- If present, extended key-usage TLS (SSL) role check (`pk-clientAuth`, `pk-serverAuth`) should always be performed for peer-cert. An intermediate CA cert may relax the requirement if `AnyExtendedKeyUsage` purpose is present.

In OTP-25.3.2.8, OTP-26.2 and OTP-27.0 these requirements became too relaxed. There where two problems, firstly the peer cert extension was only checked if it was marked critical, and secondly the CA cert check did not assert the relaxed `AnyExtendedKeyUsage` purpose.

This could result in that certificates might be misused for purposes not intended by the certificate authority.

Thanks to Bryan Paxton for reporting the issue.

Own Id: OTP-19352 Aux Id: [PR-9130], CVE-2024-53846, OTP-19240

[PR-8980]: https://github.com/erlang/otp/pull/8980
[PR-9130]: https://github.com/erlang/otp/pull/9130

### Improvements and New Features

- Back port certificate_authorities option for TLS-1.3 servers to pre TLS-1.3 servers to enable them to disable the sending of certificate authorities in their certificate request. This will have same affect as the the TLS-1.3 server option although it is handled by a different mechanism in these versions, where the functionality is described to be more of a guidance, although some pre TLS clients have proven to make it mandatory as in TLS-1.3 extension handling.

Own Id: OTP-19325 Aux Id: [PR-9001], ERIERL-1147

[PR-9001]: https://github.com/erlang/otp/pull/9001

## SSL 11.2.4

### Fixed Bugs and Malfunctions
Expand Down
2 changes: 1 addition & 1 deletion lib/ssl/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SSL_VSN = 11.2.4
SSL_VSN = 11.2.5
14 changes: 14 additions & 0 deletions make/otp_version_tickets_in_merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
OTP-19240
OTP-19293
OTP-19311
OTP-19325
OTP-19326
OTP-19328
OTP-19332
OTP-19340
OTP-19350
OTP-19352
OTP-19357
OTP-19365
OTP-19366
OTP-19374
1 change: 1 addition & 0 deletions otp_versions.table
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
OTP-27.1.3 : common_test-1.27.4 compiler-8.5.3 erts-15.1.3 kernel-10.1.2 public_key-1.16.4 ssh-5.2.4 ssl-11.2.5 # asn1-5.3.1 crypto-5.5.1 debugger-5.4 dialyzer-5.2.1 diameter-2.4.1 edoc-1.3.2 eldap-1.2.13 erl_interface-5.5.2 et-1.7.1 eunit-2.9.1 ftp-1.2.3 inets-9.3 jinterface-1.14.1 megaco-4.6 mnesia-4.23.2 observer-2.16 odbc-2.15 os_mon-2.10 parsetools-2.6 reltool-1.0.1 runtime_tools-2.1.1 sasl-4.2.2 snmp-5.17 stdlib-6.1.2 syntax_tools-3.2.1 tftp-1.2.1 tools-4.1 wx-2.4.3 xmerl-2.1 :
OTP-27.1.2 : common_test-1.27.3 erts-15.1.2 kernel-10.1.1 ssh-5.2.3 ssl-11.2.4 stdlib-6.1.2 # asn1-5.3.1 compiler-8.5.2 crypto-5.5.1 debugger-5.4 dialyzer-5.2.1 diameter-2.4.1 edoc-1.3.2 eldap-1.2.13 erl_interface-5.5.2 et-1.7.1 eunit-2.9.1 ftp-1.2.3 inets-9.3 jinterface-1.14.1 megaco-4.6 mnesia-4.23.2 observer-2.16 odbc-2.15 os_mon-2.10 parsetools-2.6 public_key-1.16.3 reltool-1.0.1 runtime_tools-2.1.1 sasl-4.2.2 snmp-5.17 syntax_tools-3.2.1 tftp-1.2.1 tools-4.1 wx-2.4.3 xmerl-2.1 :
OTP-27.1.1 : common_test-1.27.2 erts-15.1.1 public_key-1.16.3 ssl-11.2.3 stdlib-6.1.1 # asn1-5.3.1 compiler-8.5.2 crypto-5.5.1 debugger-5.4 dialyzer-5.2.1 diameter-2.4.1 edoc-1.3.2 eldap-1.2.13 erl_interface-5.5.2 et-1.7.1 eunit-2.9.1 ftp-1.2.3 inets-9.3 jinterface-1.14.1 kernel-10.1 megaco-4.6 mnesia-4.23.2 observer-2.16 odbc-2.15 os_mon-2.10 parsetools-2.6 reltool-1.0.1 runtime_tools-2.1.1 sasl-4.2.2 snmp-5.17 ssh-5.2.2 syntax_tools-3.2.1 tftp-1.2.1 tools-4.1 wx-2.4.3 xmerl-2.1 :
OTP-27.1 : asn1-5.3.1 common_test-1.27.1 compiler-8.5.2 crypto-5.5.1 dialyzer-5.2.1 diameter-2.4.1 edoc-1.3.2 erts-15.1 ftp-1.2.3 inets-9.3 kernel-10.1 odbc-2.15 public_key-1.16.2 runtime_tools-2.1.1 snmp-5.17 ssh-5.2.2 ssl-11.2.2 stdlib-6.1 syntax_tools-3.2.1 tftp-1.2.1 tools-4.1 wx-2.4.3 xmerl-2.1 # debugger-5.4 eldap-1.2.13 erl_interface-5.5.2 et-1.7.1 eunit-2.9.1 jinterface-1.14.1 megaco-4.6 mnesia-4.23.2 observer-2.16 os_mon-2.10 parsetools-2.6 reltool-1.0.1 sasl-4.2.2 :
Expand Down

0 comments on commit 8169559

Please sign in to comment.