./net/bind912, Berkeley Internet Name Daemon implementation of DNS, version 9.12

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


Branch: pkgsrc-2018Q4, Version: 9.12.3pl4, Package name: bind-9.12.3pl4, 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.12 release.

- named and related libraries have been substantially refactored for
improved query performance.
- Code implementing the name server query processing logic has been
moved into a new libns library.
- The DNS Response Policy Service API (DNSRPS) is now supported.
- Log file timestamps can now also be formatted in ISO 8601 (local)
or ISO 8601 (UTC) formats.
- Added support for the EDNS Padding and Keepalive options.
- 'new-zones-directory' option sets the location where the
configuration data for zones added by rndc addzone is stored.
- The default key algorithm in rndc-confgen is now hmac-sha256.
- filter-aaaa-on-v4 and filter-aaaa-on-v6 options are now available
by default without a configure option.
- The obsolete isc-hmac-fixup command has been removed.



Package options: inet6, readline, threads

Master sites:

SHA1: 883c1513e0c97887db2c57625b1c6ad5f15f8078
RMD160: a5a314a370e53ac2cb3c743c4886b8b538a2bd63
Filesize: 8425.618 KB

Version history: (Expand)


CVS history: (Expand)


   2019-03-04 17:51:40 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #5918 - requested by taca
net/bind912: security fix

Revisions pulled up:
- net/bind912/Makefile                                          1.8-1.9
- net/bind912/PLIST                                             1.2
- net/bind912/distinfo                                          1.6
- net/bind912/options.mk                                        1.3

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Thu Jan 17 08:53:37 UTC 2019

   Modified Files:
   	pkgsrc/net/bind912: Makefile PLIST options.mk

   Log message:
   Add a "dnstap" option, defaults to off.
   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Feb 22 01:24:24 UTC 2019

   Modified Files:
   	pkgsrc/net/bind912: Makefile distinfo

   Log message:
   net/bind912: update to 9.12.3pl4

   Update bind912 to 9.12.3pl4 (BIND 9.12.3-P4).

   	--- 9.12.3-P4 released ---

   	--- 9.12.3-P3 released (withdrawn) ---

   5141.	[security]	Zone transfer controls for writable DLZ zones were
   			not effective as the allowzonexfr method was not being
   			called for such zones. (CVE-2019-6465) [GL #790]

   	--- 9.12.3-P2 released (withdrawn) ---

   5118.	[security]	Named could crash if it is managing a key with
   			`managed-keys` and the authoritative zone is rolling
   			the key to an unsupported algorithm. (CVE-2018-5745)
   			[GL #780]

   5110.	[security]	Named leaked memory if there were multiple Key Tag
   			EDNS options present. (CVE-2018-5744) [GL #772]