summaryrefslogtreecommitdiff
path: root/community/bind/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bind/PKGBUILD')
-rw-r--r--community/bind/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD
index f4d604104..c77d0e23e 100644
--- a/community/bind/PKGBUILD
+++ b/community/bind/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 108531 2014-03-27 21:43:54Z seblu $
+# $Id: PKGBUILD 110960 2014-05-11 00:59:07Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
pkgname=bind
-_pkgver=9.9.5-W1
+_pkgver=9.10.0-P1
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
pkgdesc='The ISC BIND nameserver'
url='http://www.isc.org/software/bind/'
license=('custom:ISC')
@@ -19,6 +19,7 @@ backup=('etc/logrotate.d/named'
'etc/named.conf')
install=$pkgname.install
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'
'tmpfiles.d'
'named.conf'
@@ -26,8 +27,9 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
'named.logrotate'
'localhost.zone'
'127.0.0.zone')
-sha1sums=('bc2b62ef31231c75b4aa8256f7bbd2ae3c1c6cd5'
+sha1sums=('2404524f321107d7654e4c64f4174f6c464debb9'
'SKIP'
+ '4d96c9b9ef0aebdad7e79c749536858a344779b5'
'029f89c49550c40ec7a95116b6a33f0e5a041094'
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'
@@ -39,6 +41,8 @@ sha1sums=('bc2b62ef31231c75b4aa8256f7bbd2ae3c1c6cd5'
prepare() {
# remove dig to avoid conflict with dnsutils
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() {