mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/bind to 9.18.24-1
This commit is contained in:
parent
265489b2b2
commit
8764e6e961
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = bind
|
pkgbase = bind
|
||||||
pkgdesc = A complete, highly portable implementation of the DNS protocol
|
pkgdesc = A complete, highly portable implementation of the DNS protocol
|
||||||
pkgver = 9.18.21
|
pkgver = 9.18.24
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.isc.org/software/bind/
|
url = https://www.isc.org/software/bind/
|
||||||
install = bind.install
|
install = bind.install
|
||||||
|
@ -40,8 +40,8 @@ pkgbase = bind
|
||||||
backup = var/named/127.0.0.zone
|
backup = var/named/127.0.0.zone
|
||||||
backup = var/named/localhost.zone
|
backup = var/named/localhost.zone
|
||||||
backup = var/named/localhost.ip6.zone
|
backup = var/named/localhost.ip6.zone
|
||||||
source = https://ftp.isc.org/isc/bind9/9.18.21/bind-9.18.21.tar.xz
|
source = https://ftp.isc.org/isc/bind9/9.18.24/bind-9.18.24.tar.xz
|
||||||
source = https://ftp.isc.org/isc/bind9/9.18.21/bind-9.18.21.tar.xz.asc
|
source = https://ftp.isc.org/isc/bind9/9.18.24/bind-9.18.24.tar.xz.asc
|
||||||
source = tmpfiles.conf
|
source = tmpfiles.conf
|
||||||
source = sysusers.conf
|
source = sysusers.conf
|
||||||
source = named.conf
|
source = named.conf
|
||||||
|
@ -51,7 +51,7 @@ pkgbase = bind
|
||||||
source = 127.0.0.zone
|
source = 127.0.0.zone
|
||||||
validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA
|
validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA
|
||||||
validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC
|
validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC
|
||||||
sha256sums = a556be22505d9ea4f9c6717aee9c549739c68498aff3ca69035787ecc648fec5
|
sha256sums = 709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98
|
sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98
|
||||||
sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c
|
sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - !makeflags - bind build doesn't like concurrency
|
# - !makeflags - bind build doesn't like concurrency
|
||||||
|
|
||||||
_pkgver=9.18.21
|
_pkgver=9.18.24
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
@ -37,7 +37,7 @@ source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.xz"{,.asc}
|
||||||
'localhost.zone'
|
'localhost.zone'
|
||||||
'localhost.ip6.zone'
|
'localhost.ip6.zone'
|
||||||
'127.0.0.zone')
|
'127.0.0.zone')
|
||||||
sha256sums=('a556be22505d9ea4f9c6717aee9c549739c68498aff3ca69035787ecc648fec5'
|
sha256sums=('709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
|
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
|
||||||
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
|
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
|
||||||
|
|
Loading…
Reference in a new issue