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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.