From 7209be767819971ae1d1e6b52bf800b4450365c1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 16 May 2024 00:30:45 +0000 Subject: [PATCH] extra/bind to 9.18.27-1 --- extra/bind/.SRCINFO | 10 +++++----- extra/bind/PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extra/bind/.SRCINFO b/extra/bind/.SRCINFO index 4030e7e2c..cd4a16f94 100644 --- a/extra/bind/.SRCINFO +++ b/extra/bind/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = bind pkgdesc = A complete, highly portable implementation of the DNS protocol - pkgver = 9.18.26 - pkgrel = 2 + pkgver = 9.18.27 + pkgrel = 1 url = https://www.isc.org/software/bind/ install = bind.install arch = x86_64 @@ -40,8 +40,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.26/bind-9.18.26.tar.xz - source = https://ftp.isc.org/isc/bind9/9.18.26/bind-9.18.26.tar.xz.asc + source = https://ftp.isc.org/isc/bind9/9.18.27/bind-9.18.27.tar.xz + source = https://ftp.isc.org/isc/bind9/9.18.27/bind-9.18.27.tar.xz.asc source = tmpfiles.conf source = sysusers.conf source = named.conf @@ -51,7 +51,7 @@ pkgbase = bind source = 127.0.0.zone validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC - sha256sums = 75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651 + sha256sums = ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1 sha256sums = SKIP sha256sums = f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98 sha256sums = 7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index c9c2e4891..c28ecb4ea 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -7,10 +7,10 @@ # ALARM: Kevin Mihelich # - !makeflags - bind build doesn't like concurrency -_pkgver=9.18.26 +_pkgver=9.18.27 pkgname=bind pkgver=${_pkgver//-/.} -pkgrel=2 +pkgrel=1 pkgdesc='A complete, highly portable implementation of the DNS protocol' url='https://www.isc.org/software/bind/' license=('MPL2') @@ -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=('75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651' +sha256sums=('ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1' 'SKIP' 'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98' '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'