summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2018-11-19 11:32:25 +0800
committerAllen Zhong2018-11-19 11:32:25 +0800
commitd859783f681ad35b28a70818fcdaa34786d3bf30 (patch)
treeefb37f434a7d3243b432b2cdb58a4fcce4d08942
parent1a30ffd4fcedd4a5b38196f63dad581053fa8099 (diff)
downloadaur-d859783f681ad35b28a70818fcdaa34786d3bf30.tar.gz
upgpkg: bind-rl 9.13.3-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d54d9e03a39..4cd3dd34e462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Sep 11 09:51:10 UTC 2018
+# Mon Nov 19 03:14:38 UTC 2018
pkgbase = bind-rl
- pkgver = 9.13.2
+ pkgver = 9.13.3
pkgrel = 1
url = https://www.isc.org/software/bind/
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = bind-rl
makedepends = python-ply
makedepends = libseccomp
options = !emptydirs
- source = https://ftp.isc.org/isc/bind9/9.13.2/bind-9.13.2.tar.gz
- source = https://ftp.isc.org/isc/bind9/9.13.2/bind-9.13.2.tar.gz.asc
+ source = https://ftp.isc.org/isc/bind9/9.13.3/bind-9.13.3.tar.gz
+ source = https://ftp.isc.org/isc/bind9/9.13.3/bind-9.13.3.tar.gz.asc
source = tmpfiles.conf
source = sysusers.conf
source = named.conf
@@ -31,7 +31,7 @@ pkgbase = bind-rl
source = localhost.ip6.zone
source = 127.0.0.zone
source = empty.zone
- sha1sums = bd9c44cd1a19aa100ebd1f9fe94ce47e47e0eca7
+ sha1sums = eed41fd32887bd163935fe14b94afad4a8b287c2
sha1sums = SKIP
sha1sums = c5a2bcd9b0f009ae71f3a03fbdbe012196962a11
sha1sums = 9537f4835a1f736788d0733c7996a10db2d4eee4
@@ -43,7 +43,7 @@ pkgbase = bind-rl
sha1sums = 4f4457b310cbbeadca2272eced062a9c2b2b42fe
pkgname = bind-rl
- pkgdesc = The ISC DNS Server
+ pkgdesc = The ISC DNS Server, with Response Rate Limit (RRL) enabled
depends = glibc
depends = libxml2
depends = libcap
@@ -77,7 +77,7 @@ pkgname = bind-rl-tools
depends = dnssec-anchors
depends = json-c
optdepends = python: for python scripts
- provides = dnsutils=9.13.2
+ provides = dnsutils=9.13.3
conflicts = dnsutils
conflicts = bind-tools
replaces = dnsutils
diff --git a/PKGBUILD b/PKGBUILD
index 4af7b09a9c1e..63ee6ed45d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=bind-rl
pkgname=(bind-rl bind-rl-tools)
-_pkgver=9.13.2
+_pkgver=9.13.3
pkgver=${_pkgver//-/.}
pkgrel=1
url='https://www.isc.org/software/bind/'
@@ -28,7 +28,7 @@ source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
'localhost.ip6.zone'
'127.0.0.zone'
'empty.zone')
-sha1sums=('bd9c44cd1a19aa100ebd1f9fe94ce47e47e0eca7'
+sha1sums=('eed41fd32887bd163935fe14b94afad4a8b287c2'
'SKIP'
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
'9537f4835a1f736788d0733c7996a10db2d4eee4'
@@ -82,7 +82,7 @@ build() {
}
package_bind-rl() {
- pkgdesc='The ISC DNS Server'
+ pkgdesc='The ISC DNS Server, with Response Rate Limit (RRL) enabled'
provides=('dns-server')
depends=('glibc' 'libxml2' 'libcap' 'libseccomp' 'openssl' 'geoip' 'json-c'
'bind-tools')