Changeset 0c61b85


Ignore:
Timestamp:
05/10/2009 12:03:00 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aa8ea3d
Parents:
9b4598f
Message:

Upgrade to Shadow-4.1.3.1. FIxes #2382.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9b4598f r0c61b85  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgrade to Shadow-4.1.3.1. Fixes
     45          <ulink url="&lfs-ticket-root;2382">#2382</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgrade to Sed-4.2. Fixes
    4549          <ulink url="&lfs-ticket-root;2389">#2389</ulink>.</para>
  • chapter06/shadow.xml

    r9b4598f r0c61b85  
    7373    Man-DB package:</para>
    7474
    75 <screen><userinput remap="configure">for i in de es fi fr id it pt_BR; do
     75<screen><userinput remap="configure">for i in de fi fr id it pt_BR; do
    7676    convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
    7777done
     
    110110-->
    111111
    112 <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
    113 
    114     <!-- <variablelist>
    115       <title>The meaning of the configure options:</title>
     112<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen>
     113
     114    <variablelist>
     115      <title>The meaning of the configure option:</title>
    116116
    117117      <varlistentry>
    118         <term><parameter>-without-selinux</parameter></term>
    119         <listitem>
    120           <para>Support for selinux is enabled by default, but selinux is not
    121           built in a base LFS system.  The <command>configure</command> script
    122           will fail if this option is not used.</para>
    123         </listitem>
    124       </varlistentry>
    125 
    126     </variablelist> -->
     118        <term><parameter>-without-libpam</parameter></term>
     119        <listitem>
     120          <para>Support for PAM is enabled by default, but PAM is not
     121          built in a base LFS system.  The compilation of
     122          <command>login</command> will fail if this option is not used.</para>
     123        </listitem>
     124      </varlistentry>
     125
     126    </variablelist>
    127127
    128128    <para>Compile the package:</para>
  • packages.ent

    r9b4598f r0c61b85  
    441441<!ENTITY sed-ch6-sbu "0.2 SBU">
    442442
    443 <!ENTITY shadow-version "4.1.2.2">
    444 <!ENTITY shadow-size "1,658 KB">
     443<!ENTITY shadow-version "4.1.3.1">
     444<!ENTITY shadow-size "1,661 KB">
    445445<!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2">
    446 <!ENTITY shadow-md5 "3d26d990d4c3add1b7f8387eec1d1fde">
     446<!ENTITY shadow-md5 "f90f51908e9c3a62ac0eb6b3043421de">
    447447<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
    448448<!ENTITY shadow-ch6-du "28 MB">
Note: See TracChangeset for help on using the changeset viewer.