diff --git a/bind/.SRCINFO b/bind/.SRCINFO index 2ec6d094b8..01d3196994 100644 --- a/bind/.SRCINFO +++ b/bind/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bind pkgdesc = A complete, highly portable implementation of the DNS protocol - pkgver = 9.20.4 + pkgver = 9.20.5 pkgrel = 1 url = https://www.isc.org/software/bind/ install = bind.install @@ -31,7 +31,6 @@ pkgbase = bind depends = readline depends = xz depends = zlib - depends = jemalloc depends = libnghttp2 depends = liburcu provides = bind-tools @@ -47,7 +46,7 @@ pkgbase = bind backup = var/named/127.0.0.zone backup = var/named/localhost.zone backup = var/named/localhost.ip6.zone - source = git+https://gitlab.isc.org/isc-projects/bind9.git#tag=v9.20.4 + source = git+https://gitlab.isc.org/isc-projects/bind9.git#tag=v9.20.5 source = tmpfiles.conf source = sysusers.conf source = named.conf @@ -55,9 +54,9 @@ pkgbase = bind source = localhost.zone source = localhost.ip6.zone source = 127.0.0.zone - sha256sums = 9581ea49349a127d3e9668e8a4c34928fbef4cd0de2cbcaeabe98c35564509a0 + sha256sums = 60db5014411bbc39712f1364f6faea014be23b5df8fb77193c4316c58b3fab66 sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98 - sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c + sha256sums = c968019a5f040a4a8f9ed13d82d4ba597652224b42f7cff123d8125af2c5108c sha256sums = e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb sha256sums = 3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34 sha256sums = 0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f diff --git a/bind/PKGBUILD b/bind/PKGBUILD index 768cbc311d..61e4553e65 100644 --- a/bind/PKGBUILD +++ b/bind/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: Mario Vazquez pkgname=bind -pkgver=9.20.4 +pkgver=9.20.5 pkgrel=1 pkgdesc='A complete, highly portable implementation of the DNS protocol' url='https://www.isc.org/software/bind/' @@ -15,7 +15,7 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) options=('!emptydirs') depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'libedit' 'json-c' 'krb5' 'libcap' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2' 'lmdb' - 'openssl' 'readline' 'xz' 'zlib' 'jemalloc' 'libnghttp2' 'liburcu') + 'openssl' 'readline' 'xz' 'zlib' 'libnghttp2' 'liburcu') makedepends=('git' 'python-sphinx') conflicts=('bind-tools' 'dnsutils') replaces=('bind-tools' 'dnsutils' 'host') @@ -33,9 +33,9 @@ source=("git+https://gitlab.isc.org/isc-projects/bind9.git#tag=v${pkgver}" 'localhost.zone' 'localhost.ip6.zone' '127.0.0.zone') -sha256sums=('9581ea49349a127d3e9668e8a4c34928fbef4cd0de2cbcaeabe98c35564509a0' +sha256sums=('60db5014411bbc39712f1364f6faea014be23b5df8fb77193c4316c58b3fab66' 'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98' - '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c' + 'c968019a5f040a4a8f9ed13d82d4ba597652224b42f7cff123d8125af2c5108c' 'e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb' '3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34' '0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f' diff --git a/bind/sysusers.conf b/bind/sysusers.conf index b02acb172e..7a8b1bd69c 100644 --- a/bind/sysusers.conf +++ b/bind/sysusers.conf @@ -1 +1 @@ -u named 40 "BIND DNS Server" - +u! named 40 "BIND DNS Server" -