Changes in / [07be534:ef94f43]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r07be534 ref94f43  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[pierre] - Update to shadow-4.11.1. Fixes
    49           <ulink url="&blfs-ticket-root;15916">#15916</ulink>.</para>
    50         </listitem>
    51         <listitem>
    5248          <para>[pierre] - Apply upstream patch to btrfs-progs-5.16 to be
    5349          able to build with kernel headers version &lt; 5.12.</para>
  • packages.ent

    r07be534 ref94f43  
    3636<!ENTITY polkit-version               "0.120">
    3737<!ENTITY polkit-gnome-version         "0.105">
    38 <!ENTITY shadow-version               "4.11.1">
     38<!ENTITY shadow-version               "4.10">
    3939<!ENTITY ssh-askpass-version          "&openssh-version;">
    4040<!ENTITY stunnel-version              "5.61">
  • postlfs/security/shadow.xml

    r07be534 ref94f43  
    77  <!ENTITY shadow-download-http "https://github.com/shadow-maint/shadow/releases/download/v&shadow-version;/shadow-&shadow-version;.tar.xz">
    88  <!ENTITY shadow-download-ftp  " ">
    9   <!ENTITY shadow-md5sum        "5a95ec069aa91508167d02fecafaa912">
     9  <!ENTITY shadow-md5sum        "3a7936a9d0834243816fe0977c3b956e">
    1010  <!ENTITY shadow-size          "1.6 MB">
    11   <!ENTITY shadow-buildsize     "48 MB">
     11  <!ENTITY shadow-buildsize     "38 MB">
    1212  <!ENTITY shadow-time          "0.2 SBU">
    1313]>
     
    7676      </listitem>
    7777    </itemizedlist>
    78 <!--
     78
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8080    <itemizedlist spacing="compact">
     
    8686      </listitem>
    8787    </itemizedlist>
    88 -->
     88
    8989    <bridgehead renderas="sect3">Shadow Dependencies</bridgehead>
    9090
     
    127127      commands:
    128128    </para>
    129 <!--
     129
    130130<screen><userinput>patch -Np1 -i ../shadow-4.10-useradd_segfault-1.patch &amp;&amp;
    131131
    132132sed -i "224s/rounds/min_rounds/" libmisc/salt.c        &amp;&amp;
    133 -->
    134 <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
     133sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
    135134
    136135find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
     
    177176
    178177    <para>
    179       <command>find man -name Makefile.in -exec ... {} \;</command>: The
    180       first command is used to suppress the installation of the
     178      <command>find man -name Makefile.in -exec ... {} \;</command>: This
     179      command is used to suppress the installation of the
    181180      <command>groups</command> man pages so the existing ones installed from
    182181      the <application>Coreutils</application> package are not replaced.
    183       The two other commands prevent installation of manual pages that
    184       are already installed by <application>Man-pages</application> in LFS.
    185182    </para>
    186183
     
    197194      changes the default path to be consistent with that set in LFS.
    198195    </para>
    199 <!--
     196
    200197    <para>
    201198      <command>sed ... libmisc/salt.c</command> and
     
    203200      that were found after the package was released.
    204201    </para>
    205 -->
     202
    206203    <para>
    207204      <parameter>--with-group-name-max-length=32</parameter>: The maximum
Note: See TracChangeset for help on using the changeset viewer.