aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2026-07-08 22:14:23 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2026-07-09 21:15:07 +0000
commit93476412d0823ffa1392f1472e85e4fed6ff0e80 (patch)
tree453b6c0e439e31a29516a5ce3a8d8619b3d57c01
parentccf9d98e6f55f6f2e29e5edea9e0d675e0795b1a (diff)
UPDATING: Note net/croc croc_host for IP-forwarding hosts
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3b2b9dc04992..b336593c9e71 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20260708:
+ AFFECTS: users of net/croc
+ AUTHOR: olgeni@FreeBSD.org
+
+ The croc rc script now honors an optional croc_host variable that binds
+ the relay to a specific local address instead of all interfaces.
+
+ This is needed on hosts with IP forwarding enabled (typically routers),
+ where the "croc relay" startup self-check connects to the wildcard
+ address (0.0.0.0) and fails with "network is unreachable", causing the
+ relay to exit immediately. If your relay does not stay running, set a
+ local address of the host in /etc/rc.conf, for example:
+
+ croc_host="192.0.2.1"
+
+ Leaving croc_host empty (the default) keeps the previous behavior of
+ listening on all interfaces.
+
20260707:
AFFECTS: users of mail/bogofilter
AUTHOR: mandree@FreeBSD.org