Changeset 58fee5a0 for networking


Ignore:
Timestamp:
07/24/2024 05:45:51 PM (8 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
8d57f6d4
Parents:
c2220818
Message:

Update to BIND-9.20.0.

There's a lot of changes that went in here. The tests require the
hypothesis python module, so I've added in a set of commands to setup a
virtual environment and then run the tests from there.

Two libraries were removed, which required changes over in BIND
Utilities to instructions and to the installed files in BIND

The DLZ support has been removed sine BIND-9.18.0 (20 releases ago), so
I've removed the option for that from Command Explanations and dropped
the dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/bind-utils.xml

    rc2220818 r58fee5a0  
    88  <!ENTITY bind-download-ftp    " ">
    99  <!ENTITY bind-md5sum          "&bind-md5;">
    10   <!ENTITY bind-size            "5.3 MB">
    11   <!ENTITY bind-utils-buildsize "95 MB">
    12   <!ENTITY bind-utils-time      "0.3 SBU (using parallelism=4)">
     10  <!ENTITY bind-size            "5.5 MB">
     11  <!ENTITY bind-utils-buildsize "117 MB">
     12  <!ENTITY bind-utils-time      "0.5 SBU (using parallelism=4)">
    1313]>
    1414
     
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
     74      <xref linkend="liburcu"/> and
    7475      <xref linkend="libuv"/>
    7576    </para>
     
    102103make -C lib/ns     &amp;&amp;
    103104make -C lib/isccfg &amp;&amp;
    104 make -C lib/bind9  &amp;&amp;
    105 make -C lib/irs    &amp;&amp;
    106105make -C bin/dig    &amp;&amp;
    107106make -C doc</userinput></screen>
     
    117116make -C lib/ns     install &amp;&amp;
    118117make -C lib/isccfg install &amp;&amp;
    119 make -C lib/bind9  install &amp;&amp;
    120 make -C lib/irs    install &amp;&amp;
    121118make -C bin/dig    install &amp;&amp;
    122119cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.