summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2019-11-21 11:40:47 +0100
committerRemi Gacogne2019-11-21 11:40:47 +0100
commit5db65f78ddfdd74860e641dced23e522483f073c (patch)
treec10bfa43c02e6f8d034e9db846c348a1149546e1
parenta78b1ad00a5929855d839ce3ff7982531a82b08b (diff)
downloadaur-5db65f78ddfdd74860e641dced23e522483f073c.tar.gz
dnsdist: Enable DNS-over-HTTPS support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f17554b3a4d5..1a8ffc78e82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dnsdist
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://dnsdist.org/
arch = x86_64
license = GPL2
@@ -9,6 +9,7 @@ pkgbase = dnsdist
makedepends = systemd
depends = fstrm
depends = gnutls
+ depends = h2o
depends = libcap
depends = libedit
depends = libsodium
diff --git a/PKGBUILD b/PKGBUILD
index 98fe1bd9ad9d..b92af4a0d321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
@@ -13,7 +13,7 @@ sha512sums=('c9450e97325d8ad8c8c3a395412c46ea8053cbe1ebe73329a1618212ba29bdf2f8d
'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
validpgpkeys=('D6300CABCBF469BBE392E503A208ED4F8AF58446') # Remi Gacogne <remi.gacogne@powerdns.com>
makedepends=('boost' 'systemd')
-depends=('fstrm' 'gnutls' 'libcap' 'libedit' 'libsodium' 'libsystemd' 'lmdb' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2' 'tinycdb')
+depends=('fstrm' 'gnutls' 'h2o' 'libcap' 'libedit' 'libsodium' 'libsystemd' 'lmdb' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2' 'tinycdb')
build() {
cd "${pkgname}-${pkgver}"
@@ -29,6 +29,7 @@ build() {
--with-re2 \
--enable-dnstap \
--enable-dns-over-tls \
+ --enable-dns-over-https \
--enable-dnscrypt \
--enable-systemd
make