From 0ed47cfe5e4e421454922c3ed0ef1451e51b70d7 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 24 Feb 2021 14:58:47 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 25 ++++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- lib/ssh/doc/src/notes.xml | 16 ++++++++++++++++ lib/ssh/vsn.mk | 2 +- make/otp_version_tickets | 6 +++--- 5 files changed, 45 insertions(+), 6 deletions(-) diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index e1bcd5de97..a8499b8d43 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,30 @@ notes.xml -
Inets 7.3.1 +
Inets 7.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Solves CVE-2021-27563, that is make sure no form of + relative path can be used to go outside webservers + directory.

+

+ Own Id: OTP-17205 Aux Id: ERIERL-608

+
+ +

+ Make sure HEAD requests rejects directory links

+

+ Own Id: OTP-17220

+
+
+
+ +
+ +
Inets 7.3.1
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 195b20f63c..211c662218 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.3.1 +INETS_VSN = 7.3.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 57a1d5f9c7..60c3a9b9a5 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ notes.xml +
Ssh 4.10.8 + +
Fixed Bugs and Malfunctions + + +

+ Don't timeout slow connection setups and tear-downs. A + rare crash risk for the controller is also removed.

+

+ Own Id: OTP-17173 Aux Id: ERIERL-581

+
+
+
+ +
+
Ssh 4.10.7
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 8dadccc559..4e74eeddde 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.10.7 +SSH_VSN = 4.10.8 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 70665d296d..51f2c607f7 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,4 +1,4 @@ OTP-16607 -OTP-17185 -OTP-17190 -OTP-17191 +OTP-17173 +OTP-17205 +OTP-17220 -- cgit v1.2.1