mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
strongswan: simplify conf_files.
This commit is contained in:
parent
bd307bb9e2
commit
d263823f9b
1 changed files with 2 additions and 40 deletions
|
@ -1,50 +1,12 @@
|
||||||
# Template file for 'strongswan'
|
# Template file for 'strongswan'
|
||||||
pkgname=strongswan
|
pkgname=strongswan
|
||||||
version=5.3.4
|
version=5.3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
depends="iproute2 sqlite"
|
depends="iproute2 sqlite"
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
conf_files="/etc/strongswan.d/pki.conf
|
conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.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"
|
|
||||||
short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
|
short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
|
||||||
maintainer="Toyam <Vaelatern@gmail.com>"
|
maintainer="Toyam <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue