summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2022-06-14 10:32:27 +0200
committerRemi Gacogne2022-06-14 10:32:27 +0200
commit84c6522d24f4ee67d83a9aceb6991dbf54ce4e46 (patch)
tree4c752dcb47b308d828811f9b7c001d69942a050f
parentf132e6954d523981d8f3e86f844bb97b77aacb95 (diff)
downloadaur-84c6522d24f4ee67d83a9aceb6991dbf54ce4e46.tar.gz
dnsdist: Update to 1.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f84c4c6bd3f4..c7f4a758063d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnsdist
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
@@ -21,11 +21,11 @@ pkgbase = dnsdist
depends = openssl
depends = re2
depends = tinycdb
- source = https://downloads.powerdns.com/releases/dnsdist-1.7.1.tar.bz2
- source = https://downloads.powerdns.com/releases/dnsdist-1.7.1.tar.bz2.asc
+ source = https://downloads.powerdns.com/releases/dnsdist-1.7.2.tar.bz2
+ source = https://downloads.powerdns.com/releases/dnsdist-1.7.2.tar.bz2.asc
source = sysusers.conf
validpgpkeys = D6300CABCBF469BBE392E503A208ED4F8AF58446
- sha512sums = eee44a9994c6cab84977cad58539ca59882149d6898dfeed9e4190f06ddbc280b836bf426d22e6980d8acae1437290bddcc5166af165b6eb48c77c669281a310
+ sha512sums = 2048ac0f861547fb103da1a128fd39a35ed689ccbf3c080232a3bd0550c9e7c7e01c95864d61e065e341a9f4111c974d2db2aba73eb8f7cba9bf8273da39b8a6
sha512sums = SKIP
sha512sums = d55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893
diff --git a/PKGBUILD b/PKGBUILD
index 1ce18399ae2e..cb09c56cf511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://dnsdist.org/'
license=('GPL2')
source=(https://downloads.powerdns.com/releases/${pkgname}-${pkgver}.tar.bz2{,.asc}
sysusers.conf)
-sha512sums=('eee44a9994c6cab84977cad58539ca59882149d6898dfeed9e4190f06ddbc280b836bf426d22e6980d8acae1437290bddcc5166af165b6eb48c77c669281a310'
+sha512sums=('2048ac0f861547fb103da1a128fd39a35ed689ccbf3c080232a3bd0550c9e7c7e01c95864d61e065e341a9f4111c974d2db2aba73eb8f7cba9bf8273da39b8a6'
'SKIP'
'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
validpgpkeys=('D6300CABCBF469BBE392E503A208ED4F8AF58446') # Remi Gacogne <remi.gacogne@powerdns.com>