Changeset ec9db95


Ignore:
Timestamp:
07/14/2018 04:45:40 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
138858f
Parents:
2a9884a
Message:

Update bind-9.13.2, bind-utils-9.13.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2a9884a rec9db95  
    4848          <para>[ken] - Update to firefox-61.0.1.  Fixes
    4949          <ulink url="&blfs-ticket-root;10946">#10946</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[thomas] - Update to bind-9.13.2.  Fixes
     53          <ulink url="&blfs-ticket-root;10936">#10936</ulink>.</para>
    5054        </listitem>
    5155        <listitem revision="systemd">
  • networking/netutils/bind-utils.xml

    r2a9884a rec9db95  
    77  <!ENTITY bind-download-http   " ">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum          "579b5a7e04470ef66f2901dc2a4beab6">
    10   <!ENTITY bind-size            "8.4 MB">
    11   <!ENTITY bind-utils-buildsize "125 MB">
     9  <!ENTITY bind-md5sum          "01d0524016ac15ea3f4b6c77d99db0b2">
     10  <!ENTITY bind-size            "8.1 MB">
     11  <!ENTITY bind-utils-buildsize "113 MB">
    1212  <!ENTITY bind-utils-time      "0.6 SBU">
    1313]>
  • packages.ent

    r2a9884a rec9db95  
    452452<!ENTITY avahi-version                "0.7">
    453453<!ENTITY bind-minor-version           "9.13">
    454 <!ENTITY bind-version                 "&bind-minor-version;.1">
     454<!ENTITY bind-version                 "&bind-minor-version;.2">
    455455<!ENTITY mod_dnssd-version            "0.6">
    456456<!ENTITY NetworkManager-version       "1.10.8">
  • server/major/bind.xml

    r2a9884a rec9db95  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum        "579b5a7e04470ef66f2901dc2a4beab6">
    10   <!ENTITY bind-size          "8.4 MB">
     9  <!ENTITY bind-md5sum        "01d0524016ac15ea3f4b6c77d99db0b2">
     10  <!ENTITY bind-size          "8.1 MB">
    1111  <!ENTITY bind-buildsize     "103 MB (add 12 MB for tests)">
    1212  <!ENTITY bind-time          "0.8 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)">
     
    6969    <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
    7070
     71    <bridgehead renderas="sect4">Recommended</bridgehead>
     72    <para role="optional">
     73      <xref linkend="libcap-pam"/>
     74    </para>
     75
    7176    <bridgehead renderas="sect4">Optional</bridgehead>
    7277    <para role="optional">
    73       <xref linkend="libcap-pam"/>,
     78      <xref linkend="libidn2"/>,
    7479      <xref linkend="libxml2"/>,
    7580      <xref linkend="mitkrb"/>, and
     
    124129            --enable-threads        \
    125130            --with-libtool          \
    126             --disable-static        \
    127             --with-randomdev=/dev/urandom &amp;&amp;
     131            --disable-static        &amp;&amp;
    128132make</userinput></screen>
    129133
     
    176180    building of dynamic libraries and links the installed binaries to these
    177181    libraries.</para>
    178 
    179     <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter
     182   
     183    <para><parameter>--with-libidn2</parameter>: This parameter enables
     184    the IDNA2008 (Internationalized Domain Names in Applications)
     185    support.</para>
     186
     187<!-- no longer available
     188    <para><parameter>- -with-randomdev=/dev/urandom</parameter>: This parameter
    180189    specifes a non-blocking random device for use with digital signatures.</para>
    181 
     190-->
    182191    <para><option>--enable-fetchlimit</option>: Use this option if you want
    183192    to be able to limit the rate of recursive client queries. This may be
    184193    useful on servers which receive a large number of queries.</para>
    185194
     195    <para><option>--disable-linux-caps</option>BIND can also be built without
     196    capability support by using this option, at the cost of some loss of
     197    security.</para>
     198
     199    <para><option>--with-dlz-{mysql,bdb,filesystem,ldap,odbc,stub}</option>: Use
     200    one (or more) of those options to add Dynamically Loadable Zones support.
     201    For more information refer to
     202    <ulink url="http://bind-dlz.sourceforge.net/">bind-dlz.sourceforge.net</ulink>.
     203    </para>
     204   
    186205    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    187206      href="../../xincludes/static-libraries.xml"/>
Note: See TracChangeset for help on using the changeset viewer.