head 1.24; access; symbols pkgsrc-2013Q1:1.23.0.2 pkgsrc-2013Q1-base:1.23 pkgsrc-2012Q4:1.20.0.2 pkgsrc-2012Q4-base:1.20 pkgsrc-2012Q3:1.11.0.2 pkgsrc-2012Q3-base:1.11 pkgsrc-2012Q2:1.6.0.2 pkgsrc-2012Q2-base:1.6 pkgsrc-2012Q1:1.1.1.1.0.2 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.24 date 2013.04.06.03.45.21; author rodent; state Exp; branches; next 1.23; 1.23 date 2013.03.26.22.12.14; author taca; state Exp; branches; next 1.22; 1.22 date 2013.03.02.20.33.30; author wiz; state Exp; branches; next 1.21; 1.21 date 2013.02.06.23.23.10; author jperkin; state Exp; branches; next 1.20; 1.20 date 2012.12.16.01.52.27; author obache; state Exp; branches 1.20.2.1; next 1.19; 1.19 date 2012.12.05.00.55.54; author taca; state Exp; branches; next 1.18; 1.18 date 2012.11.11.00.22.11; author pettai; state Exp; branches; next 1.17; 1.17 date 2012.11.10.23.45.39; author pettai; state Exp; branches; next 1.16; 1.16 date 2012.11.08.16.01.51; author tron; state Exp; branches; next 1.15; 1.15 date 2012.10.23.17.18.11; author asau; state Exp; branches; next 1.14; 1.14 date 2012.10.21.15.49.07; author cheusov; state Exp; branches; next 1.13; 1.13 date 2012.10.10.03.07.12; author taca; state Exp; branches; next 1.12; 1.12 date 2012.10.03.21.56.52; author wiz; state Exp; branches; next 1.11; 1.11 date 2012.09.13.01.35.56; author taca; state Exp; branches 1.11.2.1; next 1.10; 1.10 date 2012.08.26.14.23.49; author wiz; state Exp; branches; next 1.9; 1.9 date 2012.07.24.20.40.12; author spz; state Exp; branches; next 1.8; 1.8 date 2012.07.10.10.23.03; author sbd; state Exp; branches; next 1.7; 1.7 date 2012.07.10.07.52.46; author sbd; state Exp; branches; next 1.6; 1.6 date 2012.06.14.07.45.39; author sbd; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2012.06.04.13.24.28; author taca; state Exp; branches; next 1.4; 1.4 date 2012.05.22.03.31.07; author taca; state Exp; branches; next 1.3; 1.3 date 2012.05.20.12.00.15; author marino; state Exp; branches; next 1.2; 1.2 date 2012.05.01.02.47.52; author taca; state Exp; branches; next 1.1; 1.1 date 2012.03.07.14.25.00; author taca; state Exp; branches 1.1.1.1; next ; 1.20.2.1 date 2013.03.30.17.52.50; author tron; state Exp; branches; next ; 1.11.2.1 date 2012.10.10.13.48.13; author tron; state Exp; branches; next 1.11.2.2; 1.11.2.2 date 2012.11.10.19.22.49; author spz; state Exp; branches; next 1.11.2.3; 1.11.2.3 date 2012.12.05.07.07.51; author sbd; state Exp; branches; next ; 1.6.2.1 date 2012.07.25.10.30.24; author sbd; state Exp; branches; next 1.6.2.2; 1.6.2.2 date 2012.09.13.07.48.01; author sbd; state Exp; branches; next ; 1.1.1.1 date 2012.03.07.14.25.00; author taca; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2012.05.03.18.13.43; author tron; state Exp; branches; next 1.1.1.1.2.2; 1.1.1.1.2.2 date 2012.05.22.09.09.52; author tron; state Exp; branches; next 1.1.1.1.2.3; 1.1.1.1.2.3 date 2012.06.05.08.26.51; author sbd; state Exp; branches; next ; desc @@ 1.24 log @Fixes: COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections. @ text @# $NetBSD: Makefile,v 1.23 2013/03/26 22:12:14 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.9 CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no BIND_VERSION= 9.9.2-P2 .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= BIND_DIR VARBASE .include "options.mk" USE_TOOLS+= pax perl USE_LIBTOOL= yes GNU_CONFIGURE= yes #CONFIG_SHELL= sh -x CONFIGURE_ARGS+= --with-libtool CONFIGURE_ARGS+= --sysconfdir=/etc CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} CONFIGURE_ARGS+= --with-python=no .if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != "" CONFIGURE_ARGS+= --disable-atomic .endif .if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != "" CONFIGURE_ARGS+= --disable-threads .endif .if ${OPSYS} == "DragonFly" CONFIGURE_ARGS+= --disable-kqueue .endif PKG_GROUPS_VARS+= BIND_GROUP PKG_USERS_VARS+= BIND_USER PKG_GROUPS= ${BIND_GROUP} PKG_USERS= ${BIND_USER}:${BIND_GROUP} PKG_GECOS.${BIND_USER}= Named pseudo-user PKG_HOME.${BIND_USER}= ${BIND_DIR} DOCS= CHANGES FAQ README REDIRECT-NOTES FILES_SUBST+= BIND_GROUP=${BIND_GROUP:Q} \ BIND_USER=${BIND_USER:Q} PAX=${PAX:Q} MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER} DOCDIR= ${DESTDIR}${PREFIX}/share/doc/bind9 # include/isc/ipv6.h is installed on non-ipv6 platforms PLIST_VARS+= inet6 .if !empty(MISSING_FEATURES:Minet6) PLIST.inet6= yes .endif RCD_SCRIPTS= lwresd named9 INSTALLATION_DIRS= ${DOCDIR} share/doc/bind9/arm post-install: .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${DOCDIR}/arm .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.23 log @Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2). --- 9.9.2-P2 released --- 3516. [security] Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.22 2013/03/02 20:33:30 wiz Exp $ d11 1 a11 1 COMMENT= Version 9.9 of the Berkeley Internet Name Daemon, implementation of DNS @ 1.22 log @Bump PKGREVISION for mysql default change to 55. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.21 2013/02/06 23:23:10 jperkin Exp $ a4 1 PKGREVISION= 3 d17 1 a17 1 BIND_VERSION= 9.9.2-P1 @ 1.21 log @PKGREVISION bumps for the security/openssl 1.0.1d update. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.20 2012/12/16 01:52:27 obache Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.20 log @recursive bump from cyrus-sasl libsasl2 shlib major bump. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.19 2012/12/05 00:55:54 taca Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.20.2.1 log @Pullup ticket #4103 - requested by taca net/bind99: security update Revisions pulled up: - net/bind99/Makefile 1.21-1.23 - net/bind99/distinfo 1.12-1.14 - net/bind99/options.mk 1.5-1.6 - net/bind99/patches/patch-configure 1.4 --- Module Name: pkgsrc Committed By: jperkin Date: Wed Feb 6 23:24:19 UTC 2013 Modified Files: pkgsrc/net/bind99: Makefile Log Message: PKGREVISION bumps for the security/openssl 1.0.1d update. --- Module Name: pkgsrc Committed By: wiz Date: Sat Mar 2 20:33:35 UTC 2013 Modified Files: pkgsrc/net/bind96: Makefile Log Message: Bump PKGREVISION for mysql default change to 55. --- Module Name: pkgsrc Committed By: pettai Date: Sat Feb 9 00:14:34 UTC 2013 Modified Files: pkgsrc/net/bind99: distinfo options.mk Log Message: Updated rrl patch version + source --- Module Name: pkgsrc Committed By: taca Date: Tue Mar 26 22:12:14 UTC 2013 Modified Files: pkgsrc/net/bind99: Makefile distinfo pkgsrc/net/bind99/patches: patch-configure Log Message: Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2). --- 9.9.2-P2 released --- 3516. [security] Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] --- Module Name: pkgsrc Committed By: pettai Date: Wed Mar 27 12:08:24 UTC 2013 Modified Files: pkgsrc/net/bind99: distinfo options.mk Log Message: Also update the corresponding RRL patch + distinfo file @ text @d1 1 a1 1 # $NetBSD$ d5 1 d18 1 a18 1 BIND_VERSION= 9.9.2-P2 @ 1.19 log @Update bind99 to 9.9.2pl1nb2 (BIND 9.9.2-P1) which solves CVE-2012-5688. --- 9.9.2-P1 released --- 3407. [security] Named could die on specific queries with dns64 enabled. [Addressed in change #3388 for BIND 9.8.5 and 9.9.3.] @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.18 2012/11/11 00:22:11 pettai Exp $ d5 1 @ 1.18 log @Remove the PATCH* lines from the Makefile @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.17 2012/11/10 23:45:39 pettai Exp $ a4 1 PKGREVISION= 2 d17 1 a17 1 BIND_VERSION= 9.9.2 @ 1.17 log @Added RRL (Response Rate Limiting) build option @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2012/11/08 16:01:51 tron Exp $ a9 3 PATCHFILES= rl-9.9.2.patch PATCH_SITES= http://ss.vix.com/~vixie/ @ 1.16 log @Explicitly disable Python support. This fixes build problems e.g. if the "pkg_alternatives" package is installed and a binary called "python" is available. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2012/10/23 17:18:11 asau Exp $ d5 1 a5 1 PKGREVISION= 1 d10 3 @ 1.15 log @Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2012/10/21 15:49:07 cheusov Exp $ d36 1 @ 1.14 log @ Add CONFLICTS between net/bind and net/host. net/bind9*: remove "bind;" that can be used to specify the maximum rsa exponent size that will be accepted when validating [RT #29228] Feature Changes * Improves OpenSSL error logging [RT #29932] * nslookup now returns a nonzero exit code when it is unable to get an answer. [RT #29492] @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2012/10/03 21:56:52 wiz Exp $ d5 1 d14 1 a14 1 CONFLICTS+= bind<9.9.0 @ 1.12 log @Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2012/09/13 01:35:56 taca Exp $ a4 1 PKGREVISION= 1 d19 1 a19 1 BIND_VERSION= 9.9.1-P3 @ 1.11 log @Update bind99 to 9.9.1pl3 (BIND 9.9.1-P3). --- 9.9.1-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2012/08/26 14:23:49 wiz Exp $ d5 1 @ 1.11.2.1 log @Pullup ticket #3944 - requested by taca net/bind99: security update Revisions pulled up: - net/bind99/Makefile 1.12-1.13 - net/bind99/PLIST 1.3 - net/bind99/distinfo 1.9 - net/bind99/patches/patch-bin_tests_system_Makefile.in 1.3 - net/bind99/patches/patch-configure 1.3 - net/bind99/patches/patch-configure.in 1.2 --- Module Name: pkgsrc Committed By: wiz Date: Wed Oct 3 21:59:10 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile Log Message: Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them. --- Module Name: pkgsrc Committed By: taca Date: Wed Oct 10 03:07:13 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile PLIST distinfo pkgsrc/net/bind99/patches: patch-bin_tests_system_Makefile.in patch-configure patch-configure.in Log Message: Update bind99 to 9.9.2 (BIND 9.9.2). Here are change changes from release note. Note security fixes except CVE-2012-5166 should be already fixed in previous version of bind99 package. Please refer https://kb.isc.org/article/AA-00798 for list of full bug fixes. Security Fixes * A deliberately constructed combination of records could cause named to hang while populating the additional section of a response. [CVE-2012-5166] [RT #31090] * Prevents a named assert (crash) when queried for a record whose RDATA exceeds 65535 bytes. [CVE-2012-4244] [RT #30416] * Prevents a named assert (crash) when validating caused by using "Bad cache" data before it has been initialized. [CVE-2012-3817] [RT #30025] * A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. [CVE-2012-1667] [RT #29644] * ISC_QUEUE handling for recursive clients was updated to address a race condition that could cause a memory leak. This rarely occurred with UDP clients, but could be a significant problem for a server handling a steady rate of TCP queries. [CVE-2012-3868] [RT #29539 & #30233] New Features * Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are now supported per RFC 6605. [RT #21918] * Introduces a new tool "dnssec-checkds" command that checks a zone to determine which DS records should be published in the parent zone, or which DLV records should be published in a DLV zone, and queries the DNS to ensure that it exists. (Note: This tool depends on python; it will not be built or installed on systems that do not have a python interpreter.) [RT #28099] * Introduces a new tool "dnssec-verify" that validates a signed zone, checking for the correctness of signatures and NSEC/NSEC3 chains. [RT #23673] * Adds configuration option "max-rsa-exponent-size ;" that can be used to specify the maximum rsa exponent size that will be accepted when validating [RT #29228] Feature Changes * Improves OpenSSL error logging [RT #29932] * nslookup now returns a nonzero exit code when it is unable to get an answer. [RT #29492] @ text @d1 1 a1 1 # $NetBSD$ d19 1 a19 1 BIND_VERSION= 9.9.2 @ 1.11.2.2 log @Pullup ticket #3966 - requested by tron net/bind99: build fix Revisions pulled up: - net/bind99/Makefile 1.16 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Thu Nov 8 16:01:51 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile Log Message: Explicitly disable Python support. This fixes build problems e.g. if the "pkg_alternatives" package is installed and a binary called "python" is available. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/bind99/Makefile @ text @a36 1 CONFIGURE_ARGS+= --with-python=no @ 1.11.2.3 log @Pullup ticket #3983 - requested by taca net/bind99 security update Revisions pulled up: - net/bind99/Makefile 1.14-1.19 - net/bind99/distinfo 1.10-1.11 - net/bind99/options.mk 1.4 --- Module Name: pkgsrc Committed By: cheusov Date: Sun Oct 21 15:49:07 UTC 2012 Modified Files: pkgsrc/net/bind96: Makefile pkgsrc/net/bind97: Makefile pkgsrc/net/bind98: Makefile pkgsrc/net/bind99: Makefile pkgsrc/net/host: Makefile Log Message: Add CONFLICTS between net/bind and net/host. net/bind9*: remove "bindheaps to avoid triggering an assertion when flushing cache data. [RT #28571] * Prevents intermittent named crashes following an rndc reload [RT #28606] * Resolves inconsistencies in locating DNSSEC keys where zone names contain characters that require special mappings [RT #28600] * 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] * Prevents named crashes as a result of dereferencing a NULL pointer in zmgr_start_xfrin_ifquota if the zone was being removed while there were zone transfers still pending [RT #28419] * Corrects a parser bug that could cause named to crash while reading a malformed zone file. [RT #28467] * Ensures that when a client recurses its status fields are consistently set so that named doesn't fail on an INSIST in client.c:exit_check. [RT #28346] * Fixed a problem preventing proper use of 64 bit time values in libbind. [RT # 26542] * isccc/cc.c:table_fromwire could fail to free an allocated object on error, leading to a possible memory leak condition. [RT #28265] * Fixed a build error on systems without ENOTSUP. [RT #28200] * The header file isc/hmacsha.h is now installed when building BIND. [RT #28169] * AAAA responses will no longer be returned in the additional section when filter-aaaa-on-v4 is in use. (Prior to this change, they would be returned for some query types). [RT #27292] @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2012/05/20 12:00:15 marino Exp $ d19 1 a19 1 BIND_VERSION= 9.9.1 @ 1.3 log @PR#45780 net/bind99: Fix chroot operation DNSSEC related, bind99 needs same fix as bind98 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2012/05/01 02:47:52 taca Exp $ a4 1 PKGREVISION= 2 d19 1 a19 1 BIND_VERSION= 9.9.0 @ 1.2 log @Add fix to a race condition in the resolver code that can cause a recursive nameserver: . Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d5 1 @ 1.1.1.1 log @Importing BIND 9.9.0 as pkgsrc/net/bind99. Introduction BIND 9.9.0 is the first production release of BIND 9.9. This document summarizes changes from BIND 9.8 to BIND 9.9. Please see the CHANGES file in the source code release for a complete list of all changes. New Features * The new "inline-signing" option * NXDOMAIN redirection * "rndc flushtree " command * "rndc sync" command * The new "rndc signing" command * "auto-dnssec" zones * Improves the startup time And more. @ text @@ 1.1.1.1.2.1 log @Pullup ticket #3762 - requested by taca net/bind99: security patch Revisions pulled up: - net/bind99/Makefile 1.2 - net/bind99/distinfo 1.3 - net/bind99/patches/patch-lib_dns_resolver.c 1.1 --- Module Name: pkgsrc Committed By: taca Date: Tue May 1 02:47:52 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile distinfo Added Files: pkgsrc/net/bind99/patches: patch-lib_dns_resolver.c Log Message: Add fix to a race condition in the resolver code that can cause a recursive nameserver: . Bump PKGREVISION. @ text @a4 1 PKGREVISION= 1 @ 1.1.1.1.2.2 log @Pullup ticket #3797 - requested by taca net/bind99/: security update Revisions pulled up: - net/bind99/Makefile 1.3-1.4 - net/bind99/PLIST 1.2 - net/bind99/distinfo 1.4 - net/bind99/files/named9.sh 1.2 - net/bind99/patches/patch-bin_tests_system_Makefile.in 1.2 - net/bind99/patches/patch-lib_dns_resolver.c deleted --- Module Name: pkgsrc Committed By: marino Date: Sun May 20 12:00:15 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile pkgsrc/net/bind99/files: named9.sh Log Message: PR#45780 net/bind99: Fix chroot operation DNSSEC related, bind99 needs same fix as bind98 --- Module Name: pkgsrc Committed By: taca Date: Tue May 22 03:31:07 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile PLIST distinfo pkgsrc/net/bind99/patches: patch-bin_tests_system_Makefile.in Removed Files: pkgsrc/net/bind99/patches: patch-lib_dns_resolver.c Log Message: Update biind99 package to 9.9.1. pkgsrc change: add an comment to patches/patch-bin_tests_system_Makefile.in. Changes from release announce: Security Fixes * Windows binary packages distributed by ISC are now built and linked against OpenSSL 1.0.0i 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] * A note will be added to the README in future releases to explain that the improved scalability provided by using multiple threads to listen for and process queries (change 3137, RT #22992) does not provide any performance benefit when running BIND on versions of the linux kernel that do not include the 'lockless UDP transmit path' changes that were incorporated in 2.6.39. (Some linux distributors may have provided this functionality under their own version numbering systems). 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] * named-checkconf now correctly validates dns64 clients acl definitions. [RT #27631] * 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] * Improves DNS64 reverse zone performance. [RT #28563] * Adds wire format lookup method to sdb. [RT #28563] * Uses hmctx, not mctx when freeing rbtdb->heaps to avoid triggering an assertion when flushing cache data. [RT #28571] * Prevents intermittent named crashes following an rndc reload [RT #28606] * Resolves inconsistencies in locating DNSSEC keys where zone names contain characters that require special mappings [RT #28600] * 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] * Prevents named crashes as a result of dereferencing a NULL pointer in zmgr_start_xfrin_ifquota if the zone was being removed while there were zone transfers still pending [RT #28419] * Corrects a parser bug that could cause named to crash while reading a malformed zone file. [RT #28467] * Ensures that when a client recurses its status fields are consistently set so that named doesn't fail on an INSIST in client.c:exit_check. [RT #28346] * Fixed a problem preventing proper use of 64 bit time values in libbind. [RT # 26542] * isccc/cc.c:table_fromwire could fail to free an allocated object on error, leading to a possible memory leak condition. [RT #28265] * Fixed a build error on systems without ENOTSUP. [RT #28200] * The header file isc/hmacsha.h is now installed when building BIND. [RT #28169] * AAAA responses will no longer be returned in the additional section when filter-aaaa-on-v4 is in use. (Prior to this change, they would be returned for some query types). [RT #27292] @ text @d5 1 d20 1 a20 1 BIND_VERSION= 9.9.1 @ 1.1.1.1.2.3 log @Pullup ticket #3817 - requested by taca net/bind99 security update Revisions pulled up: - net/bind99/Makefile 1.5 - net/bind99/distinfo 1.5 --- Module Name: pkgsrc Committed By: taca Date: Mon Jun 4 13:24:28 UTC 2012 Modified Files: pkgsrc/net/bind99: Makefile distinfo Log Message: Update bind99 to 9.9.1pl1 (BIND 9.9.1-P1). Security release for CVE-2012-1667. --- 9.9.1-P1 released --- 3331. [security] dns_rdataslab_fromrdataset could produce bad rdataslabs. [RT #29644] @ text @d19 1 a19 1 BIND_VERSION= 9.9.1-P1 @