mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/bind to 9.18.20-1
This commit is contained in:
parent
13205c5383
commit
03d9f1a5bb
2 changed files with 66 additions and 2 deletions
64
extra/bind/.SRCINFO
Normal file
64
extra/bind/.SRCINFO
Normal file
|
@ -0,0 +1,64 @@
|
|||
pkgbase = bind
|
||||
pkgdesc = A complete, highly portable implementation of the DNS protocol
|
||||
pkgver = 9.18.20
|
||||
pkgrel = 1
|
||||
url = https://www.isc.org/software/bind/
|
||||
install = bind.install
|
||||
arch = x86_64
|
||||
license = MPL2
|
||||
depends = bash
|
||||
depends = dnssec-anchors
|
||||
depends = e2fsprogs
|
||||
depends = glibc
|
||||
depends = icu
|
||||
depends = libedit
|
||||
depends = json-c
|
||||
depends = krb5
|
||||
depends = libcap
|
||||
depends = libidn2
|
||||
depends = libmaxminddb
|
||||
depends = libnsl
|
||||
depends = libuv
|
||||
depends = libxml2
|
||||
depends = lmdb
|
||||
depends = openssl
|
||||
depends = readline
|
||||
depends = xz
|
||||
depends = zlib
|
||||
depends = jemalloc
|
||||
depends = libnghttp2
|
||||
provides = bind-tools
|
||||
provides = dnsutils
|
||||
provides = dns-server
|
||||
conflicts = bind-tools
|
||||
conflicts = dnsutils
|
||||
replaces = bind-tools
|
||||
replaces = dnsutils
|
||||
replaces = host
|
||||
options = !emptydirs
|
||||
backup = etc/named.conf
|
||||
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.20/bind-9.18.20.tar.xz
|
||||
source = https://ftp.isc.org/isc/bind9/9.18.20/bind-9.18.20.tar.xz.asc
|
||||
source = tmpfiles.conf
|
||||
source = sysusers.conf
|
||||
source = named.conf
|
||||
source = named.service
|
||||
source = localhost.zone
|
||||
source = localhost.ip6.zone
|
||||
source = 127.0.0.zone
|
||||
validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA
|
||||
validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC
|
||||
sha256sums = 4b891ebf58d3f2a7ac3dd2682990f528a3448eaa1c992ddc5c141b8587a98ec5
|
||||
sha256sums = SKIP
|
||||
sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98
|
||||
sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c
|
||||
sha256sums = e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb
|
||||
sha256sums = 3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34
|
||||
sha256sums = 0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f
|
||||
sha256sums = c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17
|
||||
sha256sums = b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8
|
||||
|
||||
pkgname = bind
|
|
@ -7,7 +7,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - !makeflags - bind build doesn't like concurrency
|
||||
|
||||
_pkgver=9.18.19
|
||||
_pkgver=9.18.20
|
||||
pkgname=bind
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
|
@ -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=('115e09c05439bebade1d272eda08fa88eb3b60129edef690588c87a4d27612cc'
|
||||
sha256sums=('4b891ebf58d3f2a7ac3dd2682990f528a3448eaa1c992ddc5c141b8587a98ec5'
|
||||
'SKIP'
|
||||
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
|
||||
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
|
||||
|
|
Loading…
Reference in a new issue