From ce220fe39bf9ff64d61fa55b0403995dbec9d5da Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 11 Oct 2018 20:03:14 +0400 Subject: [PATCH] strongswan: treat ipsec.secrets as conf_file --- srcpkgs/strongswan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template index 5ced4bbba4a..869273d1c96 100644 --- a/srcpkgs/strongswan/template +++ b/srcpkgs/strongswan/template @@ -1,7 +1,7 @@ # Template file for 'strongswan' pkgname=strongswan version=5.7.1 -revision=1 +revision=2 build_style=gnu-configure # tpm support waits on libtss2 configure_args="--disable-static --enable-blowfish --enable-curl @@ -11,7 +11,7 @@ configure_args="--disable-static --enable-blowfish --enable-curl depends="iproute2 sqlite" hostmakedepends="pkg-config flex bison python" makedepends="gmp-devel libsoup-devel libldns-devel unbound-devel libcurl-devel" -conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.conf" +conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.conf /etc/ipsec.secrets" short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE" maintainer="Toyam Cox " license="GPL-2.0-or-later"