mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to systemd-245
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22862 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5a7223f06f
commit
c130abf9bf
@ -7,10 +7,10 @@
|
||||
<!-- <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/LFS/systemd-&systemd-version;-&systemd-stable;.tar.xz"> For whenever we move to a stable snapshot for backports -->
|
||||
<!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
|
||||
<!ENTITY systemd-download-ftp " ">
|
||||
<!ENTITY systemd-md5sum "413121fe918b252ae62310f6fc7c4b32">
|
||||
<!ENTITY systemd-size "8.1 MB">
|
||||
<!ENTITY systemd-buildsize "240 MB (with tests)">
|
||||
<!ENTITY systemd-time "2.0 SBU (with tests)">
|
||||
<!ENTITY systemd-md5sum "04f02d9841ea5992a16f6b03c873da28">
|
||||
<!ENTITY systemd-size "8.6 MB">
|
||||
<!ENTITY systemd-buildsize "246 MB (with tests)">
|
||||
<!ENTITY systemd-time "2.1 SBU (with tests)">
|
||||
|
||||
]>
|
||||
|
||||
@ -77,7 +77,8 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -87,7 +88,8 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
-->
|
||||
|
||||
<bridgehead renderas="sect3">systemd Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -109,6 +111,7 @@
|
||||
<xref linkend="iptables"/>,
|
||||
<xref linkend="libgcrypt"/>,
|
||||
<xref linkend="libidn2"/>,
|
||||
<xref linkend="libpwquality"/>,
|
||||
<xref linkend="libseccomp"/>,
|
||||
<xref linkend="libxkbcommon"/>,
|
||||
<xref linkend="make-ca"/>,
|
||||
@ -149,12 +152,13 @@
|
||||
</para>
|
||||
</warning>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<para>
|
||||
Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen>
|
||||
-->
|
||||
|
||||
<!-- The above is only needed on systems with Linux 5.4+ and libseccomp-2.4.2+
|
||||
This fix is due to syscall changes in libseccomp+Linux 5.4+.
|
||||
@ -182,6 +186,8 @@ cd build &&
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Dhomed=false \
|
||||
-Duserdb=false \
|
||||
-Dblkid=true \
|
||||
-Dbuildtype=release \
|
||||
-Ddefault-dnssec=no \
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>March 19th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem revision="systemd">
|
||||
<para>[renodr] - Update to systemd-245. Fixes
|
||||
<ulink url="&blfs-ticket-root;13099">#13099</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mesa-20.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;13279">#13279</ulink>.</para>
|
||||
|
@ -296,7 +296,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY sg3_utils-version "1.45">
|
||||
<!ENTITY strigi-version "0.7.8">
|
||||
<!ENTITY sysstat-version "12.3.1">
|
||||
<!ENTITY systemd-version "244">
|
||||
<!ENTITY systemd-version "245">
|
||||
<!--<!ENTITY systemd-stable "6b4878d"> Unused for now -->
|
||||
<!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version -->
|
||||
<!ENTITY udisks2-version "2.8.4"> <!-- stable lt .90 micro version -->
|
||||
|
Loading…
Reference in New Issue
Block a user