Changeset 14d6b3e0 for postlfs/security


Ignore:
Timestamp:
06/28/2004 08:22:48 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4f6275fd
Parents:
4bf3a75
Message:

Change hardcoded version numbers to entities in various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux_pam.xml

    r4bf3a75 r14d6b3e0  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    76
    87  <!ENTITY Linux_PAM-download-http "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&Linux_PAM-version;.tar.bz2">
     
    4140<itemizedlist spacing='compact'>
    4241<listitem><para>Required patch:
    43 <ulink url="&patch-root;/Linux-PAM-0.77-linkage-3.patch"/></para></listitem></itemizedlist>
     42<ulink url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-3.patch"/></para></listitem></itemizedlist>
    4443</sect3>
    4544
     
    5857running the following commands:</para>
    5958
    60 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-3.patch &amp;&amp;
     59<screen><userinput><command>patch -Np1 -i ../Linux-PAM-&Linux_PAM-version;-linkage-3.patch &amp;&amp;
    6160autoconf &amp;&amp;
    6261./configure --enable-static-libpam --with-mailspool=/var/mail \
     
    7069
    7170</sect2>
    72 
    7371
    7472<sect2>
     
    9492
    9593</sect2>
    96 
    9794
    9895<sect2>
     
    135132is recommended for further reading.</para>
    136133
    137 <para>Refer to <ulink url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
     134<para>Refer to
     135<ulink url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
    138136for a list of various modules available.</para>
    139137
     
    159157
    160158<sect3><title>libpam libraries</title>
    161 <para><filename class="libraryfile">libpam</filename> libraries provide the interfaces between
    162 applications and the modules included with <acronym>PAM</acronym>.</para></sect3>
     159<para><filename class="libraryfile">libpam</filename> libraries provide the
     160interfaces between applications and the modules included with
     161<acronym>PAM</acronym>.</para></sect3>
    163162
    164163</sect2>
    165164
    166 
    167165</sect1>
    168166
Note: See TracChangeset for help on using the changeset viewer.