diff options
author | adrianp <adrianp> | 2007-07-28 11:41:56 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-07-28 11:41:56 +0000 |
commit | 5bd19a6d8f6c9ecae9d20f93371511cf3e7e295c (patch) | |
tree | 864391200b3b12e51423b88a69b73a7a341bab32 /net/bind9 | |
parent | b19630f44ed81c54421475ee8c8b41abf965a2f1 (diff) | |
download | pkgsrc-5bd19a6d8f6c9ecae9d20f93371511cf3e7e295c.tar.gz |
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.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 5 | ||||
-rw-r--r-- | net/bind9/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index c4f68f5df2d..5889e164bbc 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.90 2007/07/04 20:54:48 jlam Exp $ +# $NetBSD: Makefile,v 1.91 2007/07/28 11:41:56 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} CATEGORIES= net -PKGREVISION= 1 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS -BIND_VERSION= 9.4.1 +BIND_VERSION= 9.4.1-P1 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" diff --git a/net/bind9/distinfo b/net/bind9/distinfo index f69f834cb74..c748ccdd74a 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2007/05/02 08:12:37 cjs Exp $ +$NetBSD: distinfo,v 1.33 2007/07/28 11:41:57 adrianp Exp $ -SHA1 (bind-9.4.1.tar.gz) = d00899008cac044c34084cfc0b0d3b402b0d24c8 -RMD160 (bind-9.4.1.tar.gz) = 53dcfa9a0e2422aeb9f3e4d12f09b1595784cb45 -Size (bind-9.4.1.tar.gz) = 6334215 bytes +SHA1 (bind-9.4.1-P1.tar.gz) = c65bfd3d6ff1dd78b678fe350e323bfb6d47fe1b +RMD160 (bind-9.4.1-P1.tar.gz) = ced75a96098d78a7fdd8cc1d1e3daf2ad142ee9f +Size (bind-9.4.1-P1.tar.gz) = 6341409 bytes SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba SHA1 (patch-ad) = 0e28ae0bb42e633f1ff1111478c97ced5c222186 |