Date: Thursday, July 22, 2010 @ 16:05:06
  Author: kevin
Revision: 85957

upgpkg: dnsutils 9.7.1.P2-1
Updated to version 9.7.1-P2

Modified:
  dnsutils/trunk/PKGBUILD
  dnsutils/trunk/tools-only.patch

------------------+
 PKGBUILD         |   11 ++++++-----
 tools-only.patch |   15 +++++++++------
 2 files changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-07-22 19:19:57 UTC (rev 85956)
+++ PKGBUILD    2010-07-22 20:05:06 UTC (rev 85957)
@@ -3,9 +3,9 @@
 # Contributor: mario <mario_v...@hotmail.com>
 pkgname=dnsutils
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.6.1
-_pkgver=9.6.1
-pkgrel=3
+pkgver=9.7.1.P2
+_pkgver=9.7.1-P2
+pkgrel=1
 pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
 arch=(i686 x86_64)
 url="https://www.isc.org/software/bind";
@@ -15,8 +15,9 @@
 options=('makeflags')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
        bind.so_bsdcompat.diff tools-only.patch)
-md5sums=('516ac74d8eaaef30ad4c99ada8b715cd' '447d58721cfee0e1e377b46f7d50b327'
-         '329f7e15b8c45d3efefdf5b559bb878a')
+md5sums=('bd6be63cc910d04da39103d441871596'
+         '447d58721cfee0e1e377b46f7d50b327'
+         'be0558f70ed81d90e68e6b6003ba12ed')
 
 build() {
   cd "${srcdir}/bind-${_pkgver}"

Modified: tools-only.patch
===================================================================
--- tools-only.patch    2010-07-22 19:19:57 UTC (rev 85956)
+++ tools-only.patch    2010-07-22 20:05:06 UTC (rev 85957)
@@ -1,16 +1,19 @@
---- bind-9.3.1/bin/Makefile.in.orig    2005-05-06 01:52:36.000000000 -0400
-+++ bind-9.3.1/bin/Makefile.in 2005-05-06 01:53:24.000000000 -0400
-@@ -19,7 +19,7 @@
+diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in
+--- bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.000000000 -0400
++++ bind-9.7.1-P2/bin/Makefile.in      2010-07-22 15:55:00.000000000 -0400
+@@ -19,8 +19,7 @@
  VPATH =               @srcdir@
  top_srcdir =  @top_srcdir@
  
--SUBDIRS =     named rndc dig dnssec tests nsupdate check
+-SUBDIRS =     named rndc dig dnssec tests tools nsupdate \
+-              check confgen @PKCS11_TOOLS@
 +SUBDIRS =     dig nsupdate
  TARGETS =
  
  @BIND9_MAKE_RULES@
---- bind-9.3.1/lib/Makefile.in.orig    2005-05-06 02:05:12.000000000 -0400
-+++ bind-9.3.1/lib/Makefile.in 2005-05-06 02:05:35.000000000 -0400
+diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in
+--- bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.000000000 -0400
++++ bind-9.7.1-P2/lib/Makefile.in      2010-07-22 15:56:29.000000000 -0400
 @@ -23,7 +23,7 @@
  # Attempt to disable parallel processing.
  .NOTPARALLEL:

Reply via email to