Changeset 160e58a4 for server


Ignore:
Timestamp:
10/03/2013 12:47:43 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 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:
0f6476c
Parents:
22f1468
Message:

update to bind-9.4.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r22f1468 r160e58a4  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum "943f6de6bfdfd821aa444242c02c1322">
    11   <!ENTITY bind-size "7.1 MB">
    12   <!ENTITY bind-buildsize "125 MB (additional 34 MB to run the test suite)">
    13   <!ENTITY bind-time "1.1 SBU (additional 15 minutes, processor independent, to
    14   run the complete test suite)">
     10  <!ENTITY bind-md5sum        "f69757adc86776daed8e5acb0ee7c0ca">
     11  <!ENTITY bind-size          "7.2 MB">
     12  <!ENTITY bind-buildsize     "119 MB (additional 34 MB to run the test suite)">
     13  <!ENTITY bind-time          "1.9 SBU (additional 15 minutes, processor
     14                               independent, to run the complete test suite)">
    1515]>
    1616
     
    7777      <xref linkend="mitkrb"/>, and
    7878      <xref linkend="openssl"/>
     79
     80    <bridgehead renderas="sect4">Optional database backends</bridgehead>
     81    <para role="optional">
     82      <xref linkend="postgresql"/>,
     83      <xref linkend="mysql"/>,
     84      <xref linkend="db"/>,
     85      <xref linkend="openldap"/>, and
     86      <xref linkend="unixodbc"/>
    7987    </para>
    8088
     
    150158
    151159<screen role="root"><userinput>make install &amp;&amp;
    152 chmod -v 0755 /usr/lib/lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.? &amp;&amp;
     160chmod -v 0755 /usr/lib/lib{bind9,dns,isc{,cc,cfg},lwres}.so &amp;&amp;
    153161
    154162install -v -m755 -d /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
     
    178186      href="../../xincludes/static-libraries.xml"/>
    179187
    180     <para><command>chmod 755
    181     /usr/lib/{lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?}</command>:
     188    <para><command>chmod 0755
     189    /usr/lib/{lib{bind9,dns,isc{,cc,cfg},lwres}.so</command>:
    182190    Enable the execute bit to prevent a warning when using
    183191    <command>ldd</command> to check library dependencies.</para>
     
    455463        dnssec-settime, dnssec-signzone, dnssec-verify, genrandom, host,
    456464        isc-config.sh, isc-hmac-fixup, lwresd, named, named-checkconf,
    457         named-checkzone, named-journalprint, nsec3hash, nslookup, nsupdate, rndc,
    458         and rndc-confgen</seg>
     465        named-checkzone, named-compilezone, named-journalprint, nsec3hash,
     466        nslookup, nsupdate, rndc, and rndc-confgen</seg>
    459467        <seg>libbind9.so, libdns.so, libisccc.so, libisccfg.so, libisc.so, and
    460468        liblwres.so</seg>
Note: See TracChangeset for help on using the changeset viewer.