aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING16
-rw-r--r--security/strongswan/Makefile1
-rw-r--r--security/strongswan/files/strongswan.in2
3 files changed, 18 insertions, 1 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
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile
index ef97d7232d7d..0d440afc0021 100644
--- a/security/strongswan/Makefile
+++ b/security/strongswan/Makefile
@@ -3,6 +3,7 @@
PORTNAME= strongswan
DISTVERSION= 5.9.2
+PORTREVISION= 1
CATEGORIES= security net-vpn
MASTER_SITES= http://download.strongswan.org/ \
http://download2.strongswan.org/
diff --git a/security/strongswan/files/strongswan.in b/security/strongswan/files/strongswan.in
index afc7288acb4a..4eaac03b8bbe 100644
--- a/security/strongswan/files/strongswan.in
+++ b/security/strongswan/files/strongswan.in
@@ -27,7 +27,7 @@ rcvar=strongswan_enable
load_rc_config $name
: ${strongswan_enable:=NO}
-: ${strongswan_interface:="stroke"}
+: ${strongswan_interface:="vici"}
extra_commands="reload statusall"