summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRemi Gacogne2024-01-30 16:46:58 +0100
committerRemi Gacogne2024-01-30 16:46:58 +0100
commitb3b6e1f1655e24251097beefcf5f2378b8be1886 (patch)
treee80913a709dcd7b4e840325fc60ef666c11349bf /PKGBUILD
parente5ab04df7aaa0af0b846afa86c3821a566a8dd81 (diff)
downloadaur-dnsdist-git.tar.gz
dnsdist-git: Update for 1.9.0-rc1, including DoH3 and AF_XDP support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 676082dda132..a564079e4d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=1.9.0alpha3.r9.g01cf968b0
+pkgver=1.9.0rc1.r3.gc230fb89c
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
-license=('GPL2')
+license=('GPL-2.0-only')
source=("${pkgname}::git+https://github.com/PowerDNS/pdns"
sysusers.conf)
sha512sums=('SKIP'
'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
makedepends=('boost' 'git' 'pandoc' 'python-virtualenv' 'ragel' 'systemd')
-depends=('fstrm' 'gnutls' 'h2o-2.2' 'libcap' 'libedit' 'libnghttp2' 'libsodium' 'libsystemd' 'lmdb' 'luajit' 'net-snmp' 'openssl' 'quiche' 're2' 'tinycdb')
+depends=('fstrm' 'gnutls' 'h2o-2.2' 'libbpf' 'libcap' 'libedit' 'libnghttp2' 'libsodium' 'libsystemd' 'libxdp' 'lmdb' 'luajit' 'net-snmp' 'openssl' 'quiche' 're2' 'tinycdb')
provides=('dnsdist')
conflicts=('dnsdist')
@@ -40,8 +40,10 @@ build() {
--with-nghttp2 \
--with-quiche \
--with-re2 \
+ --with-xsk \
--enable-dnstap \
--enable-dns-over-quic \
+ --enable-dns-over-http3 \
--enable-dns-over-https \
--enable-dns-over-tls \
--enable-dnscrypt \