summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2018-02-16 11:44:48 +0100
committerRemi Gacogne2018-02-16 11:44:48 +0100
commit1e0779b308be5fcb7bbc72cc48e36bb62a0915ad (patch)
treee6b67c44040e15757e0ddb3110b5b30fa5e3d22e
parent161d45c7e553cfde4795e2dca108233f2dd1621c (diff)
downloadaur-1e0779b308be5fcb7bbc72cc48e36bb62a0915ad.tar.gz
dnsdist: Update to 1.2.1, remove useless deps
Thanks to MCL for remarking that the following dependencies were not needed: - pandoc - python-virtualenv - ragel They are only needed when buidling straight from git, but of course not when building from the official tarballs.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcf7541982d8..3f5a2809f6b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Dec 3 21:57:24 UTC 2017
+# Fri Feb 16 10:44:04 UTC 2018
pkgbase = dnsdist
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
license = GPL2
makedepends = boost
- makedepends = pandoc
- makedepends = python-virtualenv
- makedepends = ragel
makedepends = systemd
depends = libedit
depends = libsodium
@@ -19,10 +16,10 @@ pkgbase = dnsdist
depends = net-snmp
depends = protobuf
depends = re2
- source = https://downloads.powerdns.com/releases/dnsdist-1.2.0.tar.bz2
- source = https://downloads.powerdns.com/releases/dnsdist-1.2.0.tar.bz2.asc
+ source = https://downloads.powerdns.com/releases/dnsdist-1.2.1.tar.bz2
+ source = https://downloads.powerdns.com/releases/dnsdist-1.2.1.tar.bz2.asc
source = sysusers.conf
- sha512sums = 93f8c5f18462d3291c973a690f6ac2b3c5791d9947bee83d9250b503b7526de365bdcb530f3b082e51ae168a9129e77d5558af7cc3b9d2e98a585af53783c237
+ sha512sums = 0f88fbe15d79e5b6240343a660b4207502523877114056dfce7995079f48bdfd9d901bae1e018edc2286af5a110b1ffe2503fc196d2bda9ca9a85d76ff585d28
sha512sums = SKIP
sha512sums = d55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893
diff --git a/PKGBUILD b/PKGBUILD
index 3883cda05312..01b7ac14e686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
@@ -8,11 +8,11 @@ url='https://dnsdist.org/'
license=('GPL2')
source=(https://downloads.powerdns.com/releases/${pkgname}-${pkgver}.tar.bz2{,.asc}
sysusers.conf)
-sha512sums=('93f8c5f18462d3291c973a690f6ac2b3c5791d9947bee83d9250b503b7526de365bdcb530f3b082e51ae168a9129e77d5558af7cc3b9d2e98a585af53783c237'
+sha512sums=('0f88fbe15d79e5b6240343a660b4207502523877114056dfce7995079f48bdfd9d901bae1e018edc2286af5a110b1ffe2503fc196d2bda9ca9a85d76ff585d28'
'SKIP'
'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
validpgpkeys=('D6300CABCBF469BBE392E503A208ED4F8AF58446') # Remi Gacogne <remi.gacogne@powerdns.com>
-makedepends=('boost' 'pandoc' 'python-virtualenv' 'ragel' 'systemd')
+makedepends=('boost' 'systemd')
depends=('libedit' 'libsodium' 'libsystemd' 'lua' 'net-snmp' 'protobuf' 're2')
build() {