From 84ea8e32de115d3298bf4137bf7408d72736feeb Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 11 Nov 2020 18:42:32 -0600 Subject: [PATCH] fastd: update to 21 --- srcpkgs/fastd/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template index 2bca39e95f8..1c43d73013a 100644 --- a/srcpkgs/fastd/template +++ b/srcpkgs/fastd/template @@ -1,17 +1,17 @@ # Template file for 'fastd' pkgname=fastd -version=18 -revision=5 -build_style=cmake -hostmakedepends="pkg-config bison" -makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel" +version=21 +revision=1 +build_style=meson +configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled" +hostmakedepends="bison pkg-config" +makedepends="libcap-devel json-c-devel libuecc-devel libsodium-devel" short_desc="Fast and Secure Tunneling Daemon" maintainer="Enno Boland " -license="BSD" +license="BSD-2-Clause" homepage="https://projects.universe-factory.net/projects/fastd" -distfiles="https://git.universe-factory.net/fastd/snapshot/fastd-${version}.tar" -checksum=dce99ee057f43e3d732a120fb0cb60acb3b86e8231d3dd64ab72fc1254c2491a -configure_args="ENABLE_LTO=ON -DWITH_CIPHER_AES128_CTR_NACL=OFF" +distfiles="https://github.com/NeoRaider/fastd/releases/download/v$version/fastd-$version.tar.xz" +checksum=942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c conf_files=" /etc/fastd/secret.conf /etc/fastd/fastd.conf"