summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Špaček2022-10-21 13:55:53 +0200
committerPetr Špaček2022-10-21 13:55:53 +0200
commitbcc94c9c735034f3136066b9b5f4cd7a6eaf09a4 (patch)
treed829bf3ab18cbf579e8260bbe64ba5266d116213
parent002e36b1412283f5bf73bbf2b2c082b5df11fa3d (diff)
downloadaur-bcc94c9c735034f3136066b9b5f4cd7a6eaf09a4.tar.gz
re-enable QUIC support, ngtcp2 0.10.0 now works with Knot DNS d16319067
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e103ec072d93..ec5c96f43f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = knot-git
pkgdesc = High-performance authoritative-only DNS server, development build
- pkgver = 3.3.dev.r78.f6670ca01
- pkgrel = 4
+ pkgver = 3.3.dev.r81.d16319067
+ pkgrel = 1
url = https://www.knot-dns.cz/
arch = x86_64
license = GPL3
@@ -26,7 +26,7 @@ pkgbase = knot-git
depends = libnghttp2
depends = libmnl
depends = ngtcp2
- provides = knot=3.3.dev.r78.f6670ca01
+ provides = knot=3.3.dev.r81.d16319067
conflicts = knot
options = !strip
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 5b84cadbaacc..af61457c87cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
pkgname=knot-git
-pkgver=3.3.dev.r78.f6670ca01
-pkgrel=4
+pkgver=3.3.dev.r81.d16319067
+pkgrel=1
pkgdesc="High-performance authoritative-only DNS server, development build"
arch=('x86_64')
url="https://www.knot-dns.cz/"
@@ -38,7 +38,7 @@ prepare() {
--with-storage=/var/lib/knot \
--enable-recvmmsg \
--enable-dnstap \
- --disable-quic \
+ --enable-quic \
--enable-systemd \
--enable-reuseport \
--disable-silent-rules \