Changeset fa48bf3 for postlfs/security


Ignore:
Timestamp:
04/22/2004 02:04:15 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fff069f
Parents:
3f6ebae
Message:

added cracklib-2.7

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

Location:
postlfs/security
Files:
6 added
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/pam/linux_pam-inst.xml

    r3f6ebae rfa48bf3  
    88<screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-1.patch &amp;&amp;
    99./configure --enable-static-libpam --with-mailspool=/var/mail \
    10 --enable-read-both-confs --sysconfdir=/etc &amp;&amp;
     10    --enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    1111make &amp;&amp;
    1212make install &amp;&amp;
     
    1616ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen>
    1717
    18 
    1918</sect2>
    20 
  • postlfs/security/pam/linux_pam-intro.xml

    r3f6ebae rfa48bf3  
    2626</sect3>
    2727
    28 
    29 <sect3><title><application>Linux-<acronym>PAM</acronym></application>
    30 dependencies</title>
     28<sect3><title><application>Linux-<acronym>PAM</acronym></application> dependencies</title>
    3129<sect4><title>Optional</title>
    32 <para><ulink
    33 url="http://www.crypticide.org/users/alecm/security/cracklib,2.7.tar.gz">
    34 cracklib v2.7</ulink></para></sect4>
     30<para><xref linkend="cracklib"/></para></sect4>
    3531</sect3>
    3632
  • postlfs/security/security.xml

    r3f6ebae rfa48bf3  
    2323"signatures" and compares for files that have been changed.</para>
    2424
     25&cracklib;
    2526&Linux_PAM;
    2627&shadow;
  • postlfs/security/shadow.xml

    r3f6ebae rfa48bf3  
    2626&shadow-intro;
    2727&shadow-inst;
    28 <!-- &shadow-exp; -->
     28&shadow-exp;
    2929&shadow-config;
    3030
  • postlfs/security/shadow/shadow-exp.xml

    r3f6ebae rfa48bf3  
    22<title>Command explanations</title>
    33
     4<para><parameter>--without-libcrack</parameter>: This switch tells shadow
     5not to use libcrack. This is desired as
     6<application>Linux-<acronym>PAM</acronym></application> already
     7contains libcrack.</para>
     8
     9<!--  Leftover from older instructions????
    410<para><command>cp debian/securetty /etc/securetty</command>: This
    511command sets the tty's that allow logins through <acronym>PAM</acronym>.</para>
     12-->
    613
    714</sect2>
    8 
  • postlfs/security/shadow/shadow-inst.xml

    r3f6ebae rfa48bf3  
    66<screen><userinput><command>patch -Np1 -i ../shadow-&shadow-version;-pam-1.patch &amp;&amp;
    77LIBS="-lpam -lpam_misc" ./configure --libdir=/usr/lib \
    8 --enable-shared --with-libpam &amp;&amp;
     8    --enable-shared --with-libpam --without-libcrack &amp;&amp;
    99echo '#define HAVE_SETLOCALE 1' >> config.h &amp;&amp;
    1010make &amp;&amp;
     
    1818
    1919</sect2>
    20 
Note: See TracChangeset for help on using the changeset viewer.