strongswan: update to 5.6.3.
This commit is contained in:
parent
cfb26af069
commit
cbd90f3ac3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'strongswan'
|
# Template file for 'strongswan'
|
||||||
pkgname=strongswan
|
pkgname=strongswan
|
||||||
version=5.6.2
|
version=5.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# tpm support waits on libtss2
|
# tpm support waits on libtss2
|
||||||
|
@ -13,12 +13,12 @@ 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"
|
||||||
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@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
# changelog="https://wiki.strongswan.org/projects/strongswan/wiki/Changelog"
|
homepage="https://www.strongswan.org/"
|
||||||
homepage="http://www.strongswan.org/"
|
changelog="https://wiki.strongswan.org/projects/strongswan/wiki/Changelog"
|
||||||
distfiles="http://download.strongswan.org/${pkgname}-${version}.tar.bz2"
|
distfiles="https://download.strongswan.org/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92
|
checksum=c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
touch .empty
|
touch .empty
|
||||||
|
|
Loading…
Reference in New Issue