Bug 262013 - local-unbound(8): manual page version string does not match local-unbound(8) command version
Summary: local-unbound(8): manual page version string does not match local-unbound(8) ...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 12.3-RELEASE
Hardware: Any Any
: --- Affects Many People
Assignee: Cy Schubert
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2022-02-17 11:57 UTC by Michael Osipov
Modified: 2022-02-20 04:55 UTC (History)
3 users (show)

See Also:
koobs: mfc-stable13?
koobs: mfc-stable12?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-02-17 11:57:22 UTC
Running on 12.3-RELEASE in a jail on top of 12-STABLE.
man 8 local-unbound says:
local-unbound(8)              local-unbound 1.9.2             local-unbound(8)

NAME
       unbound - Local-unbound DNS validating resolver 1.9.2.


but
# /usr/sbin/local-unbound -V
Version 1.13.1

Configure line: --with-ssl=/usr --with-libexpat=/usr --disable-dnscrypt --disable-dnstap --enable-ecdsa --disable-event-api --enable-gost --with-libevent --disable-subnet --disable-tfo-client --disable-tfo-server --with-pthreads--prefix=/usr --localstatedir=/var/unbound --mandir=/usr/share/man --build=freebsd
Linked libs: mini-event internal (it uses select), OpenSSL 1.1.1l-freebsd  24 Aug 2021
Linked modules: dns64 respip validator iterator

BSD licensed, see LICENSE in source package for details.
Report bugs to unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues

So I guess the manpage is not uptodate here.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-17 17:06:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=0640e0c1965948da53e0baae9eece957919c0b43

commit 0640e0c1965948da53e0baae9eece957919c0b43
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-02-17 16:11:33 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-02-17 17:05:34 +0000

    unbound: Refresh manpages to latest version

    Update unbound manpages by copying the current unbound manpages in
    contrib/doc/*.in to their respective manpages,

    PR:             262013
    Reported by:    Michael Osipov <michael.osipov@siemens.com>
    Fixes:          numerous previous updates
    MFC after:      3 days

 contrib/unbound/doc/example.conf        | 289 +++++++++---
 contrib/unbound/doc/libunbound.3        |  11 +-
 contrib/unbound/doc/unbound-anchor.8    |  21 +-
 contrib/unbound/doc/unbound-checkconf.8 |   4 +-
 contrib/unbound/doc/unbound-control.8   |  44 +-
 contrib/unbound/doc/unbound-host.1      |   4 +-
 contrib/unbound/doc/unbound.8           |  11 +-
 contrib/unbound/doc/unbound.conf.5      | 811 +++++++++++++++++++++++++++-----
 8 files changed, 987 insertions(+), 208 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-20 04:44:06 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=9996fdbef70e0f897326043b944ef65a6f6102ad

commit 9996fdbef70e0f897326043b944ef65a6f6102ad
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-02-17 16:11:33 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-02-20 04:43:02 +0000

    unbound: Refresh manpages to latest version

    Update unbound manpages by copying the current unbound manpages in
    contrib/doc/*.in to their respective manpages,

    PR:             262013
    Reported by:    Michael Osipov <michael.osipov@siemens.com>
    Fixes:          numerous previous updates

    (cherry picked from commit 0640e0c1965948da53e0baae9eece957919c0b43)

 contrib/unbound/doc/example.conf        | 289 +++++++++---
 contrib/unbound/doc/libunbound.3        |  11 +-
 contrib/unbound/doc/unbound-anchor.8    |  21 +-
 contrib/unbound/doc/unbound-checkconf.8 |   4 +-
 contrib/unbound/doc/unbound-control.8   |  44 +-
 contrib/unbound/doc/unbound-host.1      |   4 +-
 contrib/unbound/doc/unbound.8           |  11 +-
 contrib/unbound/doc/unbound.conf.5      | 811 +++++++++++++++++++++++++++-----
 8 files changed, 987 insertions(+), 208 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-20 04:47:08 UTC
A commit in branch stable/12 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=a6c8fadc1f0bde41f39bc5b3fb149bdf9002f950

commit a6c8fadc1f0bde41f39bc5b3fb149bdf9002f950
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-02-17 16:11:33 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-02-20 04:45:56 +0000

    unbound: Refresh manpages to latest version

    Update unbound manpages by copying the current unbound manpages in
    contrib/doc/*.in to their respective manpages,

    PR:             262013
    Reported by:    Michael Osipov <michael.osipov@siemens.com>
    Fixes:          numerous previous updates

    (cherry picked from commit 0640e0c1965948da53e0baae9eece957919c0b43)

 contrib/unbound/doc/example.conf        | 289 +++++++++---
 contrib/unbound/doc/libunbound.3        |  11 +-
 contrib/unbound/doc/unbound-anchor.8    |  21 +-
 contrib/unbound/doc/unbound-checkconf.8 |   4 +-
 contrib/unbound/doc/unbound-control.8   |  44 +-
 contrib/unbound/doc/unbound-host.1      |   4 +-
 contrib/unbound/doc/unbound.8           |  11 +-
 contrib/unbound/doc/unbound.conf.5      | 811 +++++++++++++++++++++++++++-----
 8 files changed, 987 insertions(+), 208 deletions(-)