Changeset d64103f for postlfs/security


Ignore:
Timestamp:
05/14/2014 08:59:56 PM (10 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.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:
231d5eb
Parents:
885068f0
Message:

Updated shadow to version 4.2.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13046 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r885068f0 rd64103f  
    55  %general-entities;
    66
    7   <!ENTITY shadow-download-http "http://cdn.debian.net/debian/pool/main/s/shadow/shadow_&shadow-version;.orig.tar.gz">
     7  <!ENTITY shadow-download-http "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.xz">
    88  <!ENTITY shadow-download-ftp  " ">
    9   <!ENTITY shadow-md5sum        "ae66de9953f840fb3a97f6148bc39a30">
    10   <!ENTITY shadow-size          "3.4 MB">
    11   <!ENTITY shadow-buildsize     "38 MB">
    12   <!ENTITY shadow-time          "0.3 SBU">
     9  <!ENTITY shadow-md5sum        "2bfafe7d4962682d31b5eba65dba4fc8">
     10  <!ENTITY shadow-size          "1.5 MB">
     11  <!ENTITY shadow-buildsize     "53 MB">
     12  <!ENTITY shadow-time          "0.2 SBU">
    1313]>
    1414
     
    126126       -e 's@/var/spool/mail@/var/mail@' etc/login.defs &amp;&amp;
    127127
    128 sed -i -e 's@PATH=/sbin:/bin:/usr/sbin:/usr/bin@&amp;:/usr/local/sbin:/usr/local/bin@' \
    129        -e 's@PATH=/bin:/usr/bin@&amp;:/usr/local/bin@' etc/login.defs &amp;&amp;
    130 
    131 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     128sed -i 's/1000/999/' etc/useradd &amp;&amp;
     129
     130./configure --sysconfdir=/etc &amp;&amp;
    132131make</userinput></screen>
    133132
     
    173172
    174173    <para>
    175       <command>sed -i -e
    176       's@PATH=/sbin:/bin:/usr/sbin:/usr/bin@&amp;:/usr/local/sbin:/usr/local/bin@'
    177       -e 's@PATH=/bin:/usr/bin@&amp;:/usr/local/bin@' etc/login.defs</command>:
    178       This sed expands PATH to
    179       <filename class="directory">/usr/local/bin</filename> for normal and
    180       <systemitem class="username">root</systemitem> user and to
    181       <filename class="directory">/usr/local/sbin</filename> for
    182       <systemitem class="username">root</systemitem> user only.
     174      <command>sed -i 's/1000/999/' etc/useradd</command>: Make a minor change
     175      to make the default useradd consistent with the LFS groups file.
    183176    </para>
    184177
     
    631624    <para>
    632625      A list of the installed files, along with their short descriptions can be
    633       found at <ulink url="&lfs-root;/chapter06/shadow.html#contents-shadow"/>.
     626      found at <ulink url="http://www.linuxfromscratch.org/lfs/view/&lfs-version;/chapter06/shadow.html#contents-shadow"/>.
    634627    </para>
    635628
Note: See TracChangeset for help on using the changeset viewer.