-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Erlang/OTP
committed
Dec 15, 2023
1 parent
5957e6c
commit 0d764f3
Showing
11 changed files
with
170 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ASN1_VSN = 5.0.18.1 | ||
ASN1_VSN = 5.0.18.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EI_VSN = 5.2.2 | ||
EI_VSN = 5.2.2.1 | ||
ERL_INTERFACE_VSN = $(EI_VSN) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MNESIA_VSN = 4.20.4.3 | ||
MNESIA_VSN = 4.20.4.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,43 @@ | |
<file>notes.xml</file> | ||
</header> | ||
|
||
<section><title>Ssh 4.13.2.4</title> | ||
|
||
<section><title>Fixed Bugs and Malfunctions</title> | ||
<list> | ||
<item> | ||
<p> | ||
With this change, connection handler does not execute | ||
socket operations until it becomes socket owner. | ||
Previously errors could occur if connection handler tried | ||
to work with socket whose owner exited.</p> | ||
<p> | ||
Own Id: OTP-18869 Aux Id: PR-7849,GH-7571 </p> | ||
</item> | ||
<item> | ||
<p> | ||
With this change (being response to CVE-2023-48795), ssh | ||
can negotiate "strict KEX" OpenSSH extension with peers | ||
supporting it; also '[email protected]' | ||
algorithm becomes a less preferred cipher.</p> | ||
<p> | ||
If strict KEX availability cannot be ensured on both | ||
connection sides, affected encryption modes(CHACHA and | ||
CBC) can be disabled with standard ssh configuration. | ||
This will provide protection against vulnerability, but | ||
at a cost of affecting interoperability. See <seeguide | ||
marker="configure_algos">Configuring algorithms in | ||
SSH</seeguide>.</p> | ||
<p> | ||
*** POTENTIAL INCOMPATIBILITY ***</p> | ||
<p> | ||
Own Id: OTP-18897</p> | ||
</item> | ||
</list> | ||
</section> | ||
|
||
</section> | ||
|
||
<section><title>Ssh 4.13.2.3</title> | ||
|
||
<section><title>Fixed Bugs and Malfunctions</title> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*-makefile-*- ; force emacs to enter makefile-mode | ||
|
||
SSH_VSN = 4.13.2.3 | ||
SSH_VSN = 4.13.2.4 | ||
APP_VSN = "ssh-$(SSH_VSN)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
OTP-18670 | ||
OTP-18707 | ||
OTP-18711 | ||
OTP-18712 | ||
OTP-18718 | ||
OTP-18732 | ||
OTP-18752 | ||
OTP-18790 | ||
OTP-18797 | ||
OTP-18802 | ||
OTP-18830 | ||
OTP-18844 | ||
OTP-18850 | ||
OTP-18869 | ||
OTP-18877 | ||
OTP-18885 | ||
OTP-18896 | ||
OTP-18897 | ||
OTP-18899 | ||
OTP-18902 |