|
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 |