diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-31 11:15:00 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-31 11:15:00 -0600 |
commit | 1e6c82bb0952f853a1346bc81434aef1fded76ff (patch) | |
tree | b2bc83ed8c797d92a2a4da995effc01a7d7be93b /chapter01 | |
parent | 888103db3c656fea2352b29c0ea55c62da150613 (diff) | |
parent | dfb8516c83c2a3377829096892579c969e0a5906 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e65ee12b7..f99510bd3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,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>2022-12-28</para> + <itemizedlist> + <listitem> + <para>[renodr] - Patch systemd against CVE-2022-4415. Fixes + <ulink url="&lfs-ticket-root;5187">#5187</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2022-12-31</para> <itemizedlist> @@ -91,7 +101,7 @@ </listitem> <listitem> <para>[bdubbs] - Update to vim-9.0.1060. Addresses - <ulink url="&lfs-ticket-root;5006">#5006</ulink>.</para> + <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para> </listitem> <listitem> <para>[bdubbs] - Update to iproute2-6.1.0. Fixes diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 207240036..86992592b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -299,6 +299,10 @@ <listitem> <para>&readline-fixes-patch;</para> </listitem> + + <listitem revision="systemd"> + <para>&systemd-upstream-patch;</para> + </listitem> </itemizedlist> <itemizedlist> |