Date: Wed, 27 Feb 2019 07:14:35 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494028 - head Message-ID: <201902270714.x1R7EZNf087751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270714.x1R7EZNf087751>