aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-04-01 01:59:25 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-04-01 01:59:25 +0000
commit9051821be1207e1e1177b48d5a08fb425bcd658e (patch)
treed378bb1f92c7d7f36e58470a9d5f181920f8a66d /UPDATING
parentc451c8c9fd836e426f174a01e9ed7eb7ab1d7d13 (diff)
downloadports-9051821be1207e1e1177b48d5a08fb425bcd658e.tar.gz
ports-9051821be1207e1e1177b48d5a08fb425bcd658e.zip
- Update to 7.5p1.
- Update X509 to 10.1. - Disable KERB_GSSAPI for now as it does not build. Changes: https://www.openssh.com/txt/release-7.5
Notes
Notes: svn path=/head/; revision=437391
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a8d59cfa7b7d..d60e9e71ec30 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20170331:
+ AFFECTS: users of security/openssh-portable
+ AUTHOR: bdrewery@FreeBSD.org
+
+ The format of several log messages emitted by the packet code has
+ changed to include additional information about the user and
+ their authentication state. Software that monitors ssh/sshd logs
+ may need to account for these changes. For example:
+
+ Connection closed by user x 1.1.1.1 port 1234 [preauth]
+ Connection closed by authenticating user x 10.1.1.1 port 1234 [preauth]
+ Connection closed by invalid user x 1.1.1.1 port 1234 [preauth]
+
+ Affected messages include connection closure, timeout, remote
+ disconnection, negotiation failure and some other fatal messages
+ generated by the packet code.
+
20170326:
AFFECTS: users of samba43
AUTHOR: antoine@FreeBSD.org