fastd: update to 21
[ci skip]
This commit is contained in:
parent
d0546d102a
commit
fa7b9c2193
1 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'fastd'
|
# Template file for 'fastd'
|
||||||
pkgname=fastd
|
pkgname=fastd
|
||||||
version=18
|
version=21
|
||||||
revision=5
|
revision=1
|
||||||
build_style=cmake
|
build_style=meson
|
||||||
hostmakedepends="pkg-config bison"
|
configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
|
||||||
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
hostmakedepends="bison pkg-config"
|
||||||
|
makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
|
||||||
short_desc="Fast and Secure Tunneling Daemon"
|
short_desc="Fast and Secure Tunneling Daemon"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://projects.universe-factory.net/projects/fastd"
|
homepage="https://projects.universe-factory.net/projects/fastd"
|
||||||
distfiles="https://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar"
|
distfiles="https://github.com/NeoRaider/fastd/releases/download/v$version/fastd-$version.tar.xz"
|
||||||
checksum=dce99ee057f43e3d732a120fb0cb60acb3b86e8231d3dd64ab72fc1254c2491a
|
checksum=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c
|
||||||
configure_args="ENABLE_LTO=ON -DWITH_CIPHER_AES128_CTR_NACL=OFF"
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/fastd/secret.conf
|
/etc/fastd/secret.conf
|
||||||
/etc/fastd/fastd.conf"
|
/etc/fastd/fastd.conf"
|
||||||
|
|
Loading…
Reference in a new issue