From d8fb549de0ef3299436c448f7b45fd8ebee8e733 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Mar 2012 00:01:37 +0000 Subject: Sat Mar 3 00:01:37 UTC 2012 --- extra/bind/PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'extra/bind') 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 # Contributor: judd # Contributor: Mario Vazquez @@ -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 } -- cgit v1.2.3-54-g00ecf