Path to this page:
./
net/bind911,
Berkeley Internet Name Daemon implementation of DNS, version 9.11
Branch: CURRENT,
Version: 9.11.26,
Package name: bind-9.11.26,
Maintainer: pkgsrc-usersBIND, 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.11 release.
- Catalog Zones, a new method for provisioning servers
- "dnstap", a fast and flexible method of capturing and logging
DNS traffic.
- "dyndb", a new API for loading zone data from an external database
- dnssec-keymgr, a new key mainenance utility
- mdig, an alternate version of dig utility
- And more...
MESSAGE.rcd [+/-]===========================================================================
$NetBSD: MESSAGE.rcd,v 1.1 2019/06/20 12:26:33 jperkin Exp $
Please consider running BIND under the pseudo user account "${BIND_USER}"
in a chroot environment for security reasons.
To achieve this, set the variable "named_chrootdir" in /etc/rc.conf to
the directory with the chroot environment e.g. "${BIND_DIR}".
Note: named(8) requires writable directories under "/etc/namedb" which
specified by "directory" in "options" statement:
cache
keys
nta
Make sure to these directories exists with writable by "${BIND_USER}" user.
===========================================================================
Required to run:[
security/openssl]
Required to build:[
pkgtools/cwrappers]
Package options: inet6, readline, threads
Master sites:
SHA1: 14064c865920842e48f444be2bda9dc91770e439
RMD160: 801726934bc31ca8292fc8358e6a813186283365
Filesize: 8092.369 KB
Version history: (Expand)
- (2020-12-19) Updated to version: bind-9.11.26
- (2020-12-02) Updated to version: bind-9.11.25nb1
- (2020-11-26) Updated to version: bind-9.11.25
- (2020-11-05) Updated to version: bind-9.11.23nb1
- (2020-09-19) Updated to version: bind-9.11.23
- (2020-09-01) Updated to version: bind-9.11.22nb1
CVS history: (Expand)
2021-01-13 10:34:30 by Nia Alarie | Files touched by this commit (2) |
Log message:
bind: Disable atomic operations on i386 too.
|
2020-12-19 15:44:15 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/bind911: update to 9.11.26
Update bind911 to 9.11.26 (BIND 9.11.26) which is maintenance release.
--- 9.11.26 released ---
5544. [func] Restore the default value of "nocookie-udp-size" to 4096
bytes. [GL #2250]
5541. [func] Adjust the "max-recursion-queries" default from 75 to
100. [GL #2305]
5540. [port] Fix building with native PKCS#11 support for AEP Keyper.
[GL #2315]
5539. [bug] Tighten handling of missing DNS COOKIE responses over
UDP by falling back to TCP. [GL #2275]
5534. [bug] The CNAME synthesized from a DNAME was incorrectly
followed when the QTYPE was CNAME or ANY. [GL #2280]
|
2020-12-02 15:54:55 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/bind911: apply fix for man page problems
Apply fix for man page problems as bind-announce post.
Message-ID: <467ff8dc-00a0-674f-3b09-ae0ebf8dd293@isc.org>
Subject: A fix is available for man page problems affecting the BIND 9.11.25 \
release (was Re: New BIND releases are available: 9.11.25, 9.16.9, and 9.17.7)
Date: Mon, 30 Nov 2020 01:51:28 -0900
From: Michael McNally <mcnally@isc.org>
To: bind-announce@lists.isc.org
Bump PKGREVISION.
|
2020-11-26 12:29:10 by Juraj Lutter | Files touched by this commit (1) |
Log message:
bind911: Actually remove unneeded patch
|
2020-11-26 12:24:13 by Juraj Lutter | Files touched by this commit (3) |  |
Log message:
bind911: Update to 9.11.25
Changes:
--- 9.11.25 released ---
5527. [bug] A NULL pointer dereference occurred when creating an NTA
recheck query failed. [GL #2244]
5523. [bug] The initial lookup in a zone transitioning to/from a
signed state could fail if the DNSKEY RRset was not
found. [GL #2236]
5518. [bug] Stub zones now work correctly with primary servers using
"minimal-responses yes". [GL #1736]
--- 9.11.24 released ---
5516. [func] The default EDNS buffer size has been changed from 4096
to 1232 bytes. [GL #2183]
5513. [doc] The ARM section describing the "rrset-order" statement
was rewritten to make it unambiguous and up-to-date with
the source code. [GL #2139]
5510. [bug] Implement the attach/detach semantics for dns_message_t
to fix a data race in accessing an already-destroyed
fctx->rmessage. [GL #2124]
5506. [bug] Properly handle failed sysconf() calls, so we don't
report invalid memory size. [GL #2166]
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-09-19 15:07:00 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/bind911: update to 9.11.23
Update bind911 package to 9.11.23.
--- 9.11.23 released ---
5497. [bug] 'dig +bufsize=0' failed to disable EDNS. [GL #2054]
5496. [bug] Address a TSAN report by ensuring each rate limiter
object holds a reference to its task. [GL #2081]
5492. [bug] Tighten LOC parsing to reject a period (".") and/or \
"m"
as a value. Fix handling of negative altitudes which are
not whole meters. [GL #2074]
5489. [bug] Named erroneously accepted certain invalid resource
records that were incorrectly processed after
subsequently being written to disk and loaded back, as
the wire format differed. Such records include: CERT,
IPSECKEY, NSEC3, NSEC3PARAM, NXT, SIG, TLSA, WKS, and
X25. [GL !3953]
5488. [bug] NTA code needed to have a weak reference on its
associated view to prevent the latter from being deleted
while NTA tests were being performed. [GL #2067]
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|