./net/bind9, Version 9 of the Berkeley Internet Name Daemon, implementation of DNS

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


Branch: pkgsrc-2007Q2, Version: 9.4.1pl1, Package name: bind-9.4.1pl1, 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
DNSSEC (signed zones)
TSIG (signed DNS requests)

- IP version 6
Answers DNS queries on IPv6 sockets
IPv6 resource records (A6, DNAME, etc.)
Bitstring Labels
Experimental IPv6 Resolver Library

- DNS Protocol Enhancements
IXFR, DDNS, Notify, EDNS0
Improved standards conformance

- Views
One server process can provide multiple "views" of the
DNS namespace to different clients.

- Multiprocessor Support
- Improved Portability Architecture


Master sites:

SHA1: c65bfd3d6ff1dd78b678fe350e323bfb6d47fe1b
RMD160: ced75a96098d78a7fdd8cc1d1e3daf2ad142ee9f
Filesize: 6192.782 KB

Version history: (Expand)


CVS history: (Expand)


   2007-08-06 22:51:27 by Geert Hendrickx | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket 2160 - requested by adrianp
security update for bind9

- pkgsrc/net/bind9/Makefile				1.91, 1.92
- pkgsrc/net/bind9/distinfo				1.33

   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.
---
   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Wed Aug  1 21:09:57 UTC 2007

   Modified Files:
	   pkgsrc/net/bind9: Makefile

   Log message:
   Fix for bind package name pointed out by John Klos on tech-pkg@