Up to [cvs.NetBSD.org] / pkgsrc / net / bind914
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.6, Tue Sep 1 14:14:53 2020 UTC (5 months, 3 weeks ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1
lines
FILE REMOVED
net/bind914: remove package Remove bind914 package since it is EOL, May, 2020.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 30 17:27:06 2020 UTC (7 months, 4 weeks ago) by tron
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
net/bind914: Fix build under NetBSD-current This package automatically enabled the "blacklist" option under recent enough versions of NetBSD. However in NetBSD-current the "blacklist" library has been replaced by the "blocklist" library which BIND currently doesn't support. And as result the build failed with the default option because the "blacklist" could not be found. Change the option check to only enable this option under NetBSD if the "blacklist" header file can be found. This fixes the build under NetBSD-current with the default options. The correct long term fixed would be: * Wait for a BIND version which supports "blocklist" instead of "blacklist" * Add "blocklist" as a package in "pkgsrc" with an appropriate "builtin.mk"
Revision 1.4 / (download) - annotate - [select for diffs], Sun May 10 14:25:42 2020 UTC (9 months, 2 weeks ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.3: +1 -4
lines
Diff to previous 1.3 (colored)
net/bind914: remove unknown configure option
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:30 2019 UTC (15 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
net: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 14 16:14:05 2019 UTC (20 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
net/bind914: fix runtime problem Fix runtime problem by removing extra (fdwatch) from NetBSD current. Bump PKGREVISION.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 30 03:34:34 2019 UTC (21 months, 4 weeks ago) by taca
Branch: MAIN
net/bind914: add version 9.14.1 Add bind914 version 9.14.1 package (BIND 9.14.1). pkgsrc chagnes: * Add blacklist support from NetBSD base system. * Note about required directories. BIND, the Berkeley Internet Name Daemon. This package contains the BIND 9.14 release. * A new "plugin" mechanism has been added to allow query functionality to be extended using dynamically loadable libraries. The "filter-aaaa" feature has been removed from named and is now implemented as a plugin. * QNAME minimization, as described in RFC 7816, is now supported. * Socket and task code has been refactored to improve performance on most modern machines. * "Root key sentinel" support, enabling validating resolvers to indicate via a special query which trust anchors are configured for the root zone. * Secondary zones can now be configured as "mirror" zones; their contents are transferred in as with traditional slave zones, but are subject to DNSSEC validation and are not treated as authoritative data when answering. This makes it easier to configure a local copy of the root zone as described in RFC 7706. * The "validate-except" option allows configuration of domains below which DNSSEC validation should not be performed. * The default value of "dnssec-validation" is now "auto". * IDNA2008 is now supported when linking with libidn2. * "named -V" now outputs the default paths for files used by named and other tools.