View | Details | Raw Unified | Return to bug 255952
Collapse All | Expand All

(-)b/security/strongswan/Makefile (+2 lines)
Lines 125-130 UNBOUND_CONFIGURE_ON= --enable-unbound Link Here
125
UNITY_CONFIGURE_ON=	--enable-unity
125
UNITY_CONFIGURE_ON=	--enable-unity
126
VIA_CONFIGURE_ON=	--enable-padlock
126
VIA_CONFIGURE_ON=	--enable-padlock
127
VICI_CONFIGURE_ON=	--enable-vici
127
VICI_CONFIGURE_ON=	--enable-vici
128
VICI_SUB_LIST=	INTERFACE="vici"
129
VICI_SUB_LIST_OFF=	INTERFACE="stroke"
128
VSTR_LIB_DEPENDS=	libvstr.so:devel/vstr
130
VSTR_LIB_DEPENDS=	libvstr.so:devel/vstr
129
VSTR_CONFIGURE_ON=	--with-printf-hooks=vstr
131
VSTR_CONFIGURE_ON=	--with-printf-hooks=vstr
130
XAUTH_CONFIGURE_ON=	--enable-xauth-eap \
132
XAUTH_CONFIGURE_ON=	--enable-xauth-eap \
(-)b/security/strongswan/files/strongswan.in (-2 / +2 lines)
Lines 14-20 Link Here
14
#	Valid options are:
14
#	Valid options are:
15
#	"stroke" for the old ipsec/startr interface
15
#	"stroke" for the old ipsec/startr interface
16
#	"vici" for the newer swanctl intrface
16
#	"vici" for the newer swanctl intrface
17
#	Default is "stroke"
17
#	Default is "%%INTERFACE%%"
18
18
19
. /etc/rc.subr
19
. /etc/rc.subr
20
20
Lines 26-32 rcvar=strongswan_enable Link Here
26
load_rc_config $name
26
load_rc_config $name
27
27
28
: ${strongswan_enable:=NO}
28
: ${strongswan_enable:=NO}
29
: ${strongswan_interface:="vici"}
29
: ${strongswan_interface:="%%INTERFACE%%"}
30
30
31
extra_commands="reload statusall"
31
extra_commands="reload statusall"
32
32
(-)b/security/strongswan/pkg-message (+19 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
The default strongSwan configuration interface have been updated to vici since version 5.9.2_1.
5
To use the stroke interface by default either compile the port without the vici option or
6
set 'strongswan_interface="stroke"' in your rc.conf file.
7
EOM
8
}
9
{
10
  type: upgrade
11
  minimum_version: "5.9.2_1"
12
  message: <<EOM
13
The default strongSwan configuration interface have been updated to vici.
14
To use the stroke interface by default either compile the port without the vici option or
15
set 'strongswan_interface="stroke"' in your rc.conf file.
16
EOM
17
}
18
]
19

Return to bug 255952