Changeset 07be534


Ignore:
Timestamp:
01/15/2022 10:35:31 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a26ad4, d2e8024
Parents:
ef94f43
Message:

Update to shadow-4.11.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ref94f43 r07be534  
    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>
    4852          <para>[pierre] - Apply upstream patch to btrfs-progs-5.16 to be
    4953          able to build with kernel headers version &lt; 5.12.</para>
  • packages.ent

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

    ref94f43 r07be534  
    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        "3a7936a9d0834243816fe0977c3b956e">
     9  <!ENTITY shadow-md5sum        "5a95ec069aa91508167d02fecafaa912">
    1010  <!ENTITY shadow-size          "1.6 MB">
    11   <!ENTITY shadow-buildsize     "38 MB">
     11  <!ENTITY shadow-buildsize     "48 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 sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
     133-->
     134<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in          &amp;&amp;
    134135
    135136find man -name Makefile.in -exec sed -i 's/groups\.1 / /'   {} \; &amp;&amp;
     
    176177
    177178    <para>
    178       <command>find man -name Makefile.in -exec ... {} \;</command>: This
    179       command is used to suppress the installation of the
     179      <command>find man -name Makefile.in -exec ... {} \;</command>: The
     180      first command is used to suppress the installation of the
    180181      <command>groups</command> man pages so the existing ones installed from
    181182      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.
    182185    </para>
    183186
     
    194197      changes the default path to be consistent with that set in LFS.
    195198    </para>
    196 
     199<!--
    197200    <para>
    198201      <command>sed ... libmisc/salt.c</command> and
     
    200203      that were found after the package was released.
    201204    </para>
    202 
     205-->
    203206    <para>
    204207      <parameter>--with-group-name-max-length=32</parameter>: The maximum
Note: See TracChangeset for help on using the changeset viewer.