Changeset fbb96eb6


Ignore:
Timestamp:
12/05/2019 06:46:53 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0a2d9ff
Parents:
9cab13a
Message:

Update to systemd-244
Update to shadow-4.8
Add zstd as an optional dependency in libarchive (thanks to LM for the report on lfs-chat)

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    r9cab13a rfbb96eb6  
    7676    <para role="optional">
    7777      <xref linkend="libxml2"/>,
    78       <xref linkend="lzo"/>, and
    79       <xref linkend="nettle"/>
     78      <xref linkend="lzo"/>,
     79      <xref linkend="nettle"/>, and
     80      <ulink url="https://facebook.github.io/zstd/">zstd</ulink>
    8081    </para>
    8182
  • general/sysutils/systemd.xml

    r9cab13a rfbb96eb6  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "ca2403fa7dff73afd2e896b4cb25021b">
    11   <!ENTITY systemd-size          "7.9 MB">
    12   <!ENTITY systemd-buildsize     "248 MB (with tests)">
    13   <!ENTITY systemd-time          "1.7 SBU (with tests)">
     10  <!ENTITY systemd-md5sum        "413121fe918b252ae62310f6fc7c4b32">
     11  <!ENTITY systemd-size          "8.1 MB">
     12  <!ENTITY systemd-buildsize     "240 MB (with tests)">
     13  <!ENTITY systemd-time          "2.0 SBU (with tests)">
    1414
    1515]>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
     68     
     69    <!--
    6970    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7071    <itemizedlist spacing="compact">
     
    7677      </listitem>
    7778    </itemizedlist>
    78 
     79    -->
    7980    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
    8081
     
    129130  <sect2 role="installation">
    130131    <title>Installation of systemd</title>
    131 
     132    <!-- 243-244 is now supported, so let's comment this for now.
    132133    <warning><para>This version of systemd is incompatible with all previous
    133134    releases. The BLFS team does not recommend updating in place, and suggests
    134135    that you do a rebuild instead.</para></warning>
    135 
     136    -->
     137
     138    <!-- No longer needed -->
     139    <!--
    136140    <para>Apply a patch to fix several bugs discovered after release:</para>
    137141
    138142<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
     143    -->
    139144
    140145    <para>Remove an unneeded group,
     
    142147    rules:</para>
    143148
    144 <screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
     149<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
    145150
    146151    <para>
     
    168173      -Drpmmacrosdir=no     \
    169174      -Db_lto=false         \
    170       -Dgnutls=false        \
    171175      ..                    &amp;&amp;
    172176
    173177ninja</userinput></screen>
    174 
    175 <!-- GnuTLS support is disabled due to a bug with 3.6.9. systemd already
    176      supports OpenSSL. -->
    177178
    178179    <note>
     
    185186
    186187    <para>
    187        To test the results, issue: <command>ninja test</command>. One test,
     188       To test the results, issue: <command>ninja test</command>. <!--One test,
    188189       <filename>udev-test</filename> (test 273) fails due to changes in
    189190       the Linux 5.3+ kernel. It does not affect the package's
    190        functionality.
     191       functionality. NO LONGER APPLICABLE AS OF 244 -->
    191192    </para>
    192193
  • introduction/welcome/changelog.xml

    r9cab13a rfbb96eb6  
    5555          <ulink url="&blfs-ticket-root;12865">#12865</ulink>.</para>
    5656        </listitem>
     57        <listitem>
     58          <para>[renodr] - Update to shadow-4.8. Fixes
     59          <ulink url="&blfs-ticket-root;12843">#12843</ulink>.</para>
     60        </listitem>
     61        <listitem revision="systemd">
     62          <para>[renodr] - Update to systemd-244. Fixes
     63          <ulink url="&blfs-ticket-root;12859">#12859</ulink>.</para>
     64        </listitem>
    5765      </itemizedlist>
    5866    </listitem>
  • packages.ent

    r9cab13a rfbb96eb6  
    3737<!ENTITY p11-kit-version              "0.23.18.1">
    3838<!ENTITY polkit-version               "0.116">
    39 <!ENTITY shadow-version               "4.7">
     39<!ENTITY shadow-version               "4.8">
    4040<!ENTITY ssh-askpass-version          "&openssh-version;">
    4141<!ENTITY stunnel-version              "5.56">
     
    294294<!ENTITY strigi-version               "0.7.8">
    295295<!ENTITY sysstat-version              "12.2.0">
    296 <!ENTITY systemd-version              "243">
     296<!ENTITY systemd-version              "244">
    297297<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    298298<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
  • postlfs/security/shadow.xml

    r9cab13a rfbb96eb6  
    77  <!ENTITY shadow-download-http "https://github.com/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
    88  <!ENTITY shadow-download-ftp  " ">
    9   <!ENTITY shadow-md5sum        "f7ce18c8dfd05f1a009266cb604d58b7">
    10   <!ENTITY shadow-size          "1.6 MB">
    11   <!ENTITY shadow-buildsize     "33 MB">
     9  <!ENTITY shadow-md5sum        "723ebb19b06e2f52d9ed7f0653483851">
     10  <!ENTITY shadow-size          "1.5 MB">
     11  <!ENTITY shadow-buildsize     "46 MB">
    1212  <!ENTITY shadow-time          "0.2 SBU">
    1313]>
     
    142142    </para>
    143143
    144 <screen role="root"><userinput>make install &amp;&amp;
    145 mv -v /usr/bin/passwd /bin</userinput></screen>
     144<screen role="root"><userinput>make install</userinput></screen>
     145       
    146146  </sect2>
    147147
     
    184184    </para>
    185185
     186    <!-- No longer needed as of 4.8
    186187    <para>
    187188      <command>mv -v /usr/bin/passwd /bin</command>: The
     
    190191      it is moved into the root partition.
    191192    </para>
     193    -->
     194
    192195  </sect2>
    193196
Note: See TracChangeset for help on using the changeset viewer.