aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-10-13 03:40:58 +0800
committerbdrewery <bdrewery@FreeBSD.org>2017-10-13 03:40:58 +0800
commit512d8df014408159a2b63336ad076c49055ca891 (patch)
treee6a35ecf89e8335a6ea23c5765498cd57ed2fc40 /UPDATING
parent10c61dd3640317fc23a37376fddd5abf7eee010b (diff)
downloadfreebsd-ports-gnome-512d8df014408159a2b63336ad076c49055ca891.tar.gz
freebsd-ports-gnome-512d8df014408159a2b63336ad076c49055ca891.tar.zst
freebsd-ports-gnome-512d8df014408159a2b63336ad076c49055ca891.zip
Update to 7.6p1
- Update x509 patch to 11.0 - HPN/NONECIPHER do not apply currently and are disabled by default, same as the base sshd. A compatibility patch is applied if these options are disabled to prevent startup failures; the options are kept as deprecated. - SCTP patch does not apply. Changes: https://www.openssh.com/txt/release-7.6 Notable changes: - SSH version 1 support dropped. - Dropped support for hmac-ripemd160 MAC. - Dropped support for the ciphers arcfour, blowfish and CAST. - RSA keys less than 1024 bits are refused.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 16 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index c2627cd5f8df..70a2d0acd5f8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,7 +5,22 @@ 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.
-20171006:
+20171012:
+ AFFECTS: users of security/openssh-portable
+ AUTHOR: bdrewery@FreeBSD.org
+
+ OpenSSH has been upgraded to 7.6p1 which has removed several deprecated
+ features:
+
+ - SSH version 1 support dropped.
+ - Dropped support for hmac-ripemd160 MAC.
+ - Dropped support for the ciphers arcfour, blowfish and CAST.
+ - RSA keys less than 1024 bits are refused.
+
+ The HPN option is currently disabled by default, and does not build,
+ in the package. This follows what happened in base as well.
+
+ 20171006:
AFFECTS: users of graphics/netpbm
AUTHOR: tobik@FreeBSD.org