From 9051821be1207e1e1177b48d5a08fb425bcd658e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 1 Apr 2017 01:59:25 +0000 Subject: - 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 --- UPDATING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3