svn commit: r522689 - in head/security/strongswan: . files

Koichiro Iwao meta at FreeBSD.org
Sat Jan 11 15:38:12 UTC 2020


Author: meta
Date: Sat Jan 11 15:38:11 2020
New Revision: 522689
URL: https://svnweb.freebsd.org/changeset/ports/522689

Log:
  security/strongswan: load ipsec kernel module by rc script
  
  From the following discussion: https://reviews.freebsd.org/D20163
  It makes sense to add ipsec as required module for the rc script
  of strongSwan.
  
  PR:		243316
  Submitted by:	Dries Michiels <driesm.michiels at gmail.com>
  Approved by:	maintainer

Modified:
  head/security/strongswan/Makefile
  head/security/strongswan/files/strongswan.in

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Sat Jan 11 15:38:10 2020	(r522688)
+++ head/security/strongswan/Makefile	Sat Jan 11 15:38:11 2020	(r522689)
@@ -3,6 +3,7 @@
 
 PORTNAME=	strongswan
 PORTVERSION=	5.8.2
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/

Modified: head/security/strongswan/files/strongswan.in
==============================================================================
--- head/security/strongswan/files/strongswan.in	Sat Jan 11 15:38:10 2020	(r522688)
+++ head/security/strongswan/files/strongswan.in	Sat Jan 11 15:38:11 2020	(r522689)
@@ -21,6 +21,7 @@
 
 name=strongswan
 desc="Strongswan IPsec startup script"
+required_modules="ipsec"
 rcvar=strongswan_enable
 
 load_rc_config $name


More information about the svn-ports-all mailing list