Changeset 378990d3


Ignore:
Timestamp:
09/22/2024 06:40:49 AM (2 hours ago)
Author:
Thomas Trepl <thomas@…>
Branches:
trunk
Parents:
077f73f
Message:

Upgrade bind-9.20.2. Add nsupdate and rncd to client tools

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r077f73f r378990d3  
    4040    -->
    4141    <listitem>
     42      <para>September 22th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[thomas] - Update to bind-9.20.2, bind-utils-9.20.2.  Fixes
     46          <ulink url="&blfs-ticket-root;20260">#20260</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>September 20th, 2024</para>
    4353      <itemizedlist>
  • networking/netutils/bind-utils.xml

    r077f73f r378990d3  
    9999
    100100<screen><userinput>./configure --prefix=/usr &amp;&amp;
    101 make -C lib/isc    &amp;&amp;
    102 make -C lib/dns    &amp;&amp;
    103 make -C lib/ns     &amp;&amp;
    104 make -C lib/isccfg &amp;&amp;
    105 make -C bin/dig    &amp;&amp;
     101make -C lib/isc      &amp;&amp;
     102make -C lib/dns      &amp;&amp;
     103make -C lib/ns       &amp;&amp;
     104make -C lib/isccfg   &amp;&amp;
     105make -C lib/isccc    &amp;&amp;
     106make -C bin/dig      &amp;&amp;
     107make -C bin/nsupdate &amp;&amp;
     108make -C bin/rndc     &amp;&amp;
    106109make -C doc</userinput></screen>
    107110
     
    112115      Now, as the <systemitem class="username">root</systemitem> user:</para>
    113116
    114 <screen role='root'><userinput>make -C lib/isc    install &amp;&amp;
    115 make -C lib/dns    install &amp;&amp;
    116 make -C lib/ns     install &amp;&amp;
    117 make -C lib/isccfg install &amp;&amp;
    118 make -C bin/dig    install &amp;&amp;
    119 cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
     117<screen role='root'><userinput>make -C lib/isc      install &amp;&amp;
     118make -C lib/dns      install &amp;&amp;
     119make -C lib/ns       install &amp;&amp;
     120make -C lib/isccfg   install &amp;&amp;
     121make -C lib/isccc    install &amp;&amp;
     122make -C bin/dig      install &amp;&amp;
     123make -C bin/nsupdate install &amp;&amp;
     124make -C bin/rndc     install &amp;&amp;
     125cp -v doc/man/{dig.1,host.1,nslookup.1,nsupdate.1} /usr/share/man/man1 &amp;&amp;
     126cp -v doc/man/rndc.8 /usr/share/man/man8</userinput></screen>
    120127
    121128  </sect2>
     
    136143
    137144    <para>
    138       <command>make -C bin/dig</command>: This command builds the
     145      <command>make -C bin/...</command>: This command builds the
    139146      client programs.
    140147    </para>
     
    147154
    148155    <para>
    149       Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
     156      Use <command>cp -v doc/man/... /usr/share/man/man...</command>
    150157      to install the manual pages if they have been built.
    151158    </para>
     
    162169
    163170      <seglistitem>
    164         <seg>dig, host, and nslookup</seg>
     171        <seg>dig, host, nslookup, nsupdate and rndc</seg>
    165172        <seg>None</seg>
    166173        <seg>None</seg>
  • packages.ent

    r077f73f r378990d3  
    722722<!-- for Bind Utilities -->
    723723<!ENTITY bind-minor-version           "9.20">
    724 <!ENTITY bind-version                 "&bind-minor-version;.0">
    725 <!ENTITY bind-md5                     "2c8d94d1524cbbae4d76cd74955bb6d9">
     724<!ENTITY bind-version                 "&bind-minor-version;.2">
     725<!ENTITY bind-md5                     "f524316a2293ab0e935ae9cdfb69ae79">
    726726<!ENTITY NetworkManager-minor         "1.48">
    727727<!ENTITY NetworkManager-version       "&NetworkManager-minor;.10">
  • server/major/bind.xml

    r077f73f r378990d3  
    569569      updated set of excellent documentation along with every release
    570570      so it can be easily viewed and/or downloaded &ndash; so there is
    571       no excuse to not read the docs. The formats ISC provides are PDF,
    572       epub and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
     571      no excuse to not read the docs. The formats ISC provides are epub
     572      and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
    573573    </para>
    574574  </sect2>
Note: See TracChangeset for help on using the changeset viewer.