extra/bind to 9.20.0-1

This commit is contained in:
David Beauchamp 2024-07-30 11:50:31 -04:00
parent af05877f9a
commit a8809ec988
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = bind
pkgdesc = A complete, highly portable implementation of the DNS protocol
pkgver = 9.18.28
pkgver = 9.20.0
pkgrel = 1
url = https://www.isc.org/software/bind/
install = bind.install
@ -27,6 +27,7 @@ pkgbase = bind
depends = zlib
depends = jemalloc
depends = libnghttp2
depends = liburcu
provides = bind-tools
provides = dnsutils
provides = dns-server
@ -40,8 +41,8 @@ pkgbase = bind
backup = var/named/127.0.0.zone
backup = var/named/localhost.zone
backup = var/named/localhost.ip6.zone
source = https://ftp.isc.org/isc/bind9/9.18.28/bind-9.18.28.tar.xz
source = https://ftp.isc.org/isc/bind9/9.18.28/bind-9.18.28.tar.xz.asc
source = https://ftp.isc.org/isc/bind9/9.20.0/bind-9.20.0.tar.xz
source = https://ftp.isc.org/isc/bind9/9.20.0/bind-9.20.0.tar.xz.asc
source = tmpfiles.conf
source = sysusers.conf
source = named.conf
@ -51,7 +52,7 @@ pkgbase = bind
source = 127.0.0.zone
validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA
validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC
sha256sums = e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7
sha256sums = cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347
sha256sums = SKIP
sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98
sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c

View file

@ -8,7 +8,7 @@
# - !makeflags - bind build doesn't like concurrency
pkgname=bind
pkgver=9.18.28
pkgver=9.20.0
#pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc='A complete, highly portable implementation of the DNS protocol'
@ -18,7 +18,7 @@ arch=('x86_64')
options=('!emptydirs' '!makeflags')
depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'libedit' 'json-c'
'krb5' 'libcap' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2' 'lmdb'
'openssl' 'readline' 'xz' 'zlib' 'jemalloc' 'libnghttp2')
'openssl' 'readline' 'xz' 'zlib' 'jemalloc' 'libnghttp2' 'liburcu')
conflicts=('bind-tools' 'dnsutils')
replaces=('bind-tools' 'dnsutils' 'host')
provides=('bind-tools' 'dnsutils' 'dns-server')
@ -37,7 +37,7 @@ source=("https://ftp.isc.org/isc/bind9/${pkgver}/bind-${pkgver}.tar.xz"{,.asc}
'localhost.zone'
'localhost.ip6.zone'
'127.0.0.zone')
sha256sums=('e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7'
sha256sums=('cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347'
'SKIP'
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'