[arch-commits] Commit in bind/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Sep 4 04:45:00 UTC 2011


    Date: Sunday, September 4, 2011 @ 00:44:59
  Author: bisson
Revision: 136963

upstream update

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-04 00:23:02 UTC (rev 136962)
+++ PKGBUILD	2011-09-04 04:44:59 UTC (rev 136963)
@@ -6,9 +6,9 @@
 pkgname=bind
 
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P4
-_pkgver=9.8.0-P4
-pkgrel=2
+pkgver=9.8.1
+_pkgver=9.8.1
+pkgrel=1
 
 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols'
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
         'named.logrotate'
         'localhost.zone'
         '127.0.0.zone')
-sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
+sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c'
           'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
           'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb'
           '18f477f510df31e6c6f547ee2d5fc46e973479bf'
@@ -57,11 +57,12 @@
 		--disable-static \
 		--disable-linux-caps \
 		--with-openssl \
-		--with-gssapi \
 		--with-libxml2 \
 		--with-libtool \
-		--with-dlz-dlopen \
 
+	# temporary fix for issue reported upstream
+	ln -s .libs/driver.o bin/tests/system/dlzexternal/
+
 	make
 }
 




More information about the arch-commits mailing list