Tue May 22 09:40:38 2012 UTC ()
Pullup ticket #3799 - requested by taca
net/bind97: security update

Revisions pulled up:
- net/bind97/Makefile                                           1.14
- net/bind97/distinfo                                           1.13
- net/bind97/patches/patch-lib_dns_resolver.c                   deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 22 03:33:28 UTC 2012

   Modified Files:
   	pkgsrc/net/bind97: Makefile distinfo
   Removed Files:
   	pkgsrc/net/bind97/patches: patch-lib_dns_resolver.c

   Log Message:
   Update bind97 package to 9.7.6.

   New Features

   *  None

   Feature Changes

   *  BIND now recognizes the TLSA resource record type, created to
      support IETF DANE (DNS-based Authentication of Named Entities)
      [RT #28989]

   Bug Fixes

   *  The locking strategy around the handling of iterative queries
      has been tuned to reduce unnecessary contention in a multi-threaded
      environment.  (Note that this may not provide a measurable
      improvement over previous versions of BIND, but it corrects the
      performance impact of change 3309 / RT #27995) [RT #29239]

   *  Addresses a race condition that can cause named to to crash when
      the masters list for a zone is updated via rndc reload/reconfig
      [RT #26732]

   *  Fixes a race condition in zone.c that can cause named to crash
      during the processing of rndc delzone [RT #29028]

   *  Prevents a named segfault from resolver.c due to procedure
      fctx_finddone() not being thread-safe.  [RT #27995]

   *  Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering
      an assertion when flushing cache data. [RT #28571]

   *  A new flag -R  has been added to queryperf for running tests
      using non-recursive queries.  It also now builds correctly on
      MacOS version 10.7 (darwin)  [RT #28565]

   *  Named no longer crashes if gssapi is enabled in named.conf but
      was not compiled into the binary [RT #28338]

   *  SDB now handles unexpected errors from back-end database drivers
      gracefully instead of exiting on an assert. [RT #28534]


(tron)
diff -r1.12.2.1 -r1.12.2.2 pkgsrc/net/bind97/Makefile
diff -r1.11.2.1 -r1.11.2.2 pkgsrc/net/bind97/distinfo
diff -r1.1.2.2 -r0 pkgsrc/net/bind97/patches/patch-lib_dns_resolver.c

cvs diff -r1.12.2.1 -r1.12.2.2 pkgsrc/net/bind97/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bind97/Attic/Makefile 2012/05/03 18:32:02 1.12.2.1
+++ pkgsrc/net/bind97/Attic/Makefile 2012/05/22 09:40:37 1.12.2.2
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.12.2.1 2012/05/03 18:32:02 tron Exp $ 1# $NetBSD: Makefile,v 1.12.2.2 2012/05/22 09:40:37 tron Exp $
2 2
3DISTNAME= bind-${BIND_VERSION} 3DISTNAME= bind-${BIND_VERSION}
4PKGNAME= ${DISTNAME:S/-P/pl/} 4PKGNAME= ${DISTNAME:S/-P/pl/}
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ 6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
8 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ 7 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.isc.org/software/bind 10HOMEPAGE= http://www.isc.org/software/bind
12COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS 11COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
13 12
14CONFLICTS+= bind<9.7.0 13CONFLICTS+= bind<9.7.0
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no
19 18
20BIND_VERSION= 9.7.5 19BIND_VERSION= 9.7.6
21 20
22.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
23 22
24BUILD_DEFS+= BIND_DIR VARBASE 23BUILD_DEFS+= BIND_DIR VARBASE
25 24
26.include "options.mk" 25.include "options.mk"
27 26
28USE_TOOLS+= pax perl 27USE_TOOLS+= pax perl
29USE_LIBTOOL= yes 28USE_LIBTOOL= yes
30GNU_CONFIGURE= yes 29GNU_CONFIGURE= yes
31#CONFIG_SHELL= sh -x 30#CONFIG_SHELL= sh -x
32 31
33CONFIGURE_ARGS+= --with-libtool 32CONFIGURE_ARGS+= --with-libtool

cvs diff -r1.11.2.1 -r1.11.2.2 pkgsrc/net/bind97/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/bind97/Attic/distinfo 2012/05/03 18:32:02 1.11.2.1
+++ pkgsrc/net/bind97/Attic/distinfo 2012/05/22 09:40:37 1.11.2.2
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1$NetBSD: distinfo,v 1.11.2.1 2012/05/03 18:32:02 tron Exp $ 1$NetBSD: distinfo,v 1.11.2.2 2012/05/22 09:40:37 tron Exp $
2 2
3SHA1 (bind-9.7.5.tar.gz) = d66705bb898340de88653892a75e0038c3dec86e 3SHA1 (bind-9.7.6.tar.gz) = 79dd03a017b0e56eee75e07cb1bef4fbfbe7de36
4RMD160 (bind-9.7.5.tar.gz) = 0186557e4d20b06c45939988b47dbf2cf600ae9b 4RMD160 (bind-9.7.6.tar.gz) = 3b1b8b91d188b48d3531d38c9b90f7f468fb1641
5Size (bind-9.7.5.tar.gz) = 6848848 bytes 5Size (bind-9.7.6.tar.gz) = 6846451 bytes
6SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 6SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48
7SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d 7SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d
8SHA1 (patch-ac) = ee4ca3d200b3d3f93b8ccfa2c6e51ab005b35a01 8SHA1 (patch-ac) = ee4ca3d200b3d3f93b8ccfa2c6e51ab005b35a01
9SHA1 (patch-ad) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7 9SHA1 (patch-ad) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7
10SHA1 (patch-ae) = 68b8155daa8f75081b6f8fd70ca23fda60506c64 10SHA1 (patch-ae) = 68b8155daa8f75081b6f8fd70ca23fda60506c64
11SHA1 (patch-lib_dns_resolver.c) = 1c0bc26a159219f65dc59429d395f7796a5165f6 

File Deleted: pkgsrc/net/bind97/patches/Attic/patch-lib_dns_resolver.c