summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Surý2017-02-28 10:20:23 +0100
committerOndřej Surý2017-02-28 10:49:14 +0100
commit7033df2b8f8eed9f36787f755fbc0a54392cb9ba (patch)
treed2bc33b83c0f940c82ecfa2e7d9625245b642d0b
parent9af79ad13d377a410dd9e64ab46ba67b6ab2ef44 (diff)
downloadaur-7033df2b8f8eed9f36787f755fbc0a54392cb9ba.tar.gz
Enable dnstap module
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c80ac32d42..7d3f00c4a7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 09:15:03 UTC 2017
+# Tue Feb 28 09:49:09 UTC 2017
pkgbase = knot
pkgdesc = high-performance authoritative-only DNS server
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.knot-dns.cz/
install = install
arch = i686
@@ -14,6 +14,8 @@ pkgbase = knot
depends = zlib
depends = lmdb
depends = jansson
+ depends = protobuf-c
+ depends = fstrm
source = https://secure.nic.cz/files/knot-dns/knot-2.4.1.tar.xz
source = knot.service
source = knot.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 6ac3e71bb287..5150bb4cf18d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
srcname=knot
pkgname=${srcname}
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='high-performance authoritative-only DNS server'
url='https://www.knot-dns.cz/'
arch=('i686' 'x86_64')
license=('GPL3')
install=install
-depends=('liburcu>=0.5.4' 'gnutls>=3.0' 'zlib' 'lmdb' 'jansson')
+depends=('liburcu>=0.5.4' 'gnutls>=3.0' 'zlib' 'lmdb' 'jansson' 'protobuf-c' 'fstrm')
source=("https://secure.nic.cz/files/knot-dns/${srcname}-${pkgver}.tar.xz"
'knot.service'
'knot.tmpfiles')
@@ -31,6 +31,7 @@ build() {
--with-rundir=/run/knot \
--with-storage=/var/lib/knot \
--enable-recvmmsg=yes \
+ --enable-dnstap \
--disable-silent-rules
make