extra/bind to 9.14.8-4

This commit is contained in:
Kevin Mihelich 2019-12-06 00:38:39 +00:00
parent 99a7809124
commit dfbfd0493e
4 changed files with 30 additions and 51 deletions

View file

@ -11,14 +11,14 @@ pkgbase=bind
pkgname=(bind bind-tools) pkgname=(bind bind-tools)
_pkgver=9.14.8 _pkgver=9.14.8
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=2 pkgrel=4
url='https://www.isc.org/software/bind/' url='https://www.isc.org/software/bind/'
license=('MPL2') license=('MPL2')
arch=('x86_64') arch=('x86_64')
options=('!emptydirs' '!makeflags') options=('!emptydirs' '!makeflags')
makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline' makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb' 'libidn2' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb' 'zlib' 'icu'
'zlib' 'icu' 'xz') 'xz' 'libmaxminddb')
validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing Key 2019 2020 (codesign@isc.org) validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing Key 2019 2020 (codesign@isc.org)
source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
'tmpfiles.conf' 'tmpfiles.conf'
@ -27,32 +27,27 @@ source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
'named.service' 'named.service'
'localhost.zone' 'localhost.zone'
'localhost.ip6.zone' 'localhost.ip6.zone'
'127.0.0.zone' '127.0.0.zone')
'empty.zone')
sha256sums=('e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076' sha256sums=('e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076'
'SKIP' 'SKIP'
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98' 'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c' '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
'b625d8b92832a7b8b80432ee0a78361f23bf8a097bd4d8e922499e9406cfc00c' 'e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb'
'3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34' '3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34'
'0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f' '0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f'
'c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17' 'c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17'
'b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8' 'b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8')
'4adfd0433850f3b6e168a80d211b8a0c3de95711315bdeb47dfae4c1af3d5dec')
prepare() { prepare() {
msg2 'Getting a fresh version of root DNS'
# no more using source array, lack of versioning.
curl -o root.hint https://www.internic.net/zones/named.root
[[ -s root.hint ]]
cd bind-$_pkgver cd bind-$_pkgver
# apply patch from the source array (should be a pacman feature) # apply patch from the source array (should be a pacman feature)
local filename local src
for filename in "${source[@]}"; do for src in "${source[@]}"; do
if [[ "$filename" =~ \.patch$ ]]; then src="${src%%::*}"
msg2 "Applying patch ${filename##*/}" src="${src##*/}"
patch -p1 -N -i "$srcdir/${filename##*/}" [[ $src = *.patch ]] || continue
fi msg2 "Applying patch $src..."
patch -Np1 < "../$src"
done done
} }
@ -69,9 +64,8 @@ build() {
--enable-fixed-rrset \ --enable-fixed-rrset \
--enable-full-report \ --enable-full-report \
--enable-dnsrps \ --enable-dnsrps \
--enable-filter-aaaa \
--with-python=/usr/bin/python \ --with-python=/usr/bin/python \
--with-geoip \ --with-geoip2 \
--with-openssl \ --with-openssl \
--with-libidn2 \ --with-libidn2 \
--with-libjson \ --with-libjson \
@ -85,17 +79,17 @@ package_bind() {
pkgdesc='The ISC DNS Server' pkgdesc='The ISC DNS Server'
provides=('dns-server') provides=('dns-server')
depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'json-c' 'bind-tools' depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'json-c' 'bind-tools'
'zlib' 'lmdb') 'zlib' 'lmdb' 'libmaxminddb')
backup=('etc/named.conf' backup=('etc/named.conf'
'var/named/127.0.0.zone' 'var/named/127.0.0.zone'
'var/named/localhost.zone' 'var/named/localhost.zone'
'var/named/localhost.ip6.zone' 'var/named/localhost.ip6.zone')
'var/named/empty.zone') install=bind.install
cd "bind-$_pkgver" cd "bind-$_pkgver"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname/" install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 LICENSE COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/" install -Dm644 LICENSE COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/"
for _d in bin/{check,named,rndc}; do for _d in bin/{check,named,rndc,plugins}; do
(cd "$_d" && make DESTDIR="$pkgdir" install) (cd "$_d" && make DESTDIR="$pkgdir" install)
done done
@ -107,18 +101,16 @@ package_bind() {
install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf" install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
install -d -m770 -o 0 -g 40 "$pkgdir/var/named" install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named" install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named" install -m640 -o 0 -g 40 localhost.ip6.zone "$pkgdir/var/named"
install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named" install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
install -m640 -o 0 -g 40 empty.zone "$pkgdir/var/named"
} }
package_bind-tools() { package_bind-tools() {
pkgdesc='The ISC DNS tools' pkgdesc='The ISC DNS tools'
depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'python' 'bash' depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'python' 'bash'
'openssl' 'readline' 'geoip' 'libidn2' 'dnssec-anchors' 'json-c' 'openssl' 'readline' 'libidn2' 'dnssec-anchors' 'json-c' 'lmdb' 'xz'
'lmdb' 'xz' 'icu') 'icu' 'python-ply' 'libmaxminddb')
conflicts=('dnsutils') conflicts=('dnsutils')
replaces=('dnsutils' 'host') replaces=('dnsutils' 'host')
provides=("dnsutils=$pkgver") provides=("dnsutils=$pkgver")

10
extra/bind/bind.install Normal file
View file

@ -0,0 +1,10 @@
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
(( $(vercmp "$2" '9.14.8-2') > 0 )) || cat <<EOF
==> Switched to geoip2 databases.
==> Remember to update your configuration if you use geoip features.
EOF
}
# vim:set ts=2 sw=2 ft=sh et:

View file

@ -1,8 +0,0 @@
@ 1D IN SOA localhost. root.localhost. (
42 ; serial (yyyymmdd##)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum ttl
1D IN NS localhost.

View file

@ -34,21 +34,6 @@ zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
file "localhost.ip6.zone"; file "localhost.ip6.zone";
}; };
zone "255.in-addr.arpa" IN {
type master;
file "empty.zone";
};
zone "0.in-addr.arpa" IN {
type master;
file "empty.zone";
};
zone "." IN {
type hint;
file "root.hint";
};
//zone "example.org" IN { //zone "example.org" IN {
// type slave; // type slave;
// file "example.zone"; // file "example.zone";