diff options
author | Loïc Hoguin <[email protected]> | 2025-03-13 15:30:18 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-03-13 15:30:18 +0100 |
commit | d6312e0dbafbcd008ef1a30af5bf002b971dfb81 (patch) | |
tree | a0ef29c26c5f5aa3a51801fccc8455ae4e0dc89a | |
parent | ff790f73669d63e254020d8c76930820ddb9772e (diff) | |
download | ci.erlang.mk-d6312e0dbafbcd008ef1a30af5bf002b971dfb81.tar.gz ci.erlang.mk-d6312e0dbafbcd008ef1a30af5bf002b971dfb81.tar.bz2 ci.erlang.mk-d6312e0dbafbcd008ef1a30af5bf002b971dfb81.zip |
OTP-27.2.4
-rw-r--r-- | early-plugins.mk | 4 | ||||
-rw-r--r-- | release-notes/OTP-27.2.4.README.txt | 49 |
2 files changed, 51 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index a100258..82741e3 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -21,7 +21,7 @@ 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-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.3 +OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-28 := OTP-28.0-rc1 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26) $(OTP-27) $(OTP-28) @@ -127,7 +127,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \ 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-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.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-28-DROPPED := OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \ diff --git a/release-notes/OTP-27.2.4.README.txt b/release-notes/OTP-27.2.4.README.txt new file mode 100644 index 0000000..ba08026 --- /dev/null +++ b/release-notes/OTP-27.2.4.README.txt @@ -0,0 +1,49 @@ +Patch Package: OTP 27.2.4 +Git Tag: OTP-27.2.4 +Date: 2025-02-20 +Trouble Report Id: OTP-19438, OTP-19466 +Seq num: CVE-2025-26618, ERIERL-1173, ERIERL-1180 +System: OTP +Release: 27 +Application: snmp-5.18.1, ssh-5.2.7 +Predecessor: OTP 27.2.3 + +Check out the git tag OTP-27.2.4, 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. + +# snmp-5.18.1 + +The snmp-5.18.1 application can be applied independently of other applications +on a full OTP 27 installation. + +## Fixed Bugs and Malfunctions + +- SNMP Agent transports type (intAgentTransports) was incorrectly not documented + as a list of transports. Also add a couple of config file generation examples. + + Own Id: OTP-19438 + Related Id(s): ERIERL-1180 + +> #### Full runtime dependencies of snmp-5.18.1 +> +> crypto-4.6, erts-12.0, kernel-8.0, mnesia-4.12, runtime_tools-1.8.14, +> stdlib-5.0 + +# ssh-5.2.7 + +The ssh-5.2.7 application can be applied independently of other applications on +a full OTP 27 installation. + +## Fixed Bugs and Malfunctions + +- SFTP packets exceeding max packet size are not processed and dropped. + + Own Id: OTP-19466 + Related Id(s): ERIERL-1173, CVE-2025-26618 + +> #### Full runtime dependencies of ssh-5.2.7 +> +> crypto-5.0, erts-14.0, kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, +> stdlib-5.0, stdlib-6.0 |