aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-03-23 04:23:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-03-23 04:23:08 +0000
commit258fa757353fac80afce31fd0ee208575ba3a7eb (patch)
tree4c4b9056f07da147016cb123c52362fa8498b125 /UPDATING
parentb9673a0c843c15b7bf53930ceecff47b7bcfe2d5 (diff)
downloadports-258fa757353fac80afce31fd0ee208575ba3a7eb.tar.gz
ports-258fa757353fac80afce31fd0ee208575ba3a7eb.zip
Stop forcing the port version string into the server banner.
The port now uses VersionAddendum in the sshd_config to allow overriding this value. Using "none" allows disabling the default of the port version string. The default is kept to show the port version string to remain close to the base version. Support for the client VersionAddendum may be added soon as well to better match base and not give surprises when switching from base to the port. PR: 193127 Requested by: many, including myself when this was broken years ago.
Notes
Notes: svn path=/head/; revision=381981
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4aa47fd8a554..c3509cd18551 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20150322:
+ AFFECTS: Users of security/openssh-portable
+ AUTHOR: bdrewery@FreeBSD.org
+
+ The port now uses VersionAddendum for the port version string. Setting
+ the value to "none" in your sshd_config and restarting openssh will allow
+ removing the version from the banner.
+
20150321:
AFFECTS: Users of x11-servers/xorg-server and other X servers
AUTHOR: bapt@FreeBSD.org