Author: renodr
Date: Mon Nov 30 09:05:23 2020
New Revision: 23942
Log:
Update to Linux-PAM-1.5.1 (Security Update)
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/postlfs/security/linux-pam.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Nov 30 08:13:16 2020 (r23941)
+++ trunk/BOOK/general.ent Mon Nov 30 09:05:23 2020 (r23942)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "28"> <!-- Always 2 digits -->
+<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "November 28th, &year;">
+<!ENTITY releasedate "November 30th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Nov 30 08:13:16
2020 (r23941)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Nov 30 09:05:23
2020 (r23942)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>November 30th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to Linux-PAM-1.5.1 (Security Update). Fixes
+ <ulink url="&blfs-ticket-root;14306">#14306</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 28th, 2020</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Nov 30 08:13:16 2020 (r23941)
+++ trunk/BOOK/packages.ent Mon Nov 30 09:05:23 2020 (r23942)
@@ -18,8 +18,8 @@
<!ENTITY iptables-version "1.8.6">
<!ENTITY libcap-version "2.45">
<!ENTITY liboauth-version "1.0.3">
-<!ENTITY linux-pam-version "1.5.0">
-<!ENTITY linux-pam-docs-version "1.5.0">
+<!ENTITY linux-pam-version "1.5.1">
+<!ENTITY linux-pam-docs-version "1.5.1">
<!ENTITY libpwquality-version "1.4.4">
<!ENTITY make-ca-version "1.7">
<!ENTITY mitkrb-major-version "1.18">
Modified: trunk/BOOK/postlfs/security/linux-pam.xml
==============================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml Mon Nov 30 08:13:16 2020
(r23941)
+++ trunk/BOOK/postlfs/security/linux-pam.xml Mon Nov 30 09:05:23 2020
(r23942)
@@ -6,13 +6,13 @@
<!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">
<!ENTITY linux-pam-download-ftp " ">
- <!ENTITY linux-pam-md5sum "51d8ef45f050418c8ac5c1636efe5731">
+ <!ENTITY linux-pam-md5sum "155f2a31d07077b2c63a1f135876c31b">
<!ENTITY linux-pam-size "952 KB">
- <!ENTITY linux-pam-buildsize "35 MB (with tests)">
+ <!ENTITY linux-pam-buildsize "37 MB (with tests)">
<!ENTITY linux-pam-time "0.4 SBU (with tests)">
<!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">
- <!ENTITY linux-pam-docs-md5sum "1d05dda7dc2e275c226d9a4076dad66e">
+ <!ENTITY linux-pam-docs-md5sum "eb03b8191fc886780411054115866ee2">
<!ENTITY linux-pam-docs-size "432 KB">
<!--
<!ENTITY debian-pam-docs
"http://debian.securedservers.com/kernel/pub/linux/libs/pam">
@@ -255,7 +255,7 @@
<para>
<parameter>--enable-securedir=/lib/security</parameter>:
- This switch sets install location for the
+ This switch sets the installation location for the
<application>PAM</application> modules.
</para>
@@ -319,7 +319,8 @@
# End /etc/pam.d/other</literal></screen>
<para>
- Now set up some generic files. As root:
+ Now set up some generic files. As the
+ <systemitem class="username">root:</systemitem> user
</para>
<screen role="root"><userinput>install -vdm755 /etc/pam.d &&
@@ -474,8 +475,8 @@
<seglistitem>
<seg>
- faillock, mkhomedir_helper,
- pam_timestamp_check, unix_chkpwd and
+ faillock, mkhomedir_helper, pam_namespace_helper,
+ pam_timestamp_check, pwhistory_helper, unix_chkpwd and
unix_update
</seg>
<seg>
@@ -519,6 +520,31 @@
</listitem>
</varlistentry>
+ <varlistentry id="pam_namespace_helper">
+ <term><command>pam_namespace_helper</command></term>
+ <listitem>
+ <para>
+ is a helper program used to configure a private namespace for a
+ user session.
+ </para>
+ <indexterm zone="linux-pam pam_namespace_helper">
+ <primary
sortas="b-pam_namespace_helper">pam_namespace_helper</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="pwhistory_helper">
+ <term><command>pwhistory_helper</command></term>
+ <listitem>
+ <para>
+ is a helper program that transfers password hashes from passwd or
+ shadow to opasswd.
+ </para>
+ <indexterm zone="linux-pam pwhistory_helper">
+ <primary sortas="b-pwhistory_helper">pwhistory_helper</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
<!-- Removed with the removal of the pam_tally{,2} module
<varlistentry id="pam_tally">
<term><command>pam_tally</command></term>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page