Changeset 7fdeb26 for postlfs


Ignore:
Timestamp:
04/06/2012 12:13:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0f9076d
Parents:
439e942e
Message:

remove heimdal kerberos. one kerberos implementation is enough for BLFS

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

Location:
postlfs/security
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r439e942e r7fdeb26  
    7070        <ulink url="&crackdict-download;"/></para>
    7171      </listitem>
    72       <!-- <listitem>
    73         <para>Required patch to create a library used with the Heimdal
    74         Kerberos 5 package: <ulink
    75         url="&patch-root;/cracklib-&cracklib-version;-heimdal-2.patch"/></para>
    76       </listitem> -->
    7772    </itemizedlist>
    7873
     
    114109  <sect2 role="installation">
    115110    <title>Installation of CrackLib</title>
    116 
    117     <!-- <para>If desired, apply the <application>Heimdal</application> patch
    118     (note that with this patch the original library is not affected; this patch
    119     only creates an additional library used by the
    120     <application>Heimdal</application> password-checking routines):</para>
    121 
    122 <screen><userinput>patch -Np1 -i ../cracklib-&cracklib-version;-heimdal-2.patch</userinput></screen>
    123     -->
    124111
    125112    <para>Install <application>CrackLib</application> by running the following
  • postlfs/security/openssh.xml

    r439e942e r7fdeb26  
    7070    <xref linkend="tcpwrappers"/>,
    7171    <xref linkend="x-window-system"/>,
    72     <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     72    <xref linkend="mitkrb"/>,
    7373    <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>
    7474    (provides a command-line history feature to <command>sftp</command>),
  • postlfs/security/openssl.xml

    r439e942e r7fdeb26  
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="mitkrb"/> or
    93       <xref linkend="heimdal"/> and
     92      <xref linkend="mitkrb"/> and
    9493      <xref linkend="bc"/> (required for full coverage by the test suite during
    9594      the build)
  • postlfs/security/security.xml

    r439e942e r7fdeb26  
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnupg2.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpgme.xml"/>
    53   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="heimdal.xml"/>
     53<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="heimdal.xml"/> -->
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap2.xml"/>
    5555  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth.xml"/>
Note: See TracChangeset for help on using the changeset viewer.