From d263823f9bcff3d67d3e6bd1a79149e12ea1d26d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Nov 2015 08:14:25 +0100 Subject: [PATCH] strongswan: simplify conf_files. --- srcpkgs/strongswan/template | 42 ++----------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template index d0af0dff8a7..41d9c7b2941 100644 --- a/srcpkgs/strongswan/template +++ b/srcpkgs/strongswan/template @@ -1,50 +1,12 @@ # Template file for 'strongswan' pkgname=strongswan version=5.3.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" depends="iproute2 sqlite" makedepends="gmp-devel" -conf_files="/etc/strongswan.d/pki.conf - /etc/strongswan.d/charon.conf - /etc/strongswan.d/starter.conf - /etc/strongswan.d/charon-logging.conf - /etc/strongswan.d/scepclient.conf - /etc/strongswan.d/charon/gmp.conf - /etc/strongswan.d/charon/pkcs8.conf - /etc/strongswan.d/charon/x509.conf - /etc/strongswan.d/charon/resolve.conf - /etc/strongswan.d/charon/dnskey.conf - /etc/strongswan.d/charon/hmac.conf - /etc/strongswan.d/charon/sha1.conf - /etc/strongswan.d/charon/pubkey.conf - /etc/strongswan.d/charon/xauth-generic.conf - /etc/strongswan.d/charon/nonce.conf - /etc/strongswan.d/charon/pkcs1.conf - /etc/strongswan.d/charon/aes.conf - /etc/strongswan.d/charon/updown.conf - /etc/strongswan.d/charon/stroke.conf - /etc/strongswan.d/charon/rc2.conf - /etc/strongswan.d/charon/random.conf - /etc/strongswan.d/charon/constraints.conf - /etc/strongswan.d/charon/pkcs12.conf - /etc/strongswan.d/charon/cmac.conf - /etc/strongswan.d/charon/pem.conf - /etc/strongswan.d/charon/pkcs7.conf - /etc/strongswan.d/charon/xcbc.conf - /etc/strongswan.d/charon/revocation.conf - /etc/strongswan.d/charon/md5.conf - /etc/strongswan.d/charon/attr.conf - /etc/strongswan.d/charon/socket-default.conf - /etc/strongswan.d/charon/fips-prf.conf - /etc/strongswan.d/charon/des.conf - /etc/strongswan.d/charon/pgp.conf - /etc/strongswan.d/charon/sha2.conf - /etc/strongswan.d/charon/sshkey.conf - /etc/strongswan.d/charon/kernel-netlink.conf - /etc/strongswan.conf - /etc/ipsec.conf" +conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.conf" short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE" maintainer="Toyam " license="GPL-2"