./net/bind98, Berkeley Internet Name Daemon implementation of DNS, version 9.8

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


Branch: CURRENT, Version: 9.8.4pl2, Package name: bind-9.8.4pl2, 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.8 release.


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

Package options: inet6, kerberos, threads

Master sites: (Expand)

SHA1: f8d1f3d7fd41b943901dacf01f6b95f901288359
RMD160: 620426bde78c49c81900d6d537e2f818600f43b2
Filesize: 6962.588 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-08 17:53:36 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:03:55 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:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update bind98 to 9.8.4pl2 (BIND 9.8.4-P2).

	--- 9.8.4-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:09:43 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:54:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update bind98 to 9.8.4p1 (BIND 9.8.4-P1) which solves CVE-2012-5688.

	--- 9.8.4-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.]