Changeset 09febce


Ignore:
Timestamp:
12/10/2005 08:01:23 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
dd4a853
Parents:
f27505a
Message:

Updated to Heimdal-0.7.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf27505a r09febce  
    4242<!ENTITY gnupg-version                "1.4.2">
    4343<!ENTITY tripwire-version             "portable-0.9">
    44 <!ENTITY heimdal-version              "0.7">
     44<!ENTITY heimdal-version              "0.7.1">
    4545<!ENTITY mitkrb-version               "1.4.1">
    4646<!ENTITY cyrus-sasl-version           "2.1.21">
  • introduction/welcome/changelog.xml

    rf27505a r09febce  
    4343
    4444    <listitem>
     45      <para>December 10th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Heimdal-0.7.1.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>December 9th, 2005</para>
    4655      <itemizedlist>
  • postlfs/security/heimdal.xml

    rf27505a r09febce  
    77  <!ENTITY heimdal-download-http "http://ftp.vc-graz.ac.at/mirror/crypto/kerberos/heimdal/heimdal-&heimdal-version;.tar.gz">
    88  <!ENTITY heimdal-download-ftp  "ftp://ftp.pdc.kth.se/pub/heimdal/src/heimdal-&heimdal-version;.tar.gz">
    9   <!ENTITY heimdal-md5sum        "0a8097a8772d5d2de8c5539d3182b82a">
     9  <!ENTITY heimdal-md5sum        "70504c824cb0437e6fae2b866f9d2ed4">
    1010  <!ENTITY heimdal-size          "4.5 MB">
    11   <!ENTITY heimdal-buildsize     "91 MB">
    12   <!ENTITY heimdal-time          "2.4 SBU">
     11  <!ENTITY heimdal-buildsize     "96.9 MB">
     12  <!ENTITY heimdal-time          "2.7 SBU">
    1313]>
    1414
     
    8383
    8484    <bridgehead renderas="sect4">Required to Build the Server-Side Tools</bridgehead>
    85     <para role="required"><xref linkend="db"/> (recommended) or <xref linkend="gdbm"/></para>
     85    <para role="required"><xref linkend="db"/> (recommended) or
     86    <xref linkend="gdbm"/></para>
    8687
    8788    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    107108  <sect2 role="installation">
    108109    <title>Installation of Heimdal</title>
     110
     111    <!-- This doesn't appear to be needed any longer as testing has
     112         shown that the ftp client now works without issues
    109113
    110114    <para>Before installing the package, you may want to preserve the
     
    119123<screen role="root"><userinput>mv -v /usr/bin/ftp /usr/bin/ftpn</userinput></screen>
    120124
     125    -->
     126
     127    <warning>
     128      <para>Ensure you really need a Kerberos installation before you decide
     129      to install this package. Failure to install and configure the package
     130      in accordance with the instructions below can render your system
     131      unusable.</para>
     132    </warning>
     133
    121134    <para>If you wish the <application>Heimdal</application> package to
    122     link against the <application>CrackLib</application> library (requires
    123     <xref linkend="cracklib"/> installed with the <filename>heimdal</filename>
    124     patch), you must apply a patch:</para>
     135    link against the <application>CrackLib</application> library to provide
     136    enforcement of strong passwords (requires <xref linkend="cracklib"/>
     137    installed with the <filename>heimdal</filename> patch), you must apply a
     138    patch:</para>
    125139
    126140<screen><userinput>patch -Np1 -i ../heimdal-&heimdal-version;-cracklib-1.patch</userinput></screen>
     
    138152            --with-readline=/usr &amp;&amp;
    139153make</userinput></screen>
     154
     155    <para>If you wish to create HTML documentation, issue the following
     156    command:</para>
     157
     158<screen><userinput>make -C doc heimdal.html</userinput></screen>
     159
     160    <para>If you wish to create a text-based version of the documentation,
     161    issue the following commands:</para>
     162
     163<screen><userinput>cd doc &amp;&amp;
     164makeinfo --plaintext -o heimdal.txt heimdal.texi &amp;&amp;
     165cd ..</userinput></screen>
    140166
    141167    <para>To test the results, issue: <command>make check</command>.</para>
     
    174200ldconfig</userinput></screen>
    175201
     202    <para>If you built the HTML or text-based documentation, install it using
     203    the following commands as the
     204    <systemitem class="username">root</systemitem> user:</para>
     205
     206<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/heimdal-&heimdal-version;/html &amp;&amp;
     207install -v -m644 doc/heimdal.html/* \
     208    /usr/share/doc/heimdal-&heimdal-version;/html &amp;&amp;
     209install -v -m644 doc/heimdal.txt /usr/share/doc/heimdal-&heimdal-version;</userinput></screen>
     210
    176211  </sect2>
    177212
     
    219254    <application>Heimdal</application> is expecting to find it in
    220255    <filename class="directory">/usr/bin</filename>. The old executables are
    221     preserved before the move to keep things sane should breaks occur.</para>
     256    preserved before the move so that they can be restored if you experience
     257    problems logging into the system after the
     258    <application>Heimdal</application> package is installed and
     259    configured.</para>
    222260
    223261    <para><command>mv ... /lib; ln -v -sf ../../lib/lib... /usr/lib...</command>:
     
    428466
    429467        <para>The kerberized programs will connect to non-kerberized daemons,
    430         warning you that authentication is not encrypted. As mentioned earlier,
    431         only the <command>ftp</command> program gives any trouble connecting to
    432         non-kerberized daemons.</para>
     468        warning you that authentication is not encrypted.</para>
    433469
    434470        <para>In order to use the <application>Heimdal</application>
Note: See TracChangeset for help on using the changeset viewer.