diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-12 19:40:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-12 19:40:58 +0000 |
commit | 9779576b57c47c77e7760013d178d386fdfe2361 (patch) | |
tree | e6a35ecf89e8335a6ea23c5765498cd57ed2fc40 /UPDATING | |
parent | fd5ad89442f858c511275dcbb2b0fd8e5ed3e415 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=451927
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 |