Changeset d1ce445


Ignore:
Timestamp:
02/12/2014 09:11:53 PM (10 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.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:
cfb06c21
Parents:
8bd6989d
Message:

Update to bind-9.9.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8bd6989d rd1ce445  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "12">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 11th, &year;">
     9<!ENTITY releasedate  "February 12th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    452452<!-- Chapter 16 -->
    453453<!ENTITY avahi-version                "0.6.31">
    454 <!ENTITY bind-version                 "9.9.4-P2">
     454<!ENTITY bind-version                 "9.9.5">
    455455<!ENTITY mod_dnssd-version            "0.6">
    456456<!ENTITY NetworkManager-version       "0.9.8.8">
  • introduction/welcome/changelog.xml

    r8bd6989d rd1ce445  
    4646
    4747    <listitem>
     48      <para>February 12th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to bind-9.9.5. Fixes
     52          <ulink url="&blfs-ticket-root;4635">#4635</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>February 11th, 2014</para>
    4959      <itemizedlist>
  • server/major/bind.xml

    r8bd6989d rd1ce445  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum        "aa8e351e3e28d148e1717f8a0361d191">
    11   <!ENTITY bind-size          "7.2 MB">
    12   <!ENTITY bind-buildsize     "119 MB (additional 34 MB to run the test suite)">
    13   <!ENTITY bind-time          "1.9 SBU (additional 15 minutes, processor
     10  <!ENTITY bind-md5sum        "e676c65cad5234617ee22f48e328c24e">
     11  <!ENTITY bind-size          "7.4 MB">
     12  <!ENTITY bind-buildsize     "119 MB (additional 35 MB to run the test suite)">
     13  <!ENTITY bind-time          "0.9 SBU (additional 17 minutes, processor
    1414                               independent, to run the complete test suite)">
    1515]>
     
    124124            --enable-threads        \
    125125            --with-libtool          \
    126             --disable-static        &amp;&amp;
     126            --disable-static        \
     127            --with-randomdev=/dev/urandom &amp;&amp;
    127128make</userinput></screen>
    128129
     
    175176    building of dynamic libraries and links the installed binaries to these
    176177    libraries.</para>
     178
     179    <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter
     180    specifes a non-blocking random device for use with digital signatures.</para>
    177181
    178182    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.