summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2018-11-29 14:38:48 +0100
committerRemi Gacogne2018-11-29 14:38:48 +0100
commit634e6e780f4436e7d45b400c177c69c5d326d791 (patch)
tree16baf49983501c9cfe1fb450873f3f8d43ccf94a
parentb6a36a1ecaf7665daf15be2842fc87a3e9ad2523 (diff)
downloadaur-634e6e780f4436e7d45b400c177c69c5d326d791.tar.gz
dnsdist-git: Switch to new configure options, non-privileged start.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1a7b5a00394..0494995f7329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 9 12:37:07 UTC 2018
+# Thu Nov 29 13:38:26 UTC 2018
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = r14194.3046821a9
+ pkgver = r15598.04359e83c
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 70fff6642719..c66988501525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=r14194.3046821a9
+pkgver=r15598.04359e83c
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
@@ -29,16 +29,16 @@ build() {
--localstatedir=/var \
--with-ebpf \
--with-protobuf \
+ --with-gnutls \
+ --with-libsodium \
+ --with-libssl \
+ --with-re2 \
+ --enable-dnstap \
--enable-dns-over-tls \
--enable-dnscrypt \
- --enable-gnutls \
- --enable-libsodium \
- --enable-libssl \
- --enable-fstrm \
- --enable-re2 \
--enable-systemd
make
- sed -i 's,ExecStart=/usr/bin/dnsdist --supervised --disable-syslog,ExecStart=/usr/bin/dnsdist --supervised --disable-syslog -u dnsdist,' dnsdist.service
+ sed -i 's,CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID,CapabilityBoundingSet=CAP_NET_BIND_SERVICE\nAmbientCapabilities=CAP_NET_BIND_SERVICE\nUser=dnsdist\nGroup=dnsdist,' dnsdist.service
}
package() {