Ignore:
Timestamp:
01/14/2022 07:43:28 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, arm, bdubbs/gcc13, 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:
7ad1056, f94c8ba
Parents:
5ff21a4
Message:

Package updates.
Update to shadow-4.11.1.
Update to readline-8.1.2.
Update to meson-0.61.0.
Update to libpipeline-1.5.5.
Update to bash-5.1.16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/shadow.xml

    r5ff21a4 rade3efa  
    4141  <sect2 role="installation">
    4242    <title>Installation of Shadow</title>
    43 
    44     <para>First, apply a fix to prevent a segmentation fault when running
    45     <command>useradd</command>:</para>
    46 
    47 <!-- Hardcoding the patch version because it has been merged upstream and
    48      the patch will be unnecessary when the next version is released. -->
    49 
    50 <screen><userinput remap="pre">patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch</userinput></screen>
    5143
    5244    <note>
     
    10496<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
    10597-->
     98<!--
    10699    <para>Fix a simple programming error by modifying a file with following command:</para>
    107100
    108101<screen><userinput remap="pre">sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c</userinput></screen>
    109 
     102-->
    110103    <para>Prepare Shadow for compilation:</para>
    111104
     
    122115          <para>The file <filename>/usr/bin/passwd</filename> needs
    123116          to exist because its location is harcoded in some programs, and
    124           the default location if it does not exist is not right.</para>
     117          if it does not exist, the default location is not right.</para>
    125118        </listitem>
    126119      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.