Ignore:
Timestamp:
05/29/2022 05:30:09 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
6a63267c
Parents:
4b0a007
git-author:
Xi Ruoyao <xry111@…> (05/29/2022 05:17:29 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/29/2022 05:30:09 AM)
Message:

update to systemd-251 (sync with LFS, #16566)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r4b0a007 r46ac366  
    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        "8929beb037c587ada4ed201f19756fe2">
     10  <!ENTITY systemd-md5sum        "8090fcccc3a2ec20995e89d56fed61b1">
    1111  <!ENTITY systemd-size          "11 MB">
    1212  <!ENTITY systemd-buildsize     "307 MB (with tests)">
     
    7878    </itemizedlist>
    7979
    80 
     80<!--  Keep here in case a patch will be needed.
    8181    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8282    <itemizedlist spacing="compact">
     
    8484        <para>
    8585         Required patch:
    86          <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
    87         </para>
    88       </listitem>
    89       <listitem>
    90         <para>
    91          Required patch:
    92          <ulink url="&patch-root;/systemd-&systemd-version;-kernel_5.17_fixes-1.patch"/>
     86         <ulink url="&patch-root;/systemd-..."/>
    9387        </para>
    9488      </listitem>
    9589    </itemizedlist>
    96 
     90-->
    9791
    9892    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    159153
    160154    <para>
    161       First, apply a patch to fix a security vulnerability and fix issues with the
    162       default hostname on some systems:
    163     </para>
    164 
    165 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    166 
    167     <para>
    168       Now, apply a patch to fix a problem with the linux kernel headers in
    169       versions 5.17 and above:
    170     </para>
    171 
    172 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch</userinput></screen>
    173 
    174     <para>
    175155      Remove two unneeded groups,
    176156      <systemitem class="groupname">render</systemitem> and
     
    192172meson --prefix=/usr                 \
    193173      --buildtype=release           \
    194       -Dblkid=true                  \
    195174      -Ddefault-dnssec=no           \
    196175      -Dfirstboot=false             \
     
    200179      -Dsysusers=false              \
    201180      -Drpmmacrosdir=no             \
    202       -Db_lto=false                 \
    203181      -Dhomed=false                 \
    204182      -Duserdb=false                \
Note: See TracChangeset for help on using the changeset viewer.