Changeset fbb96eb6 for general


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

Location:
general
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.