svn commit: r494028 - head
Koichiro Iwao
meta at FreeBSD.org
Wed Feb 27 07:14:36 UTC 2019
Author: meta
Date: Wed Feb 27 07:14:35 2019
New Revision: 494028
URL: https://svnweb.freebsd.org/changeset/ports/494028
Log:
Document change forgotten in r494024 in UPDATING
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Wed Feb 27 07:08:04 2019 (r494027)
+++ head/UPDATING Wed Feb 27 07:14:35 2019 (r494028)
@@ -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 at 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 at FreeBSD.org
More information about the svn-ports-head
mailing list