Path to this page:
./
net/bind916,
Berkeley Internet Name Daemon implementation of DNS, version 9.16
Branch: pkgsrc-2021Q4,
Version: 9.16.24,
Package name: bind-9.16.24,
Maintainer: pkgsrc-usersBIND, the Berkeley Internet Name Daemon. This package contains the BIND
9.16 release.
* New dnssec-policy statement to configure a key and signing policy for
zones, enabling automatic key regeneration and rollover.
* New network manager based on libuv.
* Added support for the new GeoIP2 geolocation API, libmaxminddb.
* Improved DNSSEC trust anchor configuration using the trust-anchors
statement, permitting configuration of trust anchors in DS as well as
DNSKEY format.
* YAML output for dig, mdig, and delv.
MESSAGE.rcd [+/-]===========================================================================
$NetBSD: MESSAGE.rcd,v 1.1 2020/08/09 15:20:21 taca 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.
===========================================================================
Package options: blacklist, readline, threads
Master sites:
Filesize: 4951.348 KB
Version history: (Expand)
- (2022-01-05) Package added to pkgsrc.se, version bind-9.16.24 (created)
CVS history: (Expand)
2022-03-03 19:51:38 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6586 - requested by gutteridge
net/bind916: SunOS build fix
Revisions pulled up:
- net/bind916/distinfo 1.31
- net/bind916/patches/patch-lib_isc_unix_socket.c 1.7
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Feb 17 15:37:26 UTC 2022
Modified Files:
pkgsrc/net/bind916: distinfo
pkgsrc/net/bind916/patches: patch-lib_isc_unix_socket.c
Log message:
bind916: fix builds on Solaris derivates
A patch fixing SunOS builds was lost during a recent update, restore
it. (And s/SmartOS/SunOS/ in comment, this doesn't just affect SmartOS,
reproduced and fixed on OmniOS. This package also fails to build on
Linux, but that's another issue entirely.) Addresses PR pkg/56716 from
Russell Hansen.
|