[arch-commits] Commit in bind/trunk (PKGBUILD notools.patch so_bsdcompat.patch)

Gaetan Bisson bisson at archlinux.org
Fri May 27 08:34:32 UTC 2011


    Date: Friday, May 27, 2011 @ 04:34:32
  Author: bisson
Revision: 125623

upstream update

Modified:
  bind/trunk/PKGBUILD
  bind/trunk/notools.patch
  bind/trunk/so_bsdcompat.patch

--------------------+
 PKGBUILD           |   16 ++++++++--------
 notools.patch      |    5 +++--
 so_bsdcompat.patch |   15 +++++++--------
 3 files changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-27 08:07:39 UTC (rev 125622)
+++ PKGBUILD	2011-05-27 08:34:32 UTC (rev 125623)
@@ -6,9 +6,9 @@
 pkgname=bind
 
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P1
-_pkgver=9.8.0-P1
-pkgrel=3
+pkgver=9.8.0.P2
+_pkgver=9.8.0-P2
+pkgrel=1
 
 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation of the Domain Name System (DNS) protocols'
 arch=('i686' 'x86_64')
@@ -30,10 +30,10 @@
         'named.logrotate'
         'localhost.zone'
         '127.0.0.zone')
-sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29'
+sha1sums=('b3492ad11cfbf2939d9b0fb62c52c204de58679b'
           'ee52947062c1582858187716b776afa3613608fb'
-          '2f737f4e81186447ac2ef370fa8dcea0b3abec31'
-          '5277cf4d6fbc5728c55b51c77c9347d28393fb7c'
+          'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb'
+          '17444f9d759a4bde7688bdaa304dac57a138e4c1'
           '46232e9db243c6c05e170a1781d7a7f413be5d03'
           '5ca7a5f2a132548a090a045a2df3acea6b35d9eb'
           '7848edbfb9a848843f57c11c02b0289eefd42d00'
@@ -46,8 +46,8 @@
 build() {
 	cd "${srcdir}/${pkgname}-${_pkgver}"
 
-	patch -p1 -i "${srcdir}"/so_bsdcompat.patch
-	patch -p1 -i "${srcdir}"/notools.patch
+	patch -p1 -i ../so_bsdcompat.patch
+	patch -p1 -i ../notools.patch
 
 	./configure \
 		--prefix=/usr \

Modified: notools.patch
===================================================================
--- notools.patch	2011-05-27 08:07:39 UTC (rev 125622)
+++ notools.patch	2011-05-27 08:34:32 UTC (rev 125623)
@@ -1,5 +1,6 @@
---- bind-9.7.0/bin/Makefile.in.orig	2010-03-14 21:19:23.000000000 -0400
-+++ bind-9.7.0/bin/Makefile.in	2010-03-14 21:19:37.000000000 -0400
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in	2011-05-27 10:12:59.392416094 +0200
++++ new/bin/Makefile.in	2011-05-27 10:13:12.372521984 +0200
 @@ -19,7 +19,7 @@
  VPATH =		@srcdir@
  top_srcdir =	@top_srcdir@

Modified: so_bsdcompat.patch
===================================================================
--- so_bsdcompat.patch	2011-05-27 08:07:39 UTC (rev 125622)
+++ so_bsdcompat.patch	2011-05-27 08:34:32 UTC (rev 125623)
@@ -1,13 +1,12 @@
 diff -aur old/lib/isc/unix/socket.c new/lib/isc/unix/socket.c
---- old/lib/isc/unix/socket.c	2010-03-12 04:25:20.000000000 +0100
-+++ new/lib/isc/unix/socket.c	2011-01-22 21:07:52.410000038 +0100
-@@ -681,6 +681,8 @@
- 	isc_sockstatscounter_fdwatchrecvfail
- };
+--- old/lib/isc/unix/socket.c	2011-02-18 05:01:16.000000000 +0100
++++ new/lib/isc/unix/socket.c	2011-05-27 10:12:01.685269374 +0200
+@@ -712,6 +712,8 @@
+ }
+ #endif
  
 +#undef SO_BSDCOMPAT
 +
  static void
- manager_log(isc__socketmgr_t *sockmgr,
- 	    isc_logcategory_t *category, isc_logmodule_t *module, int level,
-Only in new/lib/isc/unix: socket.c.orig
+ socket_log(isc__socket_t *sock, isc_sockaddr_t *address,
+ 	   isc_logcategory_t *category, isc_logmodule_t *module, int level,




More information about the arch-commits mailing list