Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2020 15:38:12 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522689 - in head/security/strongswan: . files
Message-ID:  <202001111538.00BFcCAJ022754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001111538.00BFcCAJ022754>