Ignore:
Timestamp:
02/05/2017 08:44:26 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
15b96a83
Parents:
266784c0
Message:

Update to shadow-4.4.
Archive WebKitGTK+-2.4.11.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r266784c0 r4af9931  
    77  <!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        "2bfafe7d4962682d31b5eba65dba4fc8">
    10   <!ENTITY shadow-size          "1.5 MB">
    11   <!ENTITY shadow-buildsize     "53 MB">
     9  <!ENTITY shadow-md5sum        "c06f8c2571b44899e60662f9ad259dd6">
     10  <!ENTITY shadow-size          "1.6 MB">
     11  <!ENTITY shadow-buildsize     "31 MB">
    1212  <!ENTITY shadow-time          "0.2 SBU">
    1313]>
     
    121121
    122122<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
    123 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &amp;&amp;
     123
     124find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
    124125find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
    125126find man -name Makefile.in -exec sed -i 's/passwd\.5 / /'   {} \; &amp;&amp;
     
    128129       -e 's@/var/spool/mail@/var/mail@' etc/login.defs &amp;&amp;
    129130
    130 sed -i 's/1000/999/' etc/useradd &amp;&amp;
     131sed -i 's/1000/999/' etc/useradd                           &amp;&amp;
     132sed -i -e '/snprintf/s@_msg,@_msg, 256,@' src/su.c         &amp;&amp;
     133sed -i -e '47 d' -e '60,65 d'             libmisc/myname.c &amp;&amp;
    131134
    132135./configure --sysconfdir=/etc --with-group-name-max-length=32 &amp;&amp;
     
    176179      <command>sed -i 's/1000/999/' etc/useradd</command>: Make a minor change
    177180      to make the default useradd consistent with the LFS groups file.
     181    </para>
     182
     183    <para>
     184      <command>sed -i -e '/snprintf/s@_msg,@_msg, 256,@' src/su.c</command>: Fix
     185      a build error that only occurs if <xref linkend="linux-pam"/> is detected
     186      by <command>configure</command>.
     187    </para>
     188
     189    <para>
     190      <command>sed -i '47 d' -e '60,65 d' libmisc/myname.c</command>: Apply
     191      a security fix from upstream.
    178192    </para>
    179193
Note: See TracChangeset for help on using the changeset viewer.