Changeset b873579


Ignore:
Timestamp:
07/12/2015 04:06:49 AM (9 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.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
83643bc3
Parents:
9266f172
Message:

Update to bind-9.10.2-P2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9266f172 rb873579  
    4848      <para>July 11th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] -  Update to bind-9.10.2-P2.  Fixes
     52          <ulink url="&blfs-ticket-root;6697">#6697</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[bdubbs] -  Update to openldap-2.4.41.  Fixes
  • networking/netutils/bind-utils.xml

    r9266f172 rb873579  
    66  <!ENTITY bind-download-http " ">
    77  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    8   <!ENTITY bind-md5sum          "7550a262cbd0753e49f77fb4ef721522">
     8  <!ENTITY bind-md5sum          "55d8f094bc10baae0e23e5e9100ba320">
    99  <!ENTITY bind-size            "8.1 MB">
    10   <!ENTITY bind-utils-buildsize "159 MB">
    11   <!ENTITY bind-utils-time      "0.5 SBU">
     10  <!ENTITY bind-utils-buildsize "129 MB">
     11  <!ENTITY bind-utils-time      "0.6 SBU">
    1212]>
    1313
  • packages.ent

    r9266f172 rb873579  
    363363<!-- Chapter 16 -->
    364364<!ENTITY avahi-version                "0.6.31">
    365 <!ENTITY bind-version                 "9.10.2-P1">
     365<!ENTITY bind-version                 "9.10.2-P2">
    366366<!ENTITY mod_dnssd-version            "0.6">
    367367<!ENTITY NetworkManager-version       "1.0.2">
  • server/major/bind.xml

    r9266f172 rb873579  
    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        "7550a262cbd0753e49f77fb4ef721522">
     9  <!ENTITY bind-md5sum        "55d8f094bc10baae0e23e5e9100ba320">
    1010  <!ENTITY bind-size          "8.1 MB">
    11   <!ENTITY bind-buildsize     "137 MB (additional 47 MB to run the test suite)">
     11  <!ENTITY bind-buildsize     "135 MB (additional 61 MB to run the test suite)">
    1212  <!ENTITY bind-time          "0.9 SBU (additional 20 minutes, processor independent, to run the complete test suite)">
    1313]>
     
    137137<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    138138
    139 <!--   <para>As an unprivileged user, remove some tests that fail:</para>
    140 
    141 <screen><userinput>
    142 sed -e 's/ecdsa //'   \
    143     -e 's/masterformat //' \
    144     -e 's/reclimit //' \
    145     -e 's/tsiggss //' \
    146     -i bin/tests/system/conf.sh</userinput></screen>
    147 
    148     <para>Now run the test suite as an unprivileged user:</para>-->
    149139    <para>The test suite may indicate some failures depending on installed
    150140    optional dependencies and what configuration options are used. 
     
    167157install -v -m644    doc/arm/*.html \
    168158                    /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
    169 install -v -m644 \
    170     doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
    171     /usr/share/doc/bind-&bind-version;/misc</userinput></screen>
     159install -v -m644    doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
     160                    /usr/share/doc/bind-&bind-version;/misc</userinput></screen>
    172161  </sect2>
    173162
    174163  <sect2 role="commands">
    175164    <title>Command Explanations</title>
    176 <!--
    177     <para><command>sed ... bin/tests/system/conf.sh</command>: This command
    178     removes tests that fail (some for unknown reasons).</para>-->
    179165
    180166    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
Note: See TracChangeset for help on using the changeset viewer.