Index: UPDATING =================================================================== --- UPDATING (revision 550437) +++ UPDATING (working copy) @@ -5,6 +5,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200925: + 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 + 20200924: AFFECTS: users of net/freeradius3, who need python support AUTHOR: zi@FreeBSD.org Index: security/strongswan/Makefile =================================================================== --- security/strongswan/Makefile (revision 550437) +++ security/strongswan/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.9.0 +PORTREVISION= 1 CATEGORIES= security net-vpn MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Index: security/strongswan/files/strongswan.in =================================================================== --- security/strongswan/files/strongswan.in (revision 550437) +++ security/strongswan/files/strongswan.in (working copy) @@ -27,7 +27,7 @@ load_rc_config $name : ${strongswan_enable:=NO} -: ${strongswan_interface:="stroke"} +: ${strongswan_interface:="vici"} extra_commands="reload statusall"