Erlang/OTP 17.5.2

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:17.5.2
Patch Package OTP 17.5.2
Git Tag OTP-17.5.2
Date 2015-04-23
Issue Id
seq12840
System OTP
Release 17
Application

inets-5.10.7 #

The inets-5.10.7 application can be applied independently of other applications on a full OTP 17 installation.

OTP-12661
Application(s):
inets
Related Id(s):
seq12840

New value in server_tokens config for limiting banner grabbing attempts.

By setting {server_tokens, none} in ServiceConfig for inets:start(httpd, ServiceConfig), the "Server:" header will not be set in messages from the server.

Full runtime dependencies of inets-5.10.7: erts-6.0, kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-2.0

ssh-3.2.2 #

Note! The ssh-3.2.2 application can *not* be applied independently of other applications on an arbitrary OTP 17 installation. On a full OTP 17 installation, also the following runtime dependency has to be satisfied: -- stdlib-2.3 (first satisfied in OTP 17.4)

OTP-12659
Application(s):
ssh

New option id_string for ssh:daemon and ssh:connect for limiting banner grabbing attempts.

The possible values are: {id_string,string()} and {id_string,random}. The latter will make ssh generate a random nonsence id-string for each new connection.

Full runtime dependencies of ssh-3.2.2: crypto-3.3, erts-6.0, kernel-3.0, public_key-0.22, stdlib-2.3