diff options
Diffstat (limited to 'community/bind/PKGBUILD')
-rw-r--r-- | community/bind/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD index e0b63c374..17721547a 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94599 2013-07-27 17:55:53Z seblu $ +# $Id: PKGBUILD 97454 2013-09-20 14:54:34Z 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.3-P2 +_pkgver=9.9.4 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The ISC BIND nameserver' @@ -18,7 +18,7 @@ provides=('dns-server') backup=('etc/logrotate.d/named' 'etc/named.conf') install=$pkgname.install -source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" +source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} 'root.hint::http://www.internic.net/zones/named.root' 'tmpfiles.d' 'named.conf' @@ -26,7 +26,8 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('a0235692c488b3fadf54a15858b1f13ae2ab6979' +sha1sums=('d7be390e6c2546f37a7280e1975e1cd134565f62' + 'SKIP' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' 'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726' @@ -72,7 +73,7 @@ package() { install -D -m600 named.logrotate "$pkgdir/etc/logrotate.d/named" install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf" - install -d -m750 -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 127.0.0.zone "$pkgdir/var/named" install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named" |