View | Details | Raw Unified | Return to bug 249865 | Differences between
and this patch

Collapse All | Expand All

(-)UPDATING (+16 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20200925:
9
  AFFECTS: users of security/strongswan
10
  AUTHOR: driesm.michiels@gmail.com
11
12
  The stroke starter interface has been not recommended by upstream 
13
  for some time now.  The default interface for controlling the charon
14
  daemon has switched from stroke to vici. Users still using the
15
  legacy config files such as ipsec.conf and ipsec.secret (stroke, starter)
16
  can easily revert to the old behavior by: 
17
  
18
  # sysrc strongswan_interface="stroke"
19
 
20
  It is recommended to use the vici interface wich is configured by swanctl.conf.
21
  Check : https://wiki.strongswan.org/projects/strongswan/wiki/Fromipsecconf
22
  to ease the transition from ipsec.* to swanctl.conf
23
8
20200924:
24
20200924:
9
  AFFECTS: users of net/freeradius3, who need python support
25
  AFFECTS: users of net/freeradius3, who need python support
10
  AUTHOR: zi@FreeBSD.org
26
  AUTHOR: zi@FreeBSD.org
(-)security/strongswan/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	strongswan
4
PORTNAME=	strongswan
5
PORTVERSION=	5.9.0
5
PORTVERSION=	5.9.0
6
PORTREVISION=	1
6
CATEGORIES=	security net-vpn
7
CATEGORIES=	security net-vpn
7
MASTER_SITES=	http://download.strongswan.org/ \
8
MASTER_SITES=	http://download.strongswan.org/ \
8
		http://download2.strongswan.org/
9
		http://download2.strongswan.org/
(-)security/strongswan/files/strongswan.in (-1 / +1 lines)
Lines 27-33 Link Here
27
load_rc_config $name
27
load_rc_config $name
28
28
29
: ${strongswan_enable:=NO}
29
: ${strongswan_enable:=NO}
30
: ${strongswan_interface:="stroke"}
30
: ${strongswan_interface:="vici"}
31
31
32
extra_commands="reload statusall"
32
extra_commands="reload statusall"
33
33

Return to bug 249865