diff options
author | Loïc Hoguin <[email protected]> | 2025-02-12 20:23:44 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-12 20:23:44 +0100 |
commit | 8bcdc5ca6b0bc7b81683d0b875880d6112ba4e1e (patch) | |
tree | 45db386f9e40a2ae6795eb422e2365e555300323 | |
parent | 4e66541b46f110de98d446f79f68c22584aacf2f (diff) | |
download | ci.erlang.mk-8bcdc5ca6b0bc7b81683d0b875880d6112ba4e1e.tar.gz ci.erlang.mk-8bcdc5ca6b0bc7b81683d0b875880d6112ba4e1e.tar.bz2 ci.erlang.mk-8bcdc5ca6b0bc7b81683d0b875880d6112ba4e1e.zip |
OTP-26.2.5.8
-rw-r--r-- | early-plugins.mk | 4 | ||||
-rw-r--r-- | release-notes/OTP-26.2.5.8.README.txt | 84 |
2 files changed, 86 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index bf1f14b..df1bdd4 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.16 -OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.7 +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.2 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26) $(OTP-27) @@ -119,7 +119,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-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.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 diff --git a/release-notes/OTP-26.2.5.8.README.txt b/release-notes/OTP-26.2.5.8.README.txt new file mode 100644 index 0000000..a01d8f8 --- /dev/null +++ b/release-notes/OTP-26.2.5.8.README.txt @@ -0,0 +1,84 @@ +Patch Package: OTP 26.2.5.8 +Git Tag: OTP-26.2.5.8 +Date: 2025-02-12 +Trouble Report Id: OTP-19240, OTP-19381, OTP-19462 +Seq num: ERIERL-1177, GH-9112, GH-9117, GH-9208, + PR-9286, PR-9372, PR-9377 +System: OTP +Release: 26 +Application: erts-14.2.5.7, kernel-9.2.4.6, + public_key-1.15.1.5 +Predecessor: OTP 26.2.5.7 + + Check out the git tag OTP-26.2.5.8, 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.7 --------------------------------------------------- + --------------------------------------------------------------------- + + The erts-14.2.5.7 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19462 Application(s): erts + Related Id(s): ERIERL-1177, PR-9372 + + Disabled an unsafe runtime optimization in binary + construction that caused silent memory corruption. + + + Full runtime dependencies of erts-14.2.5.7: kernel-9.0, sasl-3.3, + stdlib-4.1 + + + --------------------------------------------------------------------- + --- kernel-9.2.4.6 -------------------------------------------------- + --------------------------------------------------------------------- + + The kernel-9.2.4.6 application can be applied independently of other + applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19381 Application(s): kernel + Related Id(s): GH-9112, GH-9117, PR-9377 + + Fixed a couple of bugs that could make global's + internal state inconsistent when a connection was + reconnected. + + + Full runtime dependencies of kernel-9.2.4.6: crypto-5.0, erts-14.0, + sasl-3.0, stdlib-5.0 + + + --------------------------------------------------------------------- + --- public_key-1.15.1.5 --------------------------------------------- + --------------------------------------------------------------------- + + The public_key-1.15.1.5 application can be applied independently of + other applications on a full OTP 26 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-19240 Application(s): public_key + Related Id(s): GH-9208, PR-9286 + + Consider keyCertSign to compatible with extended key + usage for TLS client/server auth in CAs, adhere to wide + spread implementations + + + Full runtime dependencies of public_key-1.15.1.5: asn1-3.0, + crypto-4.6, erts-6.0, kernel-3.0, stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + |