diff options
author | des <des@FreeBSD.org> | 2013-09-13 10:37:24 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-13 10:37:24 +0000 |
commit | 33a03d15e5bf925c6298af751be6ce613f664830 (patch) | |
tree | b1d61c70148667c3b23478955e964ec52921a715 /UPDATING | |
parent | 4c87f20f3a2332421e787b431001348090c053b1 (diff) | |
download | FreeBSD-src-33a03d15e5bf925c6298af751be6ce613f664830.zip FreeBSD-src-33a03d15e5bf925c6298af751be6ce613f664830.tar.gz |
Note about the OpenSSH change.
Approved by: re (gjb)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130911: + OpenSSH is now built with DNSSEC support, and will by default + silently trust signed SSHFP records. This can be controlled with + the VerifyHostKeyDNS client configuration setting. DNSSEC support + can be disabled entirely with the WITHOUT_LDNS option in src.conf. + 20130906: The GNU Compiler Collection and C++ standard library (libstdc++) are no longer built by default on platforms where clang is the system |