Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 00:42:36 +0900
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r522689 - in head/security/strongswan: . files
Message-ID:  <20200111154236.i3mg6vzns7xz5rdq@icepick.vmeta.jp>
In-Reply-To: <202001111538.00BFcCAJ022754@repo.freebsd.org>
References:  <202001111538.00BFcCAJ022754@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 11, 2020 at 03:38:12PM +0000, Koichiro Iwao wrote:
> 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

Should be 243166.


>   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

-- 
meta <meta@FreeBSD.org>



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