FreshPorts -- The Place For Ports Sun, 21 Mar 2010 12:21 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
bind96 9.6.2.1 dns on this many watch lists=7 search for ports that depend on this port
The BIND DNS suite with updated DNSSEC and threads
Maintained by: dougb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Jan 2009 07:12:24
Also Listed In: net ipv6


BIND 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: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
     Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
     Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
     e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support, including working threads in this version

BIND 9.6.0 includes a number of changes from BIND 9.5 and earlier releases,
including:
	Full NSEC3 support
	Automatic zone re-signing
	New update-policy methods tcp-self and 6to4-self

See the CHANGES file for more information on features.

WWW: https://www.isc.org/software/bind

- Doug Barton
DougB@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: textproc/libxml2

To install the port: cd /usr/ports/dns/bind96/ && make install clean
To add the package: pkg_add -r bind96


Configuration Options
===> The following configuration options are available for bind96-9.6.2.1:
     SSL=on (default) "Building without OpenSSL removes DNSSEC"
     LINKS=on (default) "Create conf file symlinks in /usr/local"
     XML=on (default) "Support for xml statistics output"
     IDN=off (default) "Add IDN support to dig, host, etc."
     REPLACE_BASE=off (default) "Replace base BIND with this version"
     LARGE_FILE=off (default) "64-bit file support"
     SIGCHASE=off (default) "dig/host/nslookup will do DNSSEC validation"
     IPV6=off (default) "IPv6 Support (autodetected by default)"
     DLZ_POSTGRESQL=off (default) "DLZ Postgres driver"
     DLZ_MYSQL=off (default) "DLZ MySQL driver (single-threaded BIND)"
     DLZ_BDB=off (default) "DLZ BDB driver"
     DLZ_LDAP=off (default) "DLZ LDAP driver"
     DLZ_FILESYSTEM=off (default) "DLZ filesystem driver"
     DLZ_STUB=off (default) "DLZ stub driver"
     THREADS=on (default) "Compile with thread support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.ciril.fr/pub/isc/bind9/9.6.2-P1/
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.iij.ad.jp/pub/network/isc/bind9/9.6.2-P1/
ftp://ftp.dti.ad.jp/pub/net/isc/bind9/9.6.2-P1/
ftp://ftp.u-aizu.ac.jp/pub/net/isc/bind9/9.6.2-P1/
ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.chl.chalmers.se/pub/isc/bind9/9.6.2-P1/
ftp://ftp.sunet.se/pub/network/isc/bind9/9.6.2-P1/
ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.epix.net/pub/isc/bind9/9.6.2-P1/
ftp://ftp.nominum.com/pub/isc/bind9/9.6.2-P1/
ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/bind9/9.6.2-P1/
ftp://ftp.ntua.gr/pub/net/isc/isc/bind9/9.6.2-P1/
http://dougbarton.us/Downloads/bind9/9.6.2-P1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 Mar 2010 05:35:03
Original commit files touched by this commit  9.6.2.1
dougb search for other commits by this committer
Update to the latest patchfix releases to deal with the problems
related to the handling of broken DNSSEC trust chains.

This fix is only necessary for those who have DNSSEC validation
enabled and configure trust anchors from third parties, either
manually, or through a system like DLV.
02 Mar 2010 04:06:10
Original commit files touched by this commit  9.6.2
dougb search for other commits by this committer
Upgrade to version 9.6.2. This version includes all previously released
security patches to the 9.6.1 version, as well as many other bug fixes.

Due to the fact that the DNSSEC algorithm that will be used to sign the
root zone is only included in this version and in 9.7.x those who wish
to do validation MUST upgrade to one of these prior to July 2010.

Feature safe:   yes
25 Jan 2010 00:25:08
Original commit files touched by this commit  9.6.1.3
dougb search for other commits by this committer
Upgrade to BIND 9.4.3-P5, 9.5.2-P2, and 9.6.1-P3. These versions address
the following vulnerabilities:

BIND 9 Cache Update from Additional Section
https://www.isc.org/advisories/CVE-2009-4022v6
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4022
A nameserver with DNSSEC validation enabled may incorrectly add
unauthenticated records to its cache that are received during the
resolution of a recursive client query

BIND 9 DNSSEC validation code could cause bogus NXDOMAIN responses
https://www.isc.org/advisories/CVE-2010-0097
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0097
There was an error in the DNSSEC NSEC/NSEC3 validation code that could
cause bogus NXDOMAIN responses (that is, NXDOMAIN responses for records
proven by NSEC or NSEC3 to exist) to be cached as if they had validated
correctly

These issues only affect systems with DNSSEC validation enabled.
14 Dec 2009 06:29:30
Original commit files touched by this commit  9.6.1.2
dougb search for other commits by this committer
Update CONFLICTS for bind97
30 Nov 2009 02:46:12
Original commit files touched by this commit  9.6.1.2
dougb search for other commits by this committer
Update to the latest patchlevels for BINDs 9.[456]. The vulnerability
this is designed to fix is related to DNSSEC validation on a resolving
name server that allows access to untrusted users. If your system does
not fall into all 3 of these categories you do not need to update
immediately.
07 Nov 2009 19:23:18
Original commit files touched by this commit  9.6.1.1_1
dougb search for other commits by this committer
Wrap some query socket handling in dig with a socket != NULL bow

This patch or something similar will likely be included in a future
BIND release.

PR:             bin/138061
Submitted by:   Michael Baker <michael.baker@diversit.com.au>
Original patch submitted by:    Volker <volker@vwsoft.com>
Patch reviewed and tweaked by:  ISC
01 Sep 2009 02:31:43
Original commit files touched by this commit  9.6.1.1
dougb search for other commits by this committer
The new LINKS OPTION is not only useless it's harmful when combined
with the REPLACE_BASE option so if the latter is defined don't try
to make the LINKS.

Problem pointed out by: Chris Wopat <me@falz.net>
30 Aug 2009 00:15:57
Original commit files touched by this commit  9.6.1.1
dougb search for other commits by this committer
For all:
Add an OPTION (on by default) to install the appropriate symlinks for
named.conf and rndc.key in /usr/local/etc and /var/named/usr/local/etc.

For bind9[456]:
Add OPTIONs (off by default) for the DLZ configure options, and their
corresponding ports knobs. [1] The basic infrastructure for this was
provided in the PR, but this version is slightly different in a few
details so responsibility for bugs is mine.

PR:             ports/122974 [1]
Submitted by:   Michael Schout <mschout@gkg.net> [1]
30 Jul 2009 19:47:46
Original commit files touched by this commit  9.6.1.1
dougb search for other commits by this committer
The dependency on idnkit should be a LIB_, not a BUILD_

PR:             ports/137240
Submitted by:   danger
29 Jul 2009 19:23:41
Original commit files touched by this commit  9.6.1.1
dougb search for other commits by this committer
Update the hashes of the PGP signature files for the new releases.
The previous signatures were derived from the wrong key.
The new signatures all verify correctly.

No changes to the hashes for the software itself.
28 Jul 2009 23:13:34
Original commit files touched by this commit  9.6.1.1
dougb search for other commits by this committer
Update to patched versions which address a remote DoS vulnerability:

        Receipt of a specially-crafted dynamic update message may
        cause BIND 9 servers to exit. This vulnerability affects all
        servers -- it is not limited to those that are configured to
        allow dynamic updates. Access controls will not provide an
        effective workaround.

More details can be found here: https://www.isc.org/node/474

All BIND users are encouraged to update to a patched version ASAP.
19 Jun 2009 05:40:14
Original commit files touched by this commit  9.6.1
dougb search for other commits by this committer
Update to version 9.6.1, the latest from ISC. This version contains
numerous bug fixes and updates, especially in the DNSSEC code, including
the new NSEC3 protocol. Full details are available at:

http://oldwww.isc.org/sw/bind/view/?release=9.6.1&noframes=1
12 Apr 2009 22:33:23
Original commit files touched by this commit  9.6.0.1
pav search for other commits by this committer
- Flip from MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE, fails both on pointyhat and on
  my local machine
24 Mar 2009 20:00:21
Original commit files touched by this commit  9.6.0.1
dougb search for other commits by this committer
Fix CONFLICTS (again). The previous example didn't work at all for ports
other than plain bind9 since the real PORTNAMEs for the other ports are
bind9[456]. This fix has the added advantage of covering REPLACE_BASE.
24 Mar 2009 19:51:28
Original commit files touched by this commit  9.6.0.1
dougb search for other commits by this committer
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
08 Jan 2009 08:18:45
Original commit files touched by this commit  9.6.0.1
dougb search for other commits by this committer
Update to the -P1 versions of the current BIND ports which contain
the fix for the following vulnerability: https://www.isc.org/node/373

Description:
Return values from OpenSSL library functions EVP_VerifyFinal()
and DSA_do_verify() were not checked properly.

Impact:
It is theoretically possible to spoof answers returned from
zones using the DNSKEY algorithms DSA (3) and NSEC3DSA (6).

In short, if you're not using DNSSEC to verify signatures you have
nothing to worry about.

While I'm here, address the issues raised in the PR by adding a knob
to disable building with OpenSSL altogether (which eliminates DNSSEC
capability), and fix the configure arguments to better deal with the
situation where the user has ssl bits in both the base and LOCALBASE.

PR:             ports/126297
Submitted by:   Ronald F.Guilmette <rfg@tristatelogic.com>
04 Jan 2009 07:26:28
Original commit files touched by this commit  9.6.0
dougb search for other commits by this committer
Update CONFLICTS to reflect the addition of the bind96 port,
the demise of bind9-dlz, and updates to the bind9-sdb-* ports.
04 Jan 2009 07:15:47
Original commit files touched by this commit  9.6.0
dougb search for other commits by this committer
Update after repo-copy for BIND 9.6.0
04 Jan 2009 07:12:02
Original commit files touched by this commit  9.5.1
dougb search for other commits by this committer
Forced commit to mark repo-copy from bind95

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21415
Broken 173
Deprecated 46
Ignore 900
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 6
new 48 hours7
new 7 days19
new fortnight50
new month101

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.222 seconds.