FreeBSD Bugzilla – Attachment 218261 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.78 KB, created by
Dries Michiels
on 2020-09-24 20:10:32 UTC
(
hide
)
Description:
strongswan.diff
Filename:
MIME Type:
Creator:
Dries Michiels
Created:
2020-09-24 20:10:32 UTC
Size:
1.78 KB
patch
obsolete
>Index: UPDATING >=================================================================== >--- 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 >Index: security/strongswan/Makefile >=================================================================== >--- 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/ >Index: security/strongswan/files/strongswan.in >=================================================================== >--- 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" >
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