Path to this page:
./
net/bind9,
Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
Branch: pkgsrc-2008Q4,
Version: 9.4.3pl1,
Package name: bind-9.4.3pl1,
Maintainer: pkgsrc-usersBIND, 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
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 3aff02f8c7c0c79dc589b9ce9af28bae386d44cf
RMD160: f7bc80a50c03f241d37c3bc4cfe52d936675f8c3
Filesize: 6391.194 KB
Version history: (Expand)
- (2009-01-19) Updated to version: bind-9.4.3pl1
- (2009-01-06) Package added to pkgsrc.se, version bind-9.4.2pl2 (created)
CVS history: (Expand)
2009-01-19 12:44:16 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Pullup ticket #2645 - requested by mlelstv
bind9: security update
Revisions pulled up:
- net/bind9/Makefile 1.103-1.104
- net/bind9/PLIST 1.23
- net/bind9/distinfo 1.39-1.40
- net/bind9/patches/patch-ai 1.10
- net/bind9/patches/patch-ap delete
---
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Jan 4 00:16:03 UTC 2009
Modified Files:
pkgsrc/net/bind9: Makefile PLIST distinfo
pkgsrc/net/bind9/patches: patch-ai
Removed Files:
pkgsrc/net/bind9/patches: patch-ap
Log message:
Update to 9.4.3
Resolver could try unreachable servers multiple times.
Adb's handling of lame addresses was different for IPv4 and IPv6.
Remove NULL pointer dereference in dns_journal_print().
libbind: Out of bounds reference in dns_ho.c:addrsort.
Set initial timeout to 800ms.
TSIG context leak
For all the details see:
http://oldwww.isc.org/sw/bind/view/?release=9.4.3#RELEASE
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Jan 8 09:02:19 UTC 2009
Modified Files:
pkgsrc/net/bind9: Makefile distinfo
Log message:
Changes since 9.4.3:
2522. [security] Handle -1 from DSA_do_verify().
2498. [bug] Removed a bogus function argument used with
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
warning or crash named with the debug 1 level
of logging. [RT #18917]
|