Update bind99 to 9.9.6p1 (BIND 9.9.6-P1).
--- 9.9.6-P1 released --- 4006. [security] A flaw in delegation handling could be exploited to put named into an infinite loop. This has been addressed by placing limits on the number of levels of recursion named will allow (default 7), and the number of iterative queries that it will send (default 50) before terminating a recursive query (CVE-2014-8500). The recursion depth limit is configured via the "max-recursion-depth" option, and the query limit via the "max-recursion-queries" option. [RT #37580]
This commit is contained in:
parent
43229e5b69
commit
d7806e8522
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.39 2014/10/14 16:21:02 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2014/12/08 21:58:18 taca Exp $
|
||||
|
||||
DISTNAME= bind-${BIND_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/-P/pl/}
|
||||
|
@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]*
|
|||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
BIND_VERSION= 9.9.6
|
||||
BIND_VERSION= 9.9.6-P1
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2014/10/14 16:21:02 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2014/12/08 21:58:18 taca Exp $
|
||||
bin/bind9-config
|
||||
bin/dig
|
||||
bin/host
|
||||
|
@ -114,6 +114,7 @@ include/isc/buffer.h
|
|||
include/isc/bufferlist.h
|
||||
include/isc/commandline.h
|
||||
include/isc/condition.h
|
||||
include/isc/counter.h
|
||||
include/isc/dir.h
|
||||
include/isc/entropy.h
|
||||
include/isc/error.h
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.25 2014/10/14 16:21:02 taca Exp $
|
||||
$NetBSD: distinfo,v 1.26 2014/12/08 21:58:18 taca Exp $
|
||||
|
||||
SHA1 (bind-9.9.6.tar.gz) = 77f1289936543b8eddbc874ea905ae055687ad78
|
||||
RMD160 (bind-9.9.6.tar.gz) = 1b9d2f3785bd9de7587b8da2be4aa1c893d9fd2b
|
||||
Size (bind-9.9.6.tar.gz) = 7811896 bytes
|
||||
SHA1 (bind-9.9.6-P1.tar.gz) = c2c276dd1f205924662bd94242a8776ea29c4e3b
|
||||
RMD160 (bind-9.9.6-P1.tar.gz) = faaeaadc9b1b6245665e98392e9fd0c44cf660fd
|
||||
Size (bind-9.9.6-P1.tar.gz) = 7816337 bytes
|
||||
SHA1 (patch-bin_dig_dighost.c) = 72cb7676cdf9cd4b44bc62c72bcf29127d9fbffe
|
||||
SHA1 (patch-bin_tests_system_Makefile.in) = 483fca89658263f5c1f974ce1151721835355aa8
|
||||
SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
|
||||
|
|
Loading…
Reference in a new issue