From owner-svn-ports-head@FreeBSD.ORG Thu Dec 18 16:17:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09BF23B4; Thu, 18 Dec 2014 16:17:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E97BB1247; Thu, 18 Dec 2014 16:17:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBIGH9Fp045216; Thu, 18 Dec 2014 16:17:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBIGH96j045215; Thu, 18 Dec 2014 16:17:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201412181617.sBIGH96j045215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 18 Dec 2014 16:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374909 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 16:17:10 -0000 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