Changeset 5cd7055 for server


Ignore:
Timestamp:
03/05/2019 02:52:30 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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:
a754697b
Parents:
9423da79
Message:

Update to python2-2.7.16.
Update to cracklib-2.9.7.
Update to vala-0.42.6.
Update to xinit-1.4.1.
Update to ibus-1.5.20.
Update to bind-9.12.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r9423da79 r5cd7055  
    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        "601a91c5bfb5b8e9b863b5e16ef546c1">
    10   <!ENTITY bind-size          "8.2 MB">
    11   <!ENTITY bind-buildsize     "113 MB (add 12 MB for tests)">
     9  <!ENTITY bind-md5sum        "38c26af0725c4a5cf0e87c83b0544965">
     10  <!ENTITY bind-size          "7.7 MB">
     11  <!ENTITY bind-buildsize     "110 MB (add 12 MB for tests)">
    1212  <!ENTITY bind-time          "1.0 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)">
    1313]>
     
    120120<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    121121-->
     122
     123    <para>To ensure <application>BIND</application> will build dnssec-keymgr,
     124    install a python module as the <systemitem
     125    class="username">root</systemitem> user:</para>
     126
     127<screen><userinput>pip3 install install ply</userinput></screen>
     128
    122129    <para>Install <application>BIND</application> by running the
    123130    following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.