aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-05-21 08:23:07 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-05-23 18:31:15 +0100
commit30ca55fdfee2ce9b27a3f3ed4fc38db73d524737 (patch)
tree322fca8801329ff19cf3bafe58c2a83854bf313a
parent4557413925bfadd328c0229dc467207a71ad3275 (diff)
UPDATING: document keyserv(8) removallf/dev/keyserv2
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c492082383f8..ede42a300d0b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,13 @@ 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".)
+20250522:
+ 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.
+
20250521:
Commit e64fe5ad3a23 removed in6_maxmtu and its setter in6_setmaxmtu().
in6_maxmtu is used to store the max IPv6 MTU of all interfaces,