--- UPDATING (revision 549944) +++ UPDATING (working copy) @@ -5,6 +5,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200924: + AFFECTS: users of security/strongswan + AUTHOR: driesm.michiels@gmail.com + + The stroke starter interface has been not recommended 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 transition using vici wich is configured by swanctl.conf. + 20200921: AFFECTS: users of database/postgresql* and other software using PostgreSQL to run AUTHOR: kbowling@FreeBSD.org --- security/strongswan/Makefile (revision 549944) +++ security/strongswan/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-vpn MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ --- security/strongswan/files/strongswan.in (revision 549944) +++ 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"