summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2022-07-11 09:41:15 -0400
committerRyan Steinmetz <zi@FreeBSD.org>2022-07-11 09:41:15 -0400
commit7b6aed9ac322d8a3820d8f0615eb623bb815f7ee (patch)
treef8999f282794f23dcc28c3fd08463c779a1f572d /UPDATING
parentnet/py-shodan: Update to 1.28.0 (diff)
security/stunnel: Drop privs by default, update PID file location
- Document changes in UPDATING PR: 249151 Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9e1dc3faf14d..6d76e6add9b7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20220711:
+ AFFECTS: users of security/stunnel
+ AUTHOR: zi@FreeBSD.org
+
+ The stunnel port has been updated to drop privileges to the stunnel
+ user by default.
+
+ As a result of this change, the pid file location has changed. If
+ you have a running copy of stunnel, you should stop the process
+ before performing the upgrade. Alternatively, you will need to
+ # pkill stunnel;service stunnel start
+ after the upgrade has been completed.
+
20220628:
AFFECTS: users of Erlang and Elixir
AUTHOR: dch@FreeBSD.org