aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-08-21 22:08:34 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-08-21 22:08:34 +0000
commit1664cf96cd458315a1493b9c9e41d04fc9f3232a (patch)
treee7c6d68768feb7beaa2a965a39b7f73ea54dd6b1 /UPDATING
parent5f252a42eb52e34538225eb8d32bf63403153ca5 (diff)
downloadports-1664cf96cd458315a1493b9c9e41d04fc9f3232a.tar.gz
ports-1664cf96cd458315a1493b9c9e41d04fc9f3232a.zip
Document OpenSSH 7.0 algorithm changes
Notes
Notes: svn path=/head/; revision=394999
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1e6545099962..395bfd1e4351 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20150821:
+ AFFECTS: users of security/openssh-portable
+ AUTHOR: bdrewery@FreeBSD.org
+
+ OpenSSH 7.0 disables support for:
+ * SSH protocol 1
+ * 1024-bit diffie-hellman-group1-sha1 key exchange
+ * ssh-dss, ssh-dss-cert-* host and user keys
+ * legacy v00 cert format
+
+ See http://www.openssh.com/txt/release-7.0 for more information and
+ http://www.openssh.com/legacy.html for how to re-enable some of these
+ algorithms.
+
20150820:
AFFECTS: users of lang/ghc and */hs-*
AUTHOR: haskell@FreeBSD.org