diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |