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

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


Branch: pkgsrc-2011Q1, Version: 9.7.3pl3, Package name: bind-9.7.3pl3, 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


Required to build:
[lang/perl5] [devel/libtool-base]

Package options: inet6, threads

Master sites: (Expand)

SHA1: 90c5340daa94517e3bc7be89feef5ea6918fc390
RMD160: 456aed6a9c6e87de43d38860eaef2ee5d67e1f8e
Filesize: 7408.934 KB

Version history: (Expand)


CVS history: (Expand)


   2011-07-06 05:00:47 by Steven Drake | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3462 - requested by taca
security update for net/bind97

Revisions pulled up:
- net/bind97/Makefile                                           1.8
- net/bind97/distinfo                                           1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jul  5 13:56:35 UTC 2011

   Modified Files:
   	pkgsrc/net/bind97: Makefile distinfo

   Log message:
   Update bind97 package to bind-9.7.3pl3 (9.7.3-P3), security release.

   	--- 9.7.3-P3 released ---

   3124.	[bug]		Use an rdataset attribute flag to indicate
   			negative-cache records rather than using rrtype 0;
   			this will prevent problems when that rrtype is
   			used in actual DNS packets.  [RT #24777]

   	--- 9.7.3-P2 released (withdrawn) ---

   3123.	[security]	Change #2912 exposed a latent flaw in
   			dns_rdataset_totext() that could cause named to
   			crash with an assertion failure. [RT #24777]
   2011-05-27 13:06:49 by Steven Drake | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3440 - requested by taca
net/bind97 security update

Revisions pulled up:
- net/bind97/Makefile                                           1.7
- net/bind97/distinfo                                           1.7

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri May 27 06:46:26 UTC 2011

   Modified Files:
   	pkgsrc/net/bind97: Makefile distinfo

   Log message:
   Update bind97 package to 9.7.3pl1 (9.7.3-P1).

   	--- 9.7.3-P1 released ---

   3121.   [security]      An authoritative name server sending a negative
                           response containing a very large RRset could
                           trigger an off-by-one error in the ncache code
                           and crash named. [RT #24650]

   3120.	[bug]		Named could fail to validate zones listed in a DLV
   			that validated insecure without using DLV and had
   			DS records in the parent zone. [RT #24631]