./net/bind910, Berkeley Internet Name Daemon implementation of DNS, version 9.10

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q2, Version: 9.10.4pl2, Package name: bind-9.10.4pl2, Maintainer: pkgsrc-users

BIND, the Berkeley Internet Name Daemon, version 9 is a major rewrite
of nearly all aspects of the underlying BIND architecture. Some
of the important features of BIND-9 are:

- DNS Security
- IP version 6
- DNS Protocol Enhancements
- Views
- Multiprocessor Support
- Improved Portability Architecture
- Full NSEC3 support
- Automatic zone re-signing
- New update-policy methods tcp-self and 6to4-self

This package contains the BIND 9.10 release.



Package options: inet6, readline, threads

Master sites:

SHA1: b9b944251eeeae6c25b12472c2bac7369501c12c
RMD160: 3a34b4d62e5d21873bd9bdcc59f83e16e36e13f8
Filesize: 9080.088 KB

Version history: (Expand)


CVS history: (Expand)


   2016-07-20 04:55:36 by S.P.Zeidler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #5066 - requested by taca
net/bind910: security update

Revisions pulled up:
- net/bind910/Makefile                                          1.23
- net/bind910/PLIST                                             1.7
- net/bind910/distinfo                                          1.18
- net/bind910/patches/patch-lib_dns_rbt.c                       1.5

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jul 19 01:08:05 UTC 2016

   Modified Files:
   	pkgsrc/net/bind910: Makefile PLIST distinfo
   	pkgsrc/net/bind910/patches: patch-lib_dns_rbt.c

   Log message:
   Update bind910 to 9.10.4pl2 (BIND 9.10.4-P2).

   Changes from 9.10.3-P4 to 9.10.4 are too many to write here, please refer
   CHANGES file.

   	--- 9.10.4-P2 released ---

   4406.	[bug]		getrrsetbyname with a non absolute name could
   			trigger an infinite recursion bug in lwresd
   			and named with lwres configured if when combined
   			with a search list entry the resulting name is
   			too long. (CVE-2016-2775) [RT #42694]

   4405.	[bug]		Change 4342 introduced a regression where you could
   			not remove a delegation in a NSEC3 signed zone using
   			OPTOUT via nsupdate. [RT #42702]

   4387.	[bug]		Change 4336 was not complete leading to SERVFAIL
   			being return as NS records expired. [RT #42683]

   	--- 9.10.4-P1 released ---

   4368.	[bug]		Fix a crash when calling "rndc stats" on some
   			Windows builds because some Visual Studio compilers
   			generated crashing code for the "%z" printf()
   			format specifier. [RT #42380]

   4366.	[bug]		Address race condition when updating rbtnode bit
   			fields. [RT #42379]

   4363.	[port]		win32: Disable explicit triggering UAC when running
   			BINDInstall.

   	--- 9.10.4 released ---

   To generate a diff of this commit:
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/bind910/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/bind910/PLIST
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/bind910/distinfo
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind910/patches/patch-lib_dns_rbt.c