FreeBSD Bugzilla – Attachment 218294 Details for
Bug 249865
security/strongswan: Use VICI interface by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
strongswan.diff
strongswan.diff (text/plain), 1.86 KB, created by
Dries Michiels
on 2020-09-25 19:04:38 UTC
(
hide
)
Description:
strongswan.diff
Filename:
MIME Type:
Creator:
Dries Michiels
Created:
2020-09-25 19:04:38 UTC
Size:
1.86 KB
patch
obsolete
>Index: UPDATING >=================================================================== >--- UPDATING (revision 550067) >+++ 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 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 use the vici interface wich 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 550067) >+++ 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 550067) >+++ 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" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249865
:
218261
|
218294
|
218414