[arch-commits] CVS update of arch/build/daemons/bind (PKGBUILD)

Tom Killian tom at archlinux.org
Sat Jul 28 10:58:11 UTC 2007


    Date: Saturday, July 28, 2007 @ 06:58:11
  Author: tom
    Path: /home/cvs-arch/arch/build/daemons/bind

Modified: PKGBUILD (1.42 -> 1.43)

upgpkg: bind 9.4.1_P1-1
BIND security update


----------+
 PKGBUILD |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)


Index: arch/build/daemons/bind/PKGBUILD
diff -u arch/build/daemons/bind/PKGBUILD:1.42 arch/build/daemons/bind/PKGBUILD:1.43
--- arch/build/daemons/bind/PKGBUILD:1.42	Mon Apr 30 19:13:55 2007
+++ arch/build/daemons/bind/PKGBUILD	Sat Jul 28 06:58:11 2007
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD,v 1.42 2007/04/30 23:13:55 andyrtr Exp $
+# $Id: PKGBUILD,v 1.43 2007/07/28 10:58:11 tom Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 # Contributor: Mario Vazquez <mario_vazq at hotmail.com>
 pkgname=bind
-pkgver=9.4.1
+pkgver=9.4.1_P1
+_pkgver=9.4.1-P1
 pkgrel=1
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
@@ -11,7 +12,7 @@
 provides=('dns-server')
 options=('nolibtool')
 install=bind.install
-source=(ftp://ftp.isc.org/isc/bind9/${pkgver}/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
 	bind.so_bsdcompat.diff
 	notools.patch
         named.conf
@@ -21,15 +22,10 @@
 	root.hint
 	named.logrotate
 	named.conf.d)
-md5sums=('09b54d35036cb0423b2e618f21766285' '447d58721cfee0e1e377b46f7d50b327'\
-         '2ab9db5112cabae23770cdd2f00c6923' 'f26d015142fa0a8226b42bbf9d490aa4'\
-         'ab5beef0b41eb6376c7f1f4ee233172b' 'bdbdfe4990b0903984306dd14f98b951'\
-         '750f283c7774ffe75cd215bce46b03cd' 'c7202ed4c5afa91b0a25f05e93b33ba6'\
-         '91b3463a181561deb845acc122713a2a' '475fde63600d7d95980de991f02d6b6d')
 
 build() {
   export MAKEFLAGS="-j1"
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${startdir}/src/${pkgname}-${_pkgver}
   patch -Np0 -i ${startdir}/src/bind.so_bsdcompat.diff || return 1
   patch -Np1 -i ${startdir}/src/notools.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -52,3 +48,13 @@
   chown -R 40:40 ${startdir}/pkg/var/named
   chown 40:40 ${startdir}/pkg/var/run/named
 }
+md5sums=('44e0514e6105ddaa235394045d9aeb0c'
+         '447d58721cfee0e1e377b46f7d50b327'
+         '2ab9db5112cabae23770cdd2f00c6923'
+         'f26d015142fa0a8226b42bbf9d490aa4'
+         'ab5beef0b41eb6376c7f1f4ee233172b'
+         'bdbdfe4990b0903984306dd14f98b951'
+         '750f283c7774ffe75cd215bce46b03cd'
+         'c7202ed4c5afa91b0a25f05e93b33ba6'
+         '91b3463a181561deb845acc122713a2a'
+         '475fde63600d7d95980de991f02d6b6d')




More information about the arch-commits mailing list