Changeset 60c6e3b


Ignore:
Timestamp:
02/16/2011 08:20:30 PM (13 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.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:
1b00f72, c0aaf79
Parents:
e11721e
Message:

Upgrade to Shadow-4.1.4.3. Fixes #2832.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re11721e r60c6e3b  
    4141      <itemizedlist>
    4242         <listitem>
     43          <para>[matthew] Upgrade to Shadow-4.1.4.3. Fixes
     44          <ulink url="&lfs-ticket-root;2832">#2832</ulink>.</para>
     45        </listitem>
     46         <listitem>
    4347          <para>[matthew] Upgrade to Readline-6.2. Fixes
    4448          <ulink url="&lfs-ticket-root;2831">#2831</ulink>.</para>
  • chapter01/whatsnew.xml

    re11721e r60c6e3b  
    173173      <para>Sed &sed-version;</para>
    174174    </listitem>-->
    175     <!--<listitem>
     175    <listitem>
    176176      <para>Shadow &shadow-version;</para>
    177     </listitem>-->
     177    </listitem>
    178178    <!--<listitem>
    179179      <para>Sysklogd &sysklogd-version;</para>
  • chapter06/shadow.xml

    re11721e r60c6e3b  
    5050    </note>
    5151
    52     <!-- <para>Fix a bug in the <command>useradd</command> and
    53     <command>usermod</command> programs which prevent them from accepting group
    54     names rather than group ID numbers to the <option>-g</option> option:</para>
    55 
    56 <screen><userinput remap="pre">patch -Np1 -i ../&shadow-useradd-patch;</userinput></screen>
    57    -->
    58 
    5952    <para>Disable the installation of the <command>groups</command> program
    6053    and its man pages, as Coreutils provides a better version:</para>
    6154
    62 <screen><userinput remap="configure">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
     55<screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
    6356find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen>
     57
     58    <para>Fix an issue with the installation of Russian man pages:</para>
     59
     60<screen><userinput remap="pre">sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in</userinput></screen>
    6461
    6562    <para id="shadow-login_defs">Instead of using the default
     
    8279
    8380    <para>Prepare Shadow for compilation:</para>
    84 
    85 <!-- Keeping this in case we revert to an older version
    86 <screen><userinput remap="configure">./configure -libdir=/lib -sysconfdir=/etc -enable-shared \
    87     -without-selinux</userinput></screen>
    88 -->
    8981
    9082<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
  • packages.ent

    re11721e r60c6e3b  
    462462<!ENTITY sed-ch6-sbu "0.2 SBU">
    463463
    464 <!ENTITY shadow-version "4.1.4.2">
    465 <!ENTITY shadow-size "1,748 KB">
     464<!ENTITY shadow-version "4.1.4.3">
     465<!ENTITY shadow-size "1,762 KB">
    466466<!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2">
    467 <!ENTITY shadow-md5 "d593a9cab93c48ee0a6ba056db8c1997">
     467<!ENTITY shadow-md5 "b8608d8294ac88974f27b20f991c0e79">
    468468<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
    469469<!ENTITY shadow-ch6-du "30 MB">
Note: See TracChangeset for help on using the changeset viewer.