Changeset 73437f9


Ignore:
Timestamp:
10/03/2018 08:20:39 PM (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.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
44fc64d
Parents:
0fc4a39
Message:

Use stable branch bind-9.12.2-P2

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0fc4a39 r73437f9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 2nd, &year;">
     9<!ENTITY releasedate  "October 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r0fc4a39 r73437f9  
    4444
    4545    <listitem>
     46      <para>October 3rd, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[thomas] - Use stable branch (9.12.2-P2) for bind and bind-utils.
     50             Fixes <ulink url="&blfs-ticket-root;11166">#11166</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>October 2nd, 2018</para>
    4757      <itemizedlist>
  • networking/netutils/bind-utils.xml

    r0fc4a39 r73437f9  
    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          "01d0524016ac15ea3f4b6c77d99db0b2">
     9  <!ENTITY bind-md5sum          "022fd0b03f34b359e9b79c67b1a887a8">
    1010  <!ENTITY bind-size            "8.1 MB">
    1111  <!ENTITY bind-utils-buildsize "113 MB">
  • packages.ent

    r0fc4a39 r73437f9  
    454454<!-- Chapter 16 -->
    455455<!ENTITY avahi-version                "0.7">
    456 <!ENTITY bind-minor-version           "9.13">
    457 <!ENTITY bind-version                 "&bind-minor-version;.2">
     456<!ENTITY bind-minor-version           "9.12">
     457<!ENTITY bind-version                 "&bind-minor-version;.2-P2">
    458458<!ENTITY mod_dnssd-version            "0.6">
    459459<!ENTITY NetworkManager-version       "1.12.2">
  • server/major/bind.xml

    r0fc4a39 r73437f9  
    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        "01d0524016ac15ea3f4b6c77d99db0b2">
     9  <!ENTITY bind-md5sum        "022fd0b03f34b359e9b79c67b1a887a8">
    1010  <!ENTITY bind-size          "8.1 MB">
    11   <!ENTITY bind-buildsize     "103 MB (add 12 MB for tests)">
     11  <!ENTITY bind-buildsize     "113 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)">
    1313]>
     
    138138    <note><para>If IPv6 is not enabled in the kernel, there will be several
    139139    error messages: "RTNETLINK answers: Operation not permitted".  These
    140     messages do not afffect the tests.</para></note>
     140    messages do not affect the tests.</para></note>
    141141
    142142<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.