mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community->extra/bind to 9.10.1-1
This commit is contained in:
parent
ba110429fe
commit
34dc1704d9
9 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
||||||
# - remove x86 cflags setting before configure
|
# - remove x86 cflags setting before configure
|
||||||
|
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
_pkgver=9.10.0-P2
|
_pkgver=9.10.1
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='The ISC BIND nameserver'
|
pkgdesc='The ISC BIND nameserver'
|
||||||
|
@ -22,7 +22,6 @@ backup=('etc/logrotate.d/named'
|
||||||
'etc/named.conf')
|
'etc/named.conf')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
|
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
|
||||||
'01-fix-forgotten-log.patch'
|
|
||||||
'root.hint::http://www.internic.net/zones/named.root'
|
'root.hint::http://www.internic.net/zones/named.root'
|
||||||
'tmpfiles.d'
|
'tmpfiles.d'
|
||||||
'named.conf'
|
'named.conf'
|
||||||
|
@ -30,9 +29,8 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
|
||||||
'named.logrotate'
|
'named.logrotate'
|
||||||
'localhost.zone'
|
'localhost.zone'
|
||||||
'127.0.0.zone')
|
'127.0.0.zone')
|
||||||
sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed'
|
sha1sums=('96aa28c6112c6a8c33a19efeac98c715f03b35ca'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'4d96c9b9ef0aebdad7e79c749536858a344779b5'
|
|
||||||
'029f89c49550c40ec7a95116b6a33f0e5a041094'
|
'029f89c49550c40ec7a95116b6a33f0e5a041094'
|
||||||
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
|
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
|
||||||
'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'
|
'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'
|
||||||
|
@ -44,8 +42,6 @@ sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed'
|
||||||
prepare() {
|
prepare() {
|
||||||
# remove dig to avoid conflict with dnsutils
|
# remove dig to avoid conflict with dnsutils
|
||||||
sed -i 's/dig//' $pkgname-$_pkgver/bin/Makefile.in
|
sed -i 's/dig//' $pkgname-$_pkgver/bin/Makefile.in
|
||||||
# https://lists.isc.org/pipermail/bind-users/2014-May/093124.html
|
|
||||||
patch -p1 -d bind-$_pkgver < 01-fix-forgotten-log.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
Loading…
Reference in a new issue