From 6cf9e37ee05ab4ac107bf9d78fc647ef9c526e12 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 20 Feb 2025 15:17:03 +0100 Subject: [PATCH] Prepare release --- erts/doc/src/notes.xml | 16 ++++++++++++++++ erts/vsn.mk | 2 +- lib/ssh/doc/src/notes.xml | 15 +++++++++++++++ lib/ssh/vsn.mk | 2 +- make/otp_version_tickets | 5 ++--- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index bb4f401d8c28..73df2c24f986 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the ERTS application.

+
Erts 14.2.5.8 + +
Fixed Bugs and Malfunctions + + +

Fixed BEAM crash when a custom thread sends a large + map (>128 keys) externally encoded with for example + erl_drv_send_term().

+

+ Own Id: OTP-19495 Aux Id: GH-8208, PR-8209

+
+
+
+ +
+
Erts 14.2.5.7
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 3fbd4eea3620..05b735385caf 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 14.2.5.7 +VSN = 14.2.5.8 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index caa8bc7cf515..395ee1d2f236 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,21 @@ notes.xml +
Ssh 5.1.4.6 + +
Fixed Bugs and Malfunctions + + +

SFTP packets exceeding max packet size are not + processed and dropped.

+

+ Own Id: OTP-19466 Aux Id: ERIERL-1173, CVE-2025-26618

+
+
+
+ +
+
Ssh 5.1.4.5
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index d95512e627dd..958e648fc4e0 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 5.1.4.5 +SSH_VSN = 5.1.4.6 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 528348007b14..787c4812cd4b 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,3 +1,2 @@ -OTP-19240 -OTP-19381 -OTP-19462 +OTP-19466 +OTP-19495