summaryrefslogtreecommitdiff
path: root/extra/bind
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-03 00:01:37 +0000
committerroot <root@rshg054.dnsready.net>2012-03-03 00:01:37 +0000
commitd8fb549de0ef3299436c448f7b45fd8ebee8e733 (patch)
tree67a769fed7e632a9cc92478bcb7dd4e59dc22641 /extra/bind
parentb479098a1b8d7cb545339cb225a7cde4988b2748 (diff)
Sat Mar 3 00:01:37 UTC 2012
Diffstat (limited to 'extra/bind')
-rw-r--r--extra/bind/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD
index b80c5a332..fa94f3ec7 100644
--- a/extra/bind/PKGBUILD
+++ b/extra/bind/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 142846 2011-11-16 23:53:56Z ibiru $
+# $Id: PKGBUILD 151738 2012-03-01 21:58:23Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
@@ -6,19 +6,18 @@
pkgname=bind
# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.1.P1
-_pkgver=9.8.1-P1
+pkgver=9.9.0
+_pkgver=9.9.0
pkgrel=1
pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols'
url='http://www.isc.org/software/bind/'
license=('custom:ISC')
arch=('i686' 'x86_64')
-depends=('openssl' 'krb5' 'libxml2')
options=('!makeflags' '!libtool')
+depends=('openssl' 'krb5' 'libxml2')
source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
- 'root.hint::ftp://ftp.rs.internic.net/domain/db.cache'
- 'so_bsdcompat.patch'
+ 'root.hint::http://www.internic.net/zones/named.root'
'remove-tools.patch'
'named'
'named.conf'
@@ -26,9 +25,8 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
'named.logrotate'
'localhost.zone'
'127.0.0.zone')
-sha1sums=('1cff6594aa185d84942edd2f3cc06dff9cebb04b'
+sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094'
'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
- 'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb'
'18f477f510df31e6c6f547ee2d5fc46e973479bf'
'46232e9db243c6c05e170a1781d7a7f413be5d03'
'5ca7a5f2a132548a090a045a2df3acea6b35d9eb'
@@ -48,7 +46,6 @@ build() {
cd "${srcdir}/bind-${_pkgver}"
patch -p1 -i ../remove-tools.patch
- patch -p1 -i ../so_bsdcompat.patch
./configure \
--prefix=/usr \
@@ -60,9 +57,6 @@ build() {
--with-libxml2 \
--with-libtool \
- # temporary fix for issue reported upstream
- ln -s .libs/driver.o bin/tests/system/dlzexternal/
-
make
}