diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2022-07-11 09:41:15 -0400 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2022-07-11 09:41:15 -0400 |
commit | 7b6aed9ac322d8a3820d8f0615eb623bb815f7ee (patch) | |
tree | f8999f282794f23dcc28c3fd08463c779a1f572d /UPDATING | |
parent | 7b7e7f81d8d44fff28d50b3df44b58044d01648a (diff) | |
download | freebsd-ports-7b6aed9ac322d8a3820d8f0615eb623bb815f7ee.zip |
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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |