summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2018-07-11 14:45:25 +0200
committerRemi Gacogne2018-07-11 14:45:25 +0200
commit951b03726a6c18932abd2b3c0696119cb2c90955 (patch)
tree079019ff7c99e0dff59be66c5f19239aa3611029
parentd1e88597c9317d2267b29f52e6cf1e44c56dba93 (diff)
downloadaur-951b03726a6c18932abd2b3c0696119cb2c90955.tar.gz
dnsdist: Update to 1.3.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f9ea7c5df9..aa5bae844c27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 8 06:55:11 UTC 2018
+# Wed Jul 11 12:44:55 UTC 2018
pkgbase = dnsdist
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = 1.3.0
+ pkgver = 1.3.2
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
@@ -19,14 +19,12 @@ pkgbase = dnsdist
depends = openssl
depends = protobuf
depends = re2
- source = https://downloads.powerdns.com/releases/dnsdist-1.3.0.tar.bz2
- source = https://downloads.powerdns.com/releases/dnsdist-1.3.0.tar.bz2.asc
+ source = https://downloads.powerdns.com/releases/dnsdist-1.3.2.tar.bz2
+ source = https://downloads.powerdns.com/releases/dnsdist-1.3.2.tar.bz2.asc
source = sysusers.conf
- source = theL-boost-1.67.patch
- sha512sums = 35c5dd1f5104ed7f043ce04cbaac14e2eebb2b61ed827e838f5ac0ee1fd4afd4310853df8a193abc37654d2438b10297c611d4b05d8d1bd5e50424d1409851dc
+ sha512sums = af7c360d6a5255bc9588622747b8939d30669e2d7d749275b30a9be8cf306a92768327057a93bfa901c44ac8a7572c9bb801a7f6ceca6d736f3e9c71f80f5726
sha512sums = SKIP
sha512sums = d55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893
- sha512sums = 816c74e9a0516593cd420511525b1f5be8e5dac136bf185b2762686496f221e6a1614349dcf1747a5fc8aa185a157b5fd73ca8bd3198a40369d09114f75daff0
pkgname = dnsdist
diff --git a/PKGBUILD b/PKGBUILD
index 98891e974986..5d64da234d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,20 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
license=('GPL2')
source=(https://downloads.powerdns.com/releases/${pkgname}-${pkgver}.tar.bz2{,.asc}
- sysusers.conf
- theL-boost-1.67.patch)
-sha512sums=('35c5dd1f5104ed7f043ce04cbaac14e2eebb2b61ed827e838f5ac0ee1fd4afd4310853df8a193abc37654d2438b10297c611d4b05d8d1bd5e50424d1409851dc'
+ sysusers.conf)
+sha512sums=('af7c360d6a5255bc9588622747b8939d30669e2d7d749275b30a9be8cf306a92768327057a93bfa901c44ac8a7572c9bb801a7f6ceca6d736f3e9c71f80f5726'
'SKIP'
- 'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893'
- '816c74e9a0516593cd420511525b1f5be8e5dac136bf185b2762686496f221e6a1614349dcf1747a5fc8aa185a157b5fd73ca8bd3198a40369d09114f75daff0')
+ 'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
validpgpkeys=('D6300CABCBF469BBE392E503A208ED4F8AF58446') # Remi Gacogne <remi.gacogne@powerdns.com>
makedepends=('boost' 'systemd')
depends=('fstrm' 'gnutls' 'libedit' 'libsodium' 'libsystemd' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2')
-prepare() {
- cd "${pkgname}-${pkgver}"
- patch -Np1 -i ../theL-boost-1.67.patch
-}
-
build() {
cd "${pkgname}-${pkgver}"
./configure \
@@ -29,7 +22,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--with-ebpf \
- --with-luajit \
+ --with-lua=luajit \
--with-protobuf \
--enable-dns-over-tls \
--enable-dnscrypt \