Module Name: src Committed By: martin Date: Sat May 14 11:37:07 UTC 2022
Modified Files: src/distrib/sets/lists/base [netbsd-9]: mi src/distrib/sets/lists/man [netbsd-9]: mi src/external/mpl/bind/bin/confgen/ddns-confgen [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by brad in ticket #1447): external/mpl/bind/bin/confgen/ddns-confgen/Makefile: revision 1.2 distrib/sets/lists/man/mi: revision 1.1739 distrib/sets/lists/base/mi: revision 1.1295 Add LINKS and MLINKS to the ddns-confgen Makefile to provide tsig-keygen. This helps to allow pkgsrc/security/acmesh to function and should be provided in all BIND >= 9.13 installs anyway. To generate a diff of this commit: cvs rdiff -u -r1.1209.2.6 -r1.1209.2.7 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1649.2.9 -r1.1649.2.10 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.1 -r1.1.6.1 \ src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/base/mi diff -u src/distrib/sets/lists/base/mi:1.1209.2.6 src/distrib/sets/lists/base/mi:1.1209.2.7 --- src/distrib/sets/lists/base/mi:1.1209.2.6 Sun Oct 11 11:26:24 2020 +++ src/distrib/sets/lists/base/mi Sat May 14 11:37:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1209.2.6 2020/10/11 11:26:24 martin Exp $ +# $NetBSD: mi,v 1.1209.2.7 2022/05/14 11:37:07 martin Exp $ # # Note: Don't delete entries from here - mark them as "obsolete" instead, # unless otherwise stated below. @@ -2029,6 +2029,7 @@ ./usr/sbin/traceroute6 base-netutil-bin use_inet6 ./usr/sbin/trpt base-netutil-bin ./usr/sbin/trsp base-obsolete obsolete +./usr/sbin/tsig-keygen base-bind-bin ./usr/sbin/unbound base-netutil-bin unbound ./usr/sbin/unbound-anchor base-netutil-bin unbound ./usr/sbin/unbound-checkconf base-netutil-bin unbound Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1649.2.9 src/distrib/sets/lists/man/mi:1.1649.2.10 --- src/distrib/sets/lists/man/mi:1.1649.2.9 Tue Aug 3 16:10:24 2021 +++ src/distrib/sets/lists/man/mi Sat May 14 11:37:06 2022 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1649.2.9 2021/08/03 16:10:24 snj Exp $ +# $NetBSD: mi,v 1.1649.2.10 2022/05/14 11:37:06 martin Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -3181,6 +3181,7 @@ ./usr/share/man/cat8/trivial-rewrite.0 man-postfix-catman postfix,.cat ./usr/share/man/cat8/trpt.0 man-netutil-catman .cat ./usr/share/man/cat8/trsp.0 man-obsolete obsolete +./usr/share/man/cat8/tsig-keygen.0 man-bind-catman .cat ./usr/share/man/cat8/ttyflags.0 man-sysutil-catman .cat ./usr/share/man/cat8/tunefs.0 man-sysutil-catman .cat ./usr/share/man/cat8/umbctl.0 man-netutil-catman .cat @@ -6071,6 +6072,7 @@ ./usr/share/man/html8/traceroute6.html man-netutil-htmlman use_inet6,html ./usr/share/man/html8/trivial-rewrite.html man-postfix-htmlman postfix,html ./usr/share/man/html8/trpt.html man-netutil-htmlman html +./usr/share/man/html8/tsig-keygen.html man-bind-htmlman html ./usr/share/man/html8/ttyflags.html man-sysutil-htmlman html ./usr/share/man/html8/tunefs.html man-sysutil-htmlman html ./usr/share/man/html8/umbctl.html man-netutil-htmlman html @@ -9308,6 +9310,7 @@ ./usr/share/man/man8/trivial-rewrite.8 man-postfix-man postfix,.man ./usr/share/man/man8/trpt.8 man-netutil-man .man ./usr/share/man/man8/trsp.8 man-obsolete obsolete +./usr/share/man/man8/tsig-keygen.8 man-bind-man .man ./usr/share/man/man8/ttyflags.8 man-sysutil-man .man ./usr/share/man/man8/tunefs.8 man-sysutil-man .man ./usr/share/man/man8/umbctl.8 man-netutil-man .man Index: src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile diff -u src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile:1.1 src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile:1.1.6.1 --- src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile:1.1 Sun Aug 12 13:02:24 2018 +++ src/external/mpl/bind/bin/confgen/ddns-confgen/Makefile Sat May 14 11:37:06 2022 @@ -1,5 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/08/12 13:02:24 christos Exp $ +# $NetBSD: Makefile,v 1.1.6.1 2022/05/14 11:37:06 martin Exp $ .include "${.PARSEDIR}/../Makefile.inc" +LINKS= ${BINDIR}/ddns-confgen ${BINDIR}/tsig-keygen +MLINKS= ddns-confgen.8 tsig-keygen.8 + .include <bsd.prog.mk>