aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-02-27 07:14:35 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-02-27 07:14:35 +0000
commit014b23b8e4f81d24ef3f1cbf8914044fa12056e2 (patch)
treeb02fa8fb7aaabbe4bb3a87292f6f2e8910c4fa45 /UPDATING
parentfab0e2113b12e9512b750047122bfc086e5ac91a (diff)
downloadports-014b23b8e4f81d24ef3f1cbf8914044fa12056e2.tar.gz
ports-014b23b8e4f81d24ef3f1cbf8914044fa12056e2.zip
Document change forgotten in r494024 in UPDATING
Notes
Notes: svn path=/head/; revision=494028
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1c47986592f8..009038fdd650 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20190227:
+ AFFECTS: users of security/softether, security/softether-devel
+ AUTHOR: meta@FreeBSD.org
+
+ These ports' bridge, client, server daemon unintendedly had spit out
+ chain_certs (certificate chain) directory on libexec directory until
+ r494024.
+
+ If your ${PREFIX}/libexec/softether/chain_certs directory is empty, you
+ can remove the directory safely. If the directory is not empty, move it
+ to ${SE_DBDIR} when upgrading softether. Following commands should help:
+
+ service softether_(bridge|cleint|server) stop
+ (portmaster, portupgrade or pkg upgrade)
+ mv ${PREFIX}/libexec/softether/chain_certs ${SE_DBDIR}/
+ service softether_(bridge|cleint|server) start
+
+ With the default Makefile settings, ${SE_DBDIR} is set to /var/db/softether.
+
20190224:
AFFECTS: users of security/gnutls
AUTHOR: tijl@FreeBSD.org