diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3d2dc1573903..7b24a3feaf6e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the ERTS application.

+
Erts 13.2.2.12 + +
Fixed Bugs and Malfunctions + + +

Fix lock order violation if a NIF monitor down + callback calls enif_whereis_pid. Would cause debug + emulator to crash but could potentially lead to deadlocks + in optimized emulator.

+

+ Own Id: OTP-19330 Aux Id: GH-8983, PR-9008

+
+
+
+ +
+
Erts 13.2.2.11
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index a470420236ea..0938fe515489 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 13.2.2.11 +VSN = 13.2.2.12 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 8fb49e12f61c..678de096cbf1 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,23 @@ notes.xml +
Common_Test 1.24.0.5 + +
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

+
+
+
+ +
+
Common_Test 1.24.0.4
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 7852128c1b02..7045c2565530 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.24.0.4 +COMMON_TEST_VSN = 1.24.0.5 diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index e1ca4f16b656..d93a669cfbe2 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,25 @@ notes.xml -
Inets 8.3.1.4 +
Inets 8.3.1.5 + +
Fixed Bugs and Malfunctions + + +

Fixed a bug where calling httpc:set_options/2 when one + of keys: ipfamily or unix_socket, was not + present, would cause the other value to get overriden by + the default value. The validation of these options was + also improved.

+

+ Own Id: OTP-19379 Aux Id: PR-8878, GH-8829

+
+
+
+ +
+ +
Inets 8.3.1.4
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index e78180b21a88..9af42382b395 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 8.3.1.4 +INETS_VSN = 8.3.1.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 5fa7c2a498c9..f44ec2bf6be1 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,33 @@ notes.xml +
Public_Key 1.13.3.5 + +
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

+
+
+
+ +
+
Public_Key 1.13.3.4
Improvements and New Features diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 65a8281a7588..03eef646f43d 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.13.3.4 +PUBLIC_KEY_VSN = 1.13.3.5 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 712c8d4fe8e8..699a8b40da68 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ notes.xml +
Ssh 4.15.3.8 + +
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

+
+
+
+ +
+
Ssh 4.15.3.7
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 28ec35dde94e..a4fbd973e400 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.15.3.7 +SSH_VSN = 4.15.3.8 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b0ae1f88cb6f..e9a94ae34941 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,42 @@

This document describes the changes made to the SSL application.

+
SSL 10.9.1.7 + +
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

+
+
+
+ +
+
SSL 10.9.1.6
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 99da0af925f0..f7ea45a4067d 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 10.9.1.6 +SSL_VSN = 10.9.1.7 diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index f6ac5414f4cf..734b898927c7 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,20 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 4.3.1.6 + +
Fixed Bugs and Malfunctions + + +

Fixed an error in uri_string:percent_decode spec

+

+ Own Id: OTP-19380 Aux Id: GH-8755

+
+
+
+ +
+
STDLIB 4.3.1.5
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index 729b1b362e86..cda0ac384f11 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 4.3.1.5 +STDLIB_VSN = 4.3.1.6 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 170170725faa..7c837737be7d 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,15 +1,9 @@ -OTP-19124 -OTP-19158 -OTP-19221 -OTP-19236 -OTP-19238 -OTP-19246 -OTP-19247 -OTP-19252 -OTP-19256 -OTP-19257 -OTP-19265 -OTP-19266 -OTP-19269 -OTP-19274 -OTP-19284 +OTP-19240 +OTP-19311 +OTP-19326 +OTP-19330 +OTP-19350 +OTP-19352 +OTP-19365 +OTP-19379 +OTP-19380