summaryrefslogtreecommitdiff
path: root/dns/bind918/files/extrapatch-bind-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2022-02-10 14:49:38 +0100
committerMathieu Arnold <mat@FreeBSD.org>2022-02-10 16:35:41 +0100
commitcfada54fb345c0886e2e11f0448bc0f7ed797299 (patch)
tree48bfccce9514985b5e4dbe82ef525ef7ebedad3e /dns/bind918/files/extrapatch-bind-tools
parentlang/perl5-devel: update to v5.35.8-60-gafded0c3c2 (diff)
dns/bind918: add newest version of BIND9
Amongts many new features are the two methods of securing DNS trafic over Transport Layer Security (TLS). TLS is used by both DNS over TLS (DoT) and DNS over HTTPS (DoH). Changes: https://downloads.isc.org/isc/bind9/9.18.0/doc/arm/html/notes.html
Diffstat (limited to 'dns/bind918/files/extrapatch-bind-tools')
-rw-r--r--dns/bind918/files/extrapatch-bind-tools28
1 files changed, 28 insertions, 0 deletions
diff --git a/dns/bind918/files/extrapatch-bind-tools b/dns/bind918/files/extrapatch-bind-tools
new file mode 100644
index 000000000000..a38b3bd1fa14
--- /dev/null
+++ b/dns/bind918/files/extrapatch-bind-tools
@@ -0,0 +1,28 @@
+Only select the "tools" part of bind for building.
+
+--- Makefile.am.orig 2021-09-24 03:34:18 UTC
++++ Makefile.am
+@@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h
+ bind.keys.h: bind.keys Makefile
+ ${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
+
+-dist_sysconf_DATA = bind.keys
+-
+ .PHONY: doc
+
+ EXTRA_DIST = \
+--- bin/Makefile.am.orig 2021-09-24 03:34:18 UTC
++++ bin/Makefile.am
+@@ -1 +1 @@
+-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
++SUBDIRS = dig delv dnssec tools nsupdate
+--- bin/tools/Makefile.am.orig 2021-09-24 03:34:18 UTC
++++ bin/tools/Makefile.am
+@@ -11,7 +11,6 @@ LDADD += \
+ bin_PROGRAMS = \
+ arpaname \
+ mdig \
+- named-journalprint \
+ named-rrchecker \
+ nsec3hash
+