Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src Pull up following revision(s) (requested by brad in ticke...



details:   https://anonhg.NetBSD.org/src/rev/d7d77b0ac7b0
branches:  netbsd-9
changeset: 366094:d7d77b0ac7b0
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 14 11:37:06 2022 +0000

description:
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.

diffstat:

 distrib/sets/lists/base/mi                          |  3 ++-
 distrib/sets/lists/man/mi                           |  5 ++++-
 external/mpl/bind/bin/confgen/ddns-confgen/Makefile |  5 ++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diffs (63 lines):

diff -r c279924fd66f -r d7d77b0ac7b0 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sat May 14 11:32:43 2022 +0000
+++ b/distrib/sets/lists/base/mi        Sat May 14 11:37:06 2022 +0000
@@ -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
diff -r c279924fd66f -r d7d77b0ac7b0 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat May 14 11:32:43 2022 +0000
+++ b/distrib/sets/lists/man/mi Sat May 14 11:37:06 2022 +0000
@@ -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
diff -r c279924fd66f -r d7d77b0ac7b0 external/mpl/bind/bin/confgen/ddns-confgen/Makefile
--- a/external/mpl/bind/bin/confgen/ddns-confgen/Makefile       Sat May 14 11:32:43 2022 +0000
+++ b/external/mpl/bind/bin/confgen/ddns-confgen/Makefile       Sat May 14 11:37:06 2022 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index