Changeset 269f619


Ignore:
Timestamp:
07/07/2018 05:59:02 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:
8f167461
Parents:
94bb565
Message:

Upgrade bind-9.13.1 & bind-utils-9.13.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r94bb565 r269f619  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 6th, &year;">
     9<!ENTITY releasedate  "July 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r94bb565 r269f619  
    4343-->
    4444    <listitem>
     45      <para>July 07th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to bind-9.13.1.  Fixes
     49          <ulink url="&blfs-ticket-root;10872">#10872</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>July 06th, 2018</para>
    4656      <itemizedlist>
  • networking/netutils/bind-utils.xml

    r94bb565 r269f619  
    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          "16298b171be0e31bddbe6ffe37cfd40c">
    10   <!ENTITY bind-size            "7.4 MB">
     9  <!ENTITY bind-md5sum          "579b5a7e04470ef66f2901dc2a4beab6">
     10  <!ENTITY bind-size            "8.4 MB">
    1111  <!ENTITY bind-utils-buildsize "125 MB">
    1212  <!ENTITY bind-utils-time      "0.6 SBU">
  • packages.ent

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

    r94bb565 r269f619  
    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        "16298b171be0e31bddbe6ffe37cfd40c">
    10   <!ENTITY bind-size          "9.6 MB">
     9  <!ENTITY bind-md5sum        "579b5a7e04470ef66f2901dc2a4beab6">
     10  <!ENTITY bind-size          "8.4 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)">
     
    5757      </listitem>
    5858    </itemizedlist>
    59 
     59<!--
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing='compact'>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
     68-->
    6969    <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
    7070
     
    8888    <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="perl-net-dns"/> and
     90      <xref linkend="perl-net-dns"/>
     91<!-- and
    9192      <xref linkend="net-tools"/> (you may omit net-tools by using the optional
    9293      patch to utilize iproute2, but the IPv6 tests will fail)
     94-->
    9395    </para>
    9496
     
    107109  <sect2 role="installation">
    108110    <title>Installation of BIND</title>
    109 
     111<!--
    110112    <para>If you have chosen not to install net-tools, apply the iproute2
    111113    patch with the following command:</para>
    112114
    113115<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    114 
     116-->
    115117    <para>Install <application>BIND</application> by running the
    116118    following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.