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

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


Branch: pkgsrc-2013Q4, Version: 9.8.6pl2, Package name: bind-9.8.6pl2, 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.



Package options: inet6, kerberos, threads

Master sites: (Expand)

SHA1: c2c513621019d14fd9e13caad86a4e13198d5e77
RMD160: 11384ed47a19d9bfd32b1f00f0d5e879c76d396c
Filesize: 7105.308 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-04 23:48:05 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #4313 - requested by pettai
net/bind98: build fix

Revisions pulled up:
- net/bind98/distinfo                                           1.27
- net/bind98/options.mk                                         1.9

---
   Module Name:	pkgsrc
   Committed By:	pettai
   Date:		Mon Jan 27 21:25:21 UTC 2014

   Modified Files:
   	pkgsrc/net/bind98: distinfo options.mk

   Log message:
   Fetch the correct rl-9.8.6.patch file

   Log message:
   Update distfile to reflect the new rrl patch
   2014-01-14 10:49:01 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4295 - requested by taca
net/bind98: security update

Revisions pulled up:
- net/bind98/Makefile                                           1.35
- net/bind98/distinfo                                           1.26
- net/bind98/patches/patch-configure                            1.5

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jan 13 17:28:22 UTC 2014

   Modified Files:
   	pkgsrc/net/bind98: Makefile distinfo
   	pkgsrc/net/bind98/patches: patch-configure

   Log message:
   Update bind98 to 9.8.6pl2, (BIND 9.8.6-P2), security fix for CVE-2014-0591.

   	--- 9.8.6-P2 released ---

   3693.	[security]	memcpy was incorrectly called with overlapping
   			ranges resulting in malformed names being generated
   			on some platforms.  This could cause INSIST failures
   			when serving NSEC3 signed zones.  [RT #35120]

   3658.	[port]		linux: Address platform specific compilation issue
   			when libcap-devel is installed. [RT #34838]