aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2023-10-12 02:38:26 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2023-10-12 02:38:40 +0000
commitdb0a9e1a0cb4fdbc1d923cf2ce5d684141caebc3 (patch)
tree41ccd27ccb0bda9c3c96010614d3fc4a722fe8d1
parent0c01423b48aa7b63e795601c64af03322a594cae (diff)
UPDATING: Note caddy admin API endpoint change
-rw-r--r--UPDATING21
1 files changed, 19 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index bf616744a805..10a57980b74c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20231011:
+ AFFECTS: users of www/caddy
+ AUTHOR: adamw@FreeBSD.org
+
+ The default admin endpoint has changed from localhost:2019 to
+ /var/run/caddy/caddy.sock. Using a Unix socket is more secure,
+ allowing it to be secured by filesystem permissions rather than
+ requiring a firewall.
+
+ If you only control caddy from the rc(8) script (service caddy ...),
+ you don't need to do anything. If you access the API yourself, you
+ will want to update your scripts to use the new socket.
+
+ To use the old endpoint, add the following to /etc/rc.conf:
+
+ caddy_admin="localhost:2019"
+
20231009:
AFFECTS: users of net/ntpd-rs
AUTHOR: mikael@freebsd.org
@@ -25,8 +42,8 @@ you update your ports collection, before attempting any port upgrades.
The upgrade manual can be found as usual here:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md
-
-
+
+
20230930:
AFFECTS: users of Transmission (net-p2p/transmission@*)
AUTHOR: mondo.debater_0q@icloud.com