Changeset efe9371 for server/major


Ignore:
Timestamp:
05/23/2014 06:25:01 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f511c20
Parents:
146f5d2
Message:

Update to bind-9.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13141 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r146f5d2 refe9371  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "e676c65cad5234617ee22f48e328c24e">
    11   <!ENTITY bind-size          "7.4 MB">
    12   <!ENTITY bind-buildsize     "119 MB (additional 35 MB to run the test suite)">
    13   <!ENTITY bind-time          "0.9 SBU (additional 17 minutes, processor
     10  <!ENTITY bind-md5sum        "53e9311d006a5b615d400478965189b8">
     11  <!ENTITY bind-size          "8.0 MB">
     12  <!ENTITY bind-buildsize     "179 MB (additional 35 MB to run the test suite)">
     13  <!ENTITY bind-time          "1.6 SBU (additional 17 minutes, processor
    1414                               independent, to run the complete test suite)">
    1515]>
     
    118118    following commands:</para>
    119119
    120 <screen><userinput>./configure --prefix=/usr           \
     120<screen><userinput>sed -i "s/xfer //" bin/tests/system/conf.sh.in &amp;&amp;
     121./configure --prefix=/usr           \
    121122            --sysconfdir=/etc       \
    122123            --localstatedir=/var    \
     
    164165  <sect2 role="commands">
    165166    <title>Command Explanations</title>
     167
     168    <para><command>sed ... bin/tests/system/conf.sh.in</command>:
     169    This command removes a test that fails because it depends on an
     170    out of date version of the Perl module Net::DNS.</para>
    166171
    167172    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
     
    456461
    457462      <seglistitem>
    458         <seg>arpaname, ddns-confgen, dig, dnssec-checkds, dnssec-coverage,
    459         dnssec-dsfromkey, dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke,
    460         dnssec-settime, dnssec-signzone, dnssec-verify, genrandom, host,
    461         isc-config.sh, isc-hmac-fixup, lwresd, named, named-checkconf,
    462         named-checkzone, named-compilezone, named-journalprint, nsec3hash,
    463         nslookup, nsupdate, rndc, and rndc-confgen</seg>
    464         <seg>libbind9.so, libdns.so, libisccc.so, libisccfg.so, libisc.so, and
    465         liblwres.so</seg>
     463
     464        <seg>arpaname, bind9-config, ddns-confgen, delv, dig, dnssec-checkds,
     465        dnssec-coverage, dnssec-dsfromkey, dnssec-importkey,
     466        dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke, dnssec-settime,
     467        dnssec-signzone, dnssec-verify, genrandom, host, isc-hmac-fixup,
     468        lwresd, named, named-checkconf, named-checkzone, named-compilezone,
     469        named-journalprint, named-rrchecker, nsec3hash, nslookup, nsupdate,
     470        rndc, and rndc-confgen</seg>
     471     
     472        <seg>libbind9.so, libdns.so, libirs.so, libisc.so, libisccc.so,
     473        libisccfg.so, and liblwres.so</seg>
     474
    466475        <seg>/srv/named, /usr/include/bind9, /usr/include/dns, /usr/include/dst,
    467476        /usr/include/isc, /usr/include/isccc, /usr/include/isccfg,
    468         /usr/include/lwres, and /usr/share/doc/bind-&bind-version;</seg>
     477        /usr/include/lwres, /usr/include/pk11, /usr/include/pkcs11,
     478        and /usr/share/doc/bind-&bind-version;</seg>
    469479      </seglistitem>
    470480    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.