Opened 7 months ago

Closed 6 months ago

#20260 closed enhancement (fixed)

bind9 bind 9.20.2

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (4)

comment:1 by thomas, 7 months ago

Owner: changed from blfs-book to thomas
Status: newassigned

comment:2 by thomas, 7 months ago

In addition to version upgrade, i'd like to add nsupdate to the bind-utils section as that tool might be useful for someone who has to maintain a DNS server but it is not required to have the full server suite installed for this tool.
Not sure whether rndc should be categorized as a client tool, too. If so, the instructions would change to

    make -C lib/isc    install
    make -C lib/dns    install
    make -C lib/ns     install
    make -C lib/isccfg install
    make -C lib/isccc  install
    make -C bin/dig    install
    make -C bin/nsupdate install
    make -C bin/rndc   install
    mkdir -p /usr/share/man/man{1,8}
    cp -v doc/man/{dig.1,host.1,nslookup.1,nsupdate.1} /usr/share/man/man1/
    cp -v doc/man/rndc.8 /usr/share/man/man8/

for the utils. Otherwise its just nsupdate:

    make -C lib/isc    install
    make -C lib/dns    install
    make -C lib/ns     install
    make -C lib/isccfg install
    make -C bin/dig    install
    make -C bin/nsupdate install
    mkdir -p /usr/share/man/man1
    cp -v doc/man/{dig.1,host.1,nslookup.1,nsupdate.1} /usr/share/man/man1/

comment:3 by thomas, 6 months ago

Summary: bind9 bind 9.20.1bind9 bind 9.20.2

comment:4 by thomas, 6 months ago

Resolution: fixed
Status: assignedclosed

Fixed in [378990d3]

Note: See TracTickets for help on using tickets.