Changeset ae0944a3 for general/sysutils


Ignore:
Timestamp:
12/05/2020 07:29:55 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
21691bf6
Parents:
8a916a3
Message:

Update to xorg-server-1.20.10 (Security Update)
Update to systemd-247
Update to nano-5.4
Update to libtirpc-1.3.1
Update to GnuTLS-3.7.0
Adapt xf86-input-wacom to udev changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r8a916a3 rae0944a3  
    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        "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)">
     10  <!ENTITY systemd-md5sum        "b0d6e603b814908acc69db29bbfb023c">
     11  <!ENTITY systemd-size          "9.4 MB">
     12  <!ENTITY systemd-buildsize     "273 MB (with tests)">
     13  <!ENTITY systemd-time          "2.1 SBU (with tests)">
    1414
    1515]>
     
    7979    </itemizedlist>
    8080
    81 <!-- Saving for the next time that we need a patch
    8281    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8382    <itemizedlist spacing="compact">
     
    8584        <para>
    8685         Required patch:
    87          <ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-2.patch"/>
     86         <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
    8887        </para>
    8988      </listitem>
    9089    </itemizedlist>
    91 -->
    9290
    9391    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    123121      <ulink url="http://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
    124122      <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
     123      <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>,
    125124      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    126125      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
     
    146145    <title>Installation of systemd</title>
    147146
    148 <!--
    149     <para>
    150       Apply a patch to fix a build failure when building with GCC-10 as well as
    151       a segmentation fault in systemd-udevd on some platforms:
    152     </para>
    153 
    154 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
    155 -->
     147    <para>
     148      Apply a patch to fix regressions in systemd-networkd and segmentation
     149      faults in systemctl:
     150    </para>
     151
     152<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    156153
    157154    <para>
     
    187184      -Dhomed=false                 \
    188185      -Duserdb=false                \
     186      -Dmode=release                \
     187      -Dpamconfdir=/etc/pam.d       \
    189188      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    190189      ..                            &amp;&amp;
     
    251250    </para>
    252251-->
     252
     253    <para>
     254      <parameter>-Dpamconfdir=/etc/pam.d</parameter>: Forces the PAM files to
     255      be installed in /etc/pam.d rather than /usr/lib/pam.d.
     256    </para>
    253257
    254258    <para>
Note: See TracChangeset for help on using the changeset viewer.