./net/bind99, Berkeley Internet Name Daemon implementation of DNS, version 9.9

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


Branch: CURRENT, Version: 9.9.2pl2, Package name: bind-9.9.2pl2, 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

This package contains the BIND 9.9 release.


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

Package options: inet6, readline, threads

Master sites: (Expand)

SHA1: 3aadeaf64164a31a1cf22737ff2eea706792b68d
RMD160: 3fd39bc8a572ac2c888ce6fc71454a8034cd9b68
Filesize: 7107.381 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-08 17:55:45 by Fredrik Pettai | Files touched by this commit (1)
Log message:
New rrl patch, new checksum
   2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152)
Log message:
Fixes:

 COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
   2013-03-27 13:08:24 by Fredrik Pettai | Files touched by this commit (2) | Package updated
Log message:
Also update the corresponding RRL patch + distinfo file
   2013-03-26 23:12:14 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2).

	--- 9.9.2-P2 released ---

3516.	[security]	Removed the check for regex.h in configure in order
			to disable regex syntax checking, as it exposes
			BIND to a critical flaw in libregex on some
			platforms. [RT #32688]
   2013-03-02 21:33:35 by Thomas Klausner | Files touched by this commit (83) | Package updated
Log message:
Bump PKGREVISION for mysql default change to 55.
   2013-02-09 01:14:34 by Fredrik Pettai | Files touched by this commit (2) | Package updated
Log message:
Updated rrl patch version + source
   2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | Package updated
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
   2012-12-05 01:55:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update bind99 to 9.9.2pl1nb2 (BIND 9.9.2-P1) which solves CVE-2012-5688.

	--- 9.9.2-P1 released ---

3407.	[security]	Named could die on specific queries with dns64 enabled.
			[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]