mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Added a security patch for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bd312dcb87
commit
e8d84ce7ce
@ -42,6 +42,16 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem revision="systemd">
|
||||
<para>2016-09-29</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Added a security patch for systemd. Fixes
|
||||
<ulink url="&lfs-ticket-root;3986">#3986</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2016-09-16</para>
|
||||
<itemizedlist>
|
||||
|
@ -90,6 +90,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry revision="systemd">
|
||||
<term>Systemd security patch - <token>&systemd-security-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&systemd-security-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&systemd-security-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>Total size of these patches: about <returnvalue/></para>
|
||||
|
@ -59,6 +59,10 @@
|
||||
-e 's@test-copy$(EXEEXT) @@' \
|
||||
-i Makefile.in</userinput></screen>
|
||||
|
||||
<para>Apply a patch to fix a security issue:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
|
||||
|
||||
<para>Create a file to allow systemd to build when using Util-Linux
|
||||
built in Chapter 5, to disable LTO by default, and to build without
|
||||
xlstproc:</para>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20160916">
|
||||
<!ENTITY version "SVN-20160929">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||
Change to x.y for release but not -rc releases -->
|
||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY versiond "20160916-systemd">
|
||||
<!ENTITY versiond "20160929-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "September 16, 2016">
|
||||
<!ENTITY releasedate "September 29, 2016">
|
||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.11">
|
||||
|
||||
|
@ -34,3 +34,6 @@
|
||||
<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
|
||||
<!ENTITY sysvinit-consolidated-patch-size "3.9 KB">
|
||||
|
||||
<!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fix-1.patch">
|
||||
<!ENTITY systemd-security-patch-md5 "aa9d81fec9a3875a54e63af86904513a">
|
||||
<!ENTITY systemd-security-patch-size "4 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user