Changeset e52afdd for postlfs


Ignore:
Timestamp:
11/30/2020 05:05:23 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d301fdd
Parents:
e05831c9
Message:

Update to Linux-PAM-1.5.1 (Security Update)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    re05831c9 re52afdd  
    77  <!ENTITY linux-pam-download-http "https://github.com/linux-pam/linux-pam/releases/download/v&linux-pam-version;/Linux-PAM-&linux-pam-version;.tar.xz">
    88  <!ENTITY linux-pam-download-ftp  " ">
    9   <!ENTITY linux-pam-md5sum        "51d8ef45f050418c8ac5c1636efe5731">
     9  <!ENTITY linux-pam-md5sum        "155f2a31d07077b2c63a1f135876c31b">
    1010  <!ENTITY linux-pam-size          "952 KB">
    11   <!ENTITY linux-pam-buildsize     "35 MB (with tests)">
     11  <!ENTITY linux-pam-buildsize     "37 MB (with tests)">
    1212  <!ENTITY linux-pam-time          "0.4 SBU (with tests)">
    1313
    1414  <!ENTITY linux-pam-docs-download "https://github.com/linux-pam/linux-pam/releases/download/v&linux-pam-version;/Linux-PAM-&linux-pam-docs-version;-docs.tar.xz">
    15   <!ENTITY linux-pam-docs-md5sum   "1d05dda7dc2e275c226d9a4076dad66e">
     15  <!ENTITY linux-pam-docs-md5sum   "eb03b8191fc886780411054115866ee2">
    1616  <!ENTITY linux-pam-docs-size     "432 KB">
    1717  <!--
     
    256256    <para>
    257257      <parameter>--enable-securedir=/lib/security</parameter>:
    258       This switch sets install location for the
     258      This switch sets the installation location for the
    259259      <application>PAM</application> modules.
    260260    </para>
     
    320320
    321321      <para>
    322         Now set up some generic files.  As root:
     322        Now set up some generic files.  As the
     323        <systemitem class="username">root:</systemitem> user
    323324      </para>
    324325
     
    475476      <seglistitem>
    476477        <seg>
    477           faillock, mkhomedir_helper,
    478           pam_timestamp_check, unix_chkpwd and
     478          faillock, mkhomedir_helper, pam_namespace_helper,
     479          pam_timestamp_check, pwhistory_helper, unix_chkpwd and
    479480          unix_update
    480481        </seg>
     
    520521      </varlistentry>
    521522
     523      <varlistentry id="pam_namespace_helper">
     524        <term><command>pam_namespace_helper</command></term>
     525        <listitem>
     526          <para>
     527            is a helper program used to configure a private namespace for a
     528            user session.
     529          </para>
     530          <indexterm zone="linux-pam pam_namespace_helper">
     531            <primary sortas="b-pam_namespace_helper">pam_namespace_helper</primary>
     532          </indexterm>
     533        </listitem>
     534      </varlistentry>
     535
     536      <varlistentry id="pwhistory_helper">
     537        <term><command>pwhistory_helper</command></term>
     538        <listitem>
     539          <para>
     540            is a helper program that transfers password hashes from passwd or
     541            shadow to opasswd.
     542          </para>
     543          <indexterm zone="linux-pam pwhistory_helper">
     544            <primary sortas="b-pwhistory_helper">pwhistory_helper</primary>
     545          </indexterm>
     546        </listitem>
     547      </varlistentry>
    522548<!-- Removed with the removal of the pam_tally{,2} module
    523549      <varlistentry id="pam_tally">
Note: See TracChangeset for help on using the changeset viewer.