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

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


Branch: pkgsrc-2011Q3, Version: 9.8.1pl1, Package name: bind-9.8.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
- 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: 1cff6594aa185d84942edd2f3cc06dff9cebb04b
RMD160: 3183167d73a5da81e7e286a6eb123fc8684f4421
Filesize: 8253.876 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-17 02:26:00 by Steven Drake | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3605 - requested by spz
net/bind98 security update

Revisions pulled up:
- net/bind98/Makefile                                           1.6
- net/bind98/distinfo                                           1.6-1.7
- net/bind98/patches/patch-bin_dig_dighost.c                    1.1

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Wed Nov 16 21:34:44 UTC 2011

   Modified Files:
   	pkgsrc/net/bind98: Makefile distinfo

   Log message:
   BIND 9.8.1-P1 is security patch for BIND 9.8.1.

   * BIND 9 nameservers performing recursive queries could cache an invalid
     record and subsequent queries for that record could crash the resolvers
     with an assertion failure. [RT #26590]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Nov 17 00:48:09 UTC 2011

   Modified Files:
   	pkgsrc/net/bind98: distinfo
   Added Files:
   	pkgsrc/net/bind98/patches: patch-bin_dig_dighost.c

   Log message:
   Fix build problem on NetBSD current, maybe caused by newer gcc.

   * Avoid to use true as variable name.