aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-17 19:12:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-17 19:12:31 +0000
commitca2eb5c646fa7c1e7d22351554d1efe72bb4a40d (patch)
tree7fd4531cedc3432d36ede23978e65bc0cb132266 /UPDATING
parent26b501259ff65d0119f316d528950a6e995d7505 (diff)
downloadports-ca2eb5c646fa7c1e7d22351554d1efe72bb4a40d.tar.gz
ports-ca2eb5c646fa7c1e7d22351554d1efe72bb4a40d.zip
security/strongswan: use "vici" interface instead of deprecated "stroke" by default
Add UPDATING entry with migration instruction. PR: 249865 Submitted by: driesm.michiels@gmail.com Approved by: strongswan@nanoteq.com (maintainer)
Notes
Notes: svn path=/head/; revision=568683
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a5b898ec4ff0..ba258eb20802 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20210317:
+ AFFECTS: users of security/strongswan
+ AUTHOR: driesm.michiels@gmail.com
+
+ The stroke starter interface has been deprecated by upstream
+ for some time now. The default interface for controlling the charon
+ daemon has switched from stroke to vici. Users still using the
+ legacy config files such as ipsec.conf and ipsec.secret (stroke, starter)
+ can easily revert to the old behavior by:
+
+ # sysrc strongswan_interface="stroke"
+
+ It is recommended to use the vici interface which is configured by swanctl.conf.
+ Check : https://wiki.strongswan.org/projects/strongswan/wiki/Fromipsecconf
+ to ease the transition from ipsec.* to swanctl.conf
+
20210313:
AFFECTS: users of net-mgmt/phpipam
AUTHOR: marko.cupac@mimar.rs