Updated to Linux-PAM-1.1.5.

Added --enable-dbm to Berkeley DB for compatibility with older packages.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9080 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2011-12-07 17:10:09 +00:00
parent 8db70584f0
commit 1ae6204a78
4 changed files with 32 additions and 21 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "December 4th, &year;">
<!ENTITY releasedate "December 7th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@ -106,7 +106,7 @@ $Date$
<!ENTITY gnutls-version "3.0.7">
<!ENTITY cracklib-version "2.8.18">
<!ENTITY openssh-version "5.9p1">
<!ENTITY linux-pam-version "1.1.3">
<!ENTITY linux-pam-version "1.1.5">
<!ENTITY shadow-version "4.1.4.3">
<!ENTITY iptables-version "1.4.12">
<!ENTITY gnupg-version "1.4.11">

View File

@ -44,6 +44,13 @@
<listitem>
<para>December 7th, 2011</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated to Linux-PAM-1.1.5.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added --enable-dbm to Berkeley DB for
compatibility with older packages.</para>
</listitem>
<listitem>
<para>[bdubbs] - Updated to gpgme-1.3.1.</para>
</listitem>

View File

@ -4,16 +4,17 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY linux-pam-download-http "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-&linux-pam-version;.tar.bz2">
<!ENTITY linux-pam-download-ftp "ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-&linux-pam-version;.tar.bz2">
<!ENTITY linux-pam-md5sum "6db7fcb5db6253350e3a4648ceac40e7">
<!ENTITY linux-pam-download-http "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-&linux-pam-version;.tar.bz2">
<!ENTITY linux-pam-download-ftp " ">
<!ENTITY linux-pam-md5sum "927ee5585bdec5256c75117e9348aa47">
<!ENTITY linux-pam-size "1.1 MB">
<!ENTITY linux-pam-buildsize "23 MB (includes installing the optional documentation)">
<!ENTITY linux-pam-time "0.4 SBU">
<!ENTITY linux-pam-buildsize "28 MB (includes installing the optional documentation)">
<!ENTITY linux-pam-time "0.3 SBU">
<!ENTITY linux-pam-docs-download "http://www.kernel.org/pub/linux/libs/pam/documentation/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
<!ENTITY linux-pam-docs-md5sum "83bb379cde2f1585833035fb378fab95">
<!ENTITY linux-pam-docs-size "495 KB">
<!ENTITY linux-pam-docs-download "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
<!ENTITY linux-pam-docs-md5sum "987e14ddce375ec7ddd2b91fbc2bd46d">
<!ENTITY linux-pam-docs-size "487 KB">
<!ENTITY debian-pam-docs "http://debian.securedservers.com/kernel/pub/linux/libs/pam">
]>
<sect1 id="linux-pam" xreflabel="Linux-PAM-&linux-pam-version;">
@ -38,7 +39,7 @@
local system administrator to choose how applications authenticate
users.</para>
<para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -256,16 +257,15 @@ other password required pam_unix.so nullok
# End /etc/pam.conf</literal></screen>
<para>The <application>PAM</application> man page
(<command>man pam</command>) provides a good starting point for
descriptions of fields and allowable entries. The <ulink
url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/Linux-PAM_SAG.html">
Linux-PAM System Administrators' Guide</ulink>
is recommended for additional information.</para>
<para>The <application>PAM</application> man page (<command>man
pam</command>) provides a good starting point for descriptions of fields
and allowable entries. The <ulink
url="&debian-pam-docs;/Linux-PAM-html/Linux-PAM_SAG.html"> Linux-PAM
System Administrators' Guide</ulink> is recommended for additional
information.</para>
<para>Refer to <ulink
url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
for a list of various third-party modules available.</para>
<para>Refer to <ulink url="&debian-pam-docs;/modules.html"/> for a list
of various third-party modules available.</para>
<important>
<para>You should now reinstall the <xref linkend="shadow"/>

View File

@ -89,6 +89,7 @@
../dist/configure --prefix=/usr \
--enable-test \
--enable-tcl \
--enable-dbm \
--with-tcl=/usr/lib &amp;&amp;
make</userinput></screen>
@ -179,6 +180,9 @@ chown -v -R root:root \
Enables <application>Tcl</application> support in DB and creates the
<filename class="libraryfile">libdb_tcl</filename> libraries.</para>
<para><parameter>--enable-dbm</parameter>: Enables legacy interface support
support needed by some older packages.</para>
<para><parameter>--enable-java</parameter>: Enables
<application>Java</application> support in DB and creates the
<filename class='libraryfile'>libdb_java</filename> libraries.</para>