Changeset 1ae6204


Ignore:
Timestamp:
12/07/2011 05:10:09 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
fdcbc8d
Parents:
8db70584
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8db70584 r1ae6204  
    44-->
    55
    6 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     6<!ENTITY day          "07">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "December 4th, &year;">
     12<!ENTITY releasedate  "December 7th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    107107<!ENTITY cracklib-version             "2.8.18">
    108108<!ENTITY openssh-version              "5.9p1">
    109 <!ENTITY linux-pam-version            "1.1.3">
     109<!ENTITY linux-pam-version            "1.1.5">
    110110<!ENTITY shadow-version               "4.1.4.3">
    111111<!ENTITY iptables-version             "1.4.12">
  • introduction/welcome/changelog.xml

    r8db70584 r1ae6204  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to Linux-PAM-1.1.5.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Added --enable-dbm to Berkeley DB for
     52          compatibility with older packages.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] - Updated to gpgme-1.3.1.</para>
    4956        </listitem>
  • postlfs/security/linux-pam.xml

    r8db70584 r1ae6204  
    55  %general-entities;
    66
    7   <!ENTITY linux-pam-download-http "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-&linux-pam-version;.tar.bz2">
    8   <!ENTITY linux-pam-download-ftp  "ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-&linux-pam-version;.tar.bz2">
    9   <!ENTITY linux-pam-md5sum        "6db7fcb5db6253350e3a4648ceac40e7">
     7  <!ENTITY linux-pam-download-http "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-&linux-pam-version;.tar.bz2">
     8  <!ENTITY linux-pam-download-ftp  " ">
     9  <!ENTITY linux-pam-md5sum        "927ee5585bdec5256c75117e9348aa47">
    1010  <!ENTITY linux-pam-size          "1.1 MB">
    11   <!ENTITY linux-pam-buildsize     "23 MB (includes installing the optional documentation)">
    12   <!ENTITY linux-pam-time          "0.4 SBU">
    13 
    14   <!ENTITY linux-pam-docs-download "http://www.kernel.org/pub/linux/libs/pam/documentation/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
    15   <!ENTITY linux-pam-docs-md5sum   "83bb379cde2f1585833035fb378fab95">
    16   <!ENTITY linux-pam-docs-size     "495 KB">
     11  <!ENTITY linux-pam-buildsize     "28 MB (includes installing the optional documentation)">
     12  <!ENTITY linux-pam-time          "0.3 SBU">
     13
     14  <!ENTITY linux-pam-docs-download "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
     15  <!ENTITY linux-pam-docs-md5sum   "987e14ddce375ec7ddd2b91fbc2bd46d">
     16  <!ENTITY linux-pam-docs-size     "487 KB">
     17  <!ENTITY debian-pam-docs         "http://debian.securedservers.com/kernel/pub/linux/libs/pam">
    1718]>
    1819
     
    3940    users.</para>
    4041
    41     <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
     42    &lfs70_checked;
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    257258# End /etc/pam.conf</literal></screen>
    258259
    259       <para>The <application>PAM</application> man page
    260       (<command>man pam</command>) provides a good starting point for
    261       descriptions of fields and allowable entries. The <ulink
    262       url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/Linux-PAM_SAG.html">
    263       Linux-PAM System Administrators' Guide</ulink>
    264       is recommended for additional information.</para>
    265 
    266       <para>Refer to <ulink
    267       url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
    268       for a list of various third-party modules available.</para>
     260      <para>The <application>PAM</application> man page (<command>man
     261      pam</command>) provides a good starting point for descriptions of fields
     262      and allowable entries. The <ulink
     263      url="&debian-pam-docs;/Linux-PAM-html/Linux-PAM_SAG.html"> Linux-PAM
     264      System Administrators' Guide</ulink> is recommended for additional
     265      information.</para>
     266
     267      <para>Refer to <ulink url="&debian-pam-docs;/modules.html"/> for a list
     268      of various third-party modules available.</para>
    269269
    270270      <important>
  • server/databases/db.xml

    r8db70584 r1ae6204  
    9090                  --enable-test \
    9191                  --enable-tcl  \
     92                  --enable-dbm  \
    9293                  --with-tcl=/usr/lib &amp;&amp;
    9394make</userinput></screen>
     
    180181    <filename class="libraryfile">libdb_tcl</filename> libraries.</para>
    181182
     183    <para><parameter>--enable-dbm</parameter>: Enables legacy interface support
     184    support needed by some older packages.</para>
     185
    182186    <para><parameter>--enable-java</parameter>: Enables
    183187    <application>Java</application> support in DB and creates the
Note: See TracChangeset for help on using the changeset viewer.