aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-18 13:47:33 +0100
committerLoïc Hoguin <[email protected]>2025-02-18 13:47:33 +0100
commitff790f73669d63e254020d8c76930820ddb9772e (patch)
tree815a633ac94ed2b6000bcca1f65be6dabffbdb08
parent7336379ccb91dbad8956b5410a14d5c09fe7755d (diff)
downloadci.erlang.mk-ff790f73669d63e254020d8c76930820ddb9772e.tar.gz
ci.erlang.mk-ff790f73669d63e254020d8c76930820ddb9772e.tar.bz2
ci.erlang.mk-ff790f73669d63e254020d8c76930820ddb9772e.zip
OTP-27.2.3
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-27.2.3.README.txt65
2 files changed, 67 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 063f531..a100258 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.2
+OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.3
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.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2
OTP-28-DROPPED :=
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-27.2.3.README.txt b/release-notes/OTP-27.2.3.README.txt
new file mode 100644
index 0000000..494ae4f
--- /dev/null
+++ b/release-notes/OTP-27.2.3.README.txt
@@ -0,0 +1,65 @@
+Patch Package: OTP 27.2.3
+Git Tag: OTP-27.2.3
+Date: 2025-02-17
+Trouble Report Id: OTP-19457, OTP-19467, OTP-19486
+Seq num: ERIERL-1189, ERIERL-1190, PR-9387, PR-9408,
+ PR-9418
+System: OTP
+Release: 27
+Application: inets-9.3.2, ssl-11.2.8
+Predecessor: OTP 27.2.2
+
+Check out the git tag OTP-27.2.3, 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.
+
+# inets-9.3.2
+
+The inets-9.3.2 application can be applied independently of other applications
+on a full OTP 27 installation.
+
+## Fixed Bugs and Malfunctions
+
+- Improved robustness of httpd startup procedure.
+
+ Own Id: OTP-19486
+ Related Id(s): ERIERL-1190, PR-9408
+
+> #### Full runtime dependencies of inets-9.3.2
+>
+> erts-14.0, kernel-9.0, mnesia-4.12, public_key-1.13, runtime_tools-1.8.14,
+> ssl-9.0, stdlib-5.0, stdlib-6.0
+
+# ssl-11.2.8
+
+Note! The ssl-11.2.8 application _cannot_ be applied independently of other
+applications on an arbitrary OTP 27 installation.
+
+ On a full OTP 27 installation, also the following runtime
+ dependency has to be satisfied:
+ -- public_key-1.16.4 (first satisfied in OTP 27.1.3)
+
+## Fixed Bugs and Malfunctions
+
+- Setting protocol version to a lower value then supported by default in server
+ API function called after ssl:listen/2 could result in wrong default values
+ being used and connections failing with insufficient security.
+
+ Own Id: OTP-19457
+ Related Id(s): PR-9418
+
+- Improve error handling of server name indication fun. This implies that if the
+ `sni_fun` returns `undefined` we will attempt connection with original option
+ values, if it returns `unrecognized` we end the connection with
+ UNRECOGNIZED_NAME alert and if provided options fail option verification we
+ will end the connection with a HANDSHAKE_FAILURE and an error log.
+
+ Own Id: OTP-19467
+ Related Id(s): ERIERL-1189, PR-9387
+
+> #### Full runtime dependencies of ssl-11.2.8
+>
+> crypto-5.0, erts-15.0, inets-5.10.7, kernel-9.0, public_key-1.16.4,
+> runtime_tools-1.15.1, stdlib-6.0
+