diff options
author | Loïc Hoguin <[email protected]> | 2025-03-13 15:30:42 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-03-13 15:30:42 +0100 |
commit | 22f42b70f8ec060be6c6b099de430cde035972b8 (patch) | |
tree | 86a29ee75a7057f73c8d65f7ed3f1f68f9c31588 | |
parent | d6312e0dbafbcd008ef1a30af5bf002b971dfb81 (diff) | |
download | ci.erlang.mk-22f42b70f8ec060be6c6b099de430cde035972b8.tar.gz ci.erlang.mk-22f42b70f8ec060be6c6b099de430cde035972b8.tar.bz2 ci.erlang.mk-22f42b70f8ec060be6c6b099de430cde035972b8.zip |
OTP-26.2.5.9
-rw-r--r-- | early-plugins.mk | 4 | ||||
-rw-r--r-- | release-notes/OTP-26.2.5.9.README.txt | 69 |
2 files changed, 71 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index 82741e3..99af037 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -20,7 +20,7 @@ OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.27 OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.20 OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.17 OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.17 -OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.8 +OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.9 OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-28 := OTP-28.0-rc1 @@ -125,7 +125,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \ OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1 OTP-25.3.2.2 \ OTP-25.3.2.3 OTP-25.3.2.4 OTP-25.3.2.5 OTP-25.3.2.6 OTP-25.3.2.7 OTP-25.3.2.8 OTP-25.3.2.9 OTP-25.3.2.10 OTP-25.3.2.11 OTP-25.3.2.12 OTP-25.3.2.13 OTP-25.3.2.14 OTP-25.3.2.15 OTP-25.3.2.16 OTP-26-DROPPED := OTP-26.0-rc3 \ - OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 + OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 OTP-26.2.5.8 OTP-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2 \ OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-28-DROPPED := diff --git a/release-notes/OTP-26.2.5.9.README.txt b/release-notes/OTP-26.2.5.9.README.txt new file mode 100644 index 0000000..cc749c1 --- /dev/null +++ b/release-notes/OTP-26.2.5.9.README.txt @@ -0,0 +1,69 @@ +Patch Package: OTP 26.2.5.9 +Git Tag: OTP-26.2.5.9 +Date: 2025-02-20 +Trouble Report Id: OTP-19466, OTP-19495 +Seq num: CVE-2025-26618, ERIERL-1173, GH-8208, PR-8209 +System: OTP +Release: 26 +Application: erts-14.2.5.8, ssh-5.1.4.6 +Predecessor: OTP 26.2.5.8 + + Check out the git tag OTP-26.2.5.9, and build a full OTP system + including documentation. Apply one or more applications from this + build as patches to your installation using the 'otp_patch_apply' + tool. For information on install requirements, see descriptions for + each application version below. + + --------------------------------------------------------------------- + --- erts-14.2.5.8 --------------------------------------------------- + --------------------------------------------------------------------- + + The erts-14.2.5.8 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19495 Application(s): erts + Related Id(s): GH-8208, PR-8209 + + Fixed BEAM crash when a custom thread sends a large map + (>128 keys) externally encoded with for example + erl_drv_send_term(). + + + Full runtime dependencies of erts-14.2.5.8: kernel-9.0, sasl-3.3, + stdlib-4.1 + + + --------------------------------------------------------------------- + --- ssh-5.1.4.6 ----------------------------------------------------- + --------------------------------------------------------------------- + + The ssh-5.1.4.6 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19466 Application(s): ssh + Related Id(s): ERIERL-1173, CVE-2025-26618 + + SFTP packets exceeding max packet size are not + processed and dropped. + + + Full runtime dependencies of ssh-5.1.4.6: crypto-5.0, erts-14.0, + kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0, + stdlib-5.0 + + + --------------------------------------------------------------------- + --- Thanks to ------------------------------------------------------- + --------------------------------------------------------------------- + + Simon Cornish + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + |