summaryrefslogtreecommitdiff
path: root/net/bind916/patches/patch-bin_named_main.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-19net/bind916: update to 9.16.10taca1-8/+8
Update bind916 to 9.16.10 (BIND 9.16.10). pkgsrc changes: * Make blocklist/blacklist support really compiled in. * Fix build problem with pkcs11 PKG_OPTIONS and allow to use it. --- 9.16.10 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] 5538. [func] Add NSEC3 support to KASP. A new option for "dnssec-policy", "nsec3param", can be used to set the desired NSEC3 parameters. NSEC3 salt collisions are automatically prevented during resalting. Salt generation is now logged with zone context. [GL #1620] 5534. [bug] The CNAME synthesized from a DNAME was incorrectly followed when the QTYPE was CNAME or ANY. [GL #2280]
2020-08-09net/bind916: add version 9.16.5 packagetaca1-0/+28
Add bind916 version 9.16.5 package (BIND 9.16.5). BIND, 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.