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