diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -27,6 +27,27 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250810: + Support for Secure RPC DES authentication has been removed. + The keyserv(8) daemon was already removed, but support for it in libc + has also been removed, so if you somehow still had keyserv installed, + it will now stop working. There is no workaround for this. Removing + DES is considered a feature. + +20250808: + The CLEAN option has been switched back from default-off to + default-on. This reverts the 20240729 change below. + +20250807: + routed(8) and route6d(8) have moved to the FreeBSD-rip package. + If you use either of these, you should install the new package. + +20250806: + if_epair(4) now uses ether_gen_addr(9) to generate a stable MAC + address. + To keep using the random address, set the loader tunable + net.link.epair.ether_gen_addr=0. + 20250804: bsdconfig (including sysrc(8)) has moved to the new bsdconfig package. If you use pkgbase and wish to use bsdconfig, you should |