diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 15:16:37 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 15:16:37 -0600 |
commit | c8df034e5fac95187683af6dea88781b4082a60e (patch) | |
tree | f066f3824df05eb54a97f5c526284bad2785c002 /chapter01 | |
parent | d21ec2fcbb46ee07dc404a39b3bebba762a91a6b (diff) |
Fix CVE-2021-3997 in systemd.
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba7a7b587..20838c588 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,17 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem revision="systemd"> + <para>2021-01-13</para> + <itemizedlist> + <listitem> + <para>[renodr] - Fixed CVE-2021-3997 in systemd, as well as fixing + an issue with the default hostname and idle units. Fixes + <ulink url="&lfs-ticket-root;4981">#4981</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem revision="systemd"> <para>2021-01-03</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 49014e397..65385d1aa 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -293,6 +293,9 @@ <listitem revision="sysv"> <para>sysvinit-3.01-consolidated-1.patch</para> </listitem> + <listitem revision="systemd"> + <para>systemd-250-upstream_fixes-1.patch</para> + </listitem> <!-- <listitem revision="systemd"> <para>MarkupSafe-&markupsafe-version;</para> |