Changeset ccc69593


Ignore:
Timestamp:
08/12/2020 12:55:24 AM (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, 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:
b1a4b4a7
Parents:
82a9ecf
Message:

Update to systemd-246
Restore libnl test suite information

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r82a9ecf rccc69593  
    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        "04f02d9841ea5992a16f6b03c873da28">
    11   <!ENTITY systemd-size          "8.6 MB">
    12   <!ENTITY systemd-buildsize     "246 MB (with tests)">
    13   <!ENTITY systemd-time          "2.1 SBU (with tests)">
     10  <!ENTITY systemd-md5sum        "a3e9efa72d0309dd26513a221cdff31b">
     11  <!ENTITY systemd-size          "9.1 MB">
     12  <!ENTITY systemd-buildsize     "256 MB (with tests)">
     13  <!ENTITY systemd-time          "2.4 SBU (with tests)">
    1414
    1515]>
     
    7979    </itemizedlist>
    8080
     81<!-- Saving for the next time that we need a patch
    8182    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8283    <itemizedlist spacing="compact">
     
    8889      </listitem>
    8990    </itemizedlist>
     91-->
    9092
    9193    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    143145  <sect2 role="installation">
    144146    <title>Installation of systemd</title>
    145    
     147
     148<!--
    146149    <para>
    147150      Apply a patch to fix a build failure when building with GCC-10 as well as
     
    150153
    151154<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
    152    
     155-->
    153156
    154157    <para>
     
    420423        <listitem>
    421424          <para>
    422             inspect users, groups, and group memberships
     425            inspects users, groups, and group memberships
    423426          </para>
    424427          <indexterm zone="systemd userdbctl">
  • introduction/welcome/changelog.xml

    r82a9ecf rccc69593  
    4545      <para>August 11th, 2020</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Update to systemd-246. Fixes
     49          <ulink url="&blfs-ticket-root;13863">#13863</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Restore the test suite in libnl.</para>
     53        </listitem>
    4754        <listitem>
    4855          <para>[pierre] - Update to fuse3-3.9.3. Fixes
  • networking/netlibs/libnl.xml

    r82a9ecf rccc69593  
    120120
    121121    <para>
    122       <!-- To test the results, issue: <command>make check</command>. -->
     122      To test the results, issue: <command>make check</command>.
    123123      <!-- currently broken by check-0.15.1 -->
    124       This package does not have a working test suite.
     124      <!--This package does not have a working test suite.
     125          With check-0.15.2, things are working again. -->
    125126    </para>
    126127
  • packages.ent

    r82a9ecf rccc69593  
    304304<!ENTITY strigi-version               "0.7.8">
    305305<!ENTITY sysstat-version              "12.4.0">
    306 <!ENTITY systemd-version              "245">
     306<!ENTITY systemd-version              "246">
    307307<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    308308<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
Note: See TracChangeset for help on using the changeset viewer.