strongswan: treat ipsec.secrets as conf_file
This commit is contained in:
parent
5465f39eed
commit
ce220fe39b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'strongswan'
|
# Template file for 'strongswan'
|
||||||
pkgname=strongswan
|
pkgname=strongswan
|
||||||
version=5.7.1
|
version=5.7.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# tpm support waits on libtss2
|
# tpm support waits on libtss2
|
||||||
configure_args="--disable-static --enable-blowfish --enable-curl
|
configure_args="--disable-static --enable-blowfish --enable-curl
|
||||||
|
@ -11,7 +11,7 @@ configure_args="--disable-static --enable-blowfish --enable-curl
|
||||||
depends="iproute2 sqlite"
|
depends="iproute2 sqlite"
|
||||||
hostmakedepends="pkg-config flex bison python"
|
hostmakedepends="pkg-config flex bison python"
|
||||||
makedepends="gmp-devel libsoup-devel libldns-devel unbound-devel libcurl-devel"
|
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"
|
short_desc="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user