Subject: CVS commit: pkgsrc/net/bind9
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 07/28/2007 11:41:57
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Jul 28 11:41:57 UTC 2007

Modified Files:
	pkgsrc/net/bind9: Makefile distinfo

Log Message:
Update to 9.4.1-P1

2206.	[security]
"allow-query-cache" and "allow-recursion" now
cross inherit from each other.
If allow-query-cache is not set in named.conf then
allow-recursion is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
If allow-recursion is not set in named.conf then
allow-query-cache is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.

2203.	[security]
Query id generation was cryptographically weak.

2202.	[security]
The default acls for allow-query-cache and
allow-recursion were not being applied.

2193.	[port]
win32: BINDInstall.exe is now linked statically.

2192.	[port]
win32: use vcredist_x86.exe to install Visual
Studio's redistributable dlls if building with
Visual Stdio 2005 or later.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 pkgsrc/net/bind9/Makefile
cvs rdiff -r1.32 -r1.33 pkgsrc/net/bind9/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.