summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8259b8de49a4..ffee39da5b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = 1.9.0alpha3.r9.g01cf968b0
+ pkgver = 1.9.0rc1.r3.gc230fb89c
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = boost
makedepends = git
makedepends = pandoc
@@ -14,11 +14,13 @@ pkgbase = dnsdist-git
depends = fstrm
depends = gnutls
depends = h2o-2.2
+ depends = libbpf
depends = libcap
depends = libedit
depends = libnghttp2
depends = libsodium
depends = libsystemd
+ depends = libxdp
depends = lmdb
depends = luajit
depends = net-snmp
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 \