Changeset 7024f92


Ignore:
Timestamp:
11/09/2013 09:42:01 AM (10 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:
3f0203d
Parents:
e457b0f3
Message:

update to bind-9.9.4-P1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re457b0f3 r7024f92  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 8th, &year;">
     9<!ENTITY releasedate  "November 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    440440<!-- Chapter 16 -->
    441441<!ENTITY avahi-version                "0.6.31">
    442 <!ENTITY bind-version                 "9.9.4">
     442<!ENTITY bind-version                 "9.9.4-P1">
    443443<!ENTITY mod_dnssd-version            "0.6">
    444444<!ENTITY NetworkManager-version       "0.9.8.8">
  • introduction/welcome/changelog.xml

    re457b0f3 r7024f92  
    4545-->
    4646    <listitem>
     47      <para>November 9th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to bind-9.9.4-P1. Fixes
     51          <ulink url="&blfs-ticket-root;4280">#4280</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>November 8th, 2013</para>
    4858      <itemizedlist>
  • networking/netutils/bind-utils.xml

    re457b0f3 r7024f92  
    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          "943f6de6bfdfd821aa444242c02c1322">
    9   <!ENTITY bind-size            "7.1 MB">
    10   <!ENTITY bind-utils-buildsize "146 MB">
    11   <!ENTITY bind-utils-time      "0.7 SBU">
     8  <!ENTITY bind-md5sum          "c1b4fb31c7f8390237b3f46965a49fbd">
     9  <!ENTITY bind-size            "7.2 MB">
     10  <!ENTITY bind-utils-buildsize "139 MB">
     11  <!ENTITY bind-utils-time      "0.8 SBU">
    1212]>
    1313
  • server/major/bind.xml

    re457b0f3 r7024f92  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "f69757adc86776daed8e5acb0ee7c0ca">
     10  <!ENTITY bind-md5sum        "c1b4fb31c7f8390237b3f46965a49fbd">
    1111  <!ENTITY bind-size          "7.2 MB">
    1212  <!ENTITY bind-buildsize     "119 MB (additional 34 MB to run the test suite)">
    13   <!ENTITY bind-time          "1.9 SBU (additional 15 minutes, processor
     13  <!ENTITY bind-time          "1.4 SBU (additional 15 minutes, processor
    1414                               independent, to run the complete test suite)">
    1515]>
     
    115115<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    116116
    117 <!--
    118     <para>If you want to <command>configure</command>
    119     <application>BIND</application> with the option
    120     <option>- -disable-static</option> fix a bug in one of the Makefiles:</para>
    121     <!- - this is a bug in bind-9.8.1 that wasn't in bind-9.8.0 - ->
    122 
    123 <screen><userinput>sed -i 's# driver.o# .libs/driver.o#' bin/tests/system/dlzexternal/Makefile.in</userinput></screen>
    124 -->
    125117    <para>Install <application>BIND</application> by running the
    126118    following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.