Skip to content

Commit 8721aa6

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent aa33d49 commit 8721aa6

File tree

5 files changed

+83
-11
lines changed

5 files changed

+83
-11
lines changed

lib/inets/doc/src/notes.xml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,34 @@
3333
<file>notes.xml</file>
3434
</header>
3535

36-
<section><title>Inets 9.1.0.2</title>
36+
<section><title>Inets 9.1.0.3</title>
37+
38+
<section><title>Fixed Bugs and Malfunctions</title>
39+
<list>
40+
<item>
41+
<p>Fixed a bug where a request sent to httpd server which
42+
is using CGI script to generate a response, would pollute
43+
server's environment variable - <c>HTTP_PROXY</c> for
44+
that request. This bug is also known as httpoxy. More
45+
information: CVE-2016-1000107 </p>
46+
<p>
47+
Own Id: OTP-19729 Aux Id: PR-6223, GH-3392 </p>
48+
</item>
49+
<item>
50+
<p>Fixed a RFC 2616 violation, where a http request, made
51+
by httpc, without providing any options, would be sent
52+
with an empty TE header, without also having a TE value
53+
in the connection header. Now the default request doesn't
54+
send a TE header at all.</p>
55+
<p>
56+
Own Id: OTP-19760 Aux Id: PR-10120, GH-10065 </p>
57+
</item>
58+
</list>
59+
</section>
60+
61+
</section>
62+
63+
<section><title>Inets 9.1.0.2</title>
3764

3865
<section><title>Fixed Bugs and Malfunctions</title>
3966
<list>

lib/inets/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# %CopyrightEnd%
2020

2121
APPLICATION = inets
22-
INETS_VSN = 9.1.0.2
22+
INETS_VSN = 9.1.0.3
2323
PRE_VSN =
2424
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"

lib/ssh/doc/src/notes.xml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,53 @@
3030
<file>notes.xml</file>
3131
</header>
3232

33+
<section><title>Ssh 5.1.4.12</title>
34+
35+
<section><title>Fixed Bugs and Malfunctions</title>
36+
<list>
37+
<item>
38+
<p>Option max_handles can be configured for sshd running
39+
SFTP. The positive integer value limits amount of file
40+
handles opened for a connection (by default 4096 is
41+
used).</p>
42+
<p>
43+
*** POTENTIAL INCOMPATIBILITY ***</p>
44+
<p>
45+
Own Id: OTP-19701 Aux Id: CVE-2025-48041, PR-10157 </p>
46+
</item>
47+
<item>
48+
<p>Avoid decoding KEX messages providing too many
49+
algorithms. This change does not introduce new limitation
50+
but assures it is enforced earlier in processing chain.
51+
Adjustments in error logging during handshake.</p>
52+
<p>
53+
*** POTENTIAL INCOMPATIBILITY ***</p>
54+
<p>
55+
Own Id: OTP-19741 Aux Id: CVE-2025-48040, PR-10162 </p>
56+
</item>
57+
<item>
58+
<p>A new 'max_path' option is now available in the sshd
59+
configuration, allowing administrators to set the maximum
60+
allowable path length. By default, this value is set to
61+
4096 characters.</p>
62+
<p>
63+
*** POTENTIAL INCOMPATIBILITY ***</p>
64+
<p>
65+
Own Id: OTP-19742 Aux Id: CVE-2025-48039, PR-10155 </p>
66+
</item>
67+
<item>
68+
<p>Reject file handles exceeding size specified in RFCs
69+
(256 bytes).</p>
70+
<p>
71+
*** POTENTIAL INCOMPATIBILITY ***</p>
72+
<p>
73+
Own Id: OTP-19748 Aux Id: CVE-2025-48038, PR-10156 </p>
74+
</item>
75+
</list>
76+
</section>
77+
78+
</section>
79+
3380
<section><title>Ssh 5.1.4.11</title>
3481

3582
<section><title>Fixed Bugs and Malfunctions</title>

lib/ssh/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*-makefile-*- ; force emacs to enter makefile-mode
22

3-
SSH_VSN = 5.1.4.11
3+
SSH_VSN = 5.1.4.12
44
APP_VSN = "ssh-$(SSH_VSN)"

make/otp_version_tickets

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
OTP-19673
2-
OTP-19683
3-
OTP-19691
4-
OTP-19697
5-
OTP-19699
6-
OTP-19702
7-
OTP-19707
8-
OTP-19710
1+
OTP-19701
2+
OTP-19729
3+
OTP-19741
4+
OTP-19742
5+
OTP-19748
6+
OTP-19760

0 commit comments

Comments
 (0)