Date: Thu, 18 Dec 2014 16:17:09 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374909 - head Message-ID: <201412181617.sBIGH96j045215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Dec 18 16:17:08 2014 New Revision: 374909 URL: https://svnweb.freebsd.org/changeset/ports/374909 QAT: https://qat.redports.org/buildarchive/r374909/ Log: Add entry on OpenSSH 6.7 Ciphers change Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Dec 18 15:42:17 2014 (r374908) +++ head/UPDATING Thu Dec 18 16:17:08 2014 (r374909) @@ -5,6 +5,17 @@ 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. +20141218: + AFFECTS: users of security/openssh-portable + AUTHOR: bdrewery@FreeBSD.org + + OpenSSH 6.7 disables some insecure ciphers by default, such as arcfour + and blowfish. You may have clients using these over LAN where security is + considered less important for the connection. For these cases you may need + to update your Ciphers entry in your sshd_config to enable them again. + + See http://mgalgs.github.io/2014/10/22/enable-arcfour-and-other-fast-ciphers-on-recent-versions-of-openssh.html + 20141217: AFFECTS: users of lang/perl5.* AUTHOR: mat@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181617.sBIGH96j045215>