Changeset a494cc5
- Timestamp:
- 10/04/2023 10:30:10 PM (11 months ago)
- Branches:
- multilib, xry111/multilib
- Children:
- 5a33506
- Parents:
- cf9ba3c (diff), 623081a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/ChangeLog
rcf9ba3c ra494cc5 1 2023-10-04 Pierre Labastie <pierre.labastie@neuf.fr> 2 * After the changes done on 2022-03-24, several "halt stop" should 3 have been changed to "halt start". Done now. Fortunately, those 4 occur only when something wrong happens with disks or devices. 5 1 6 2023-07-28 Xi Ruoyao <xry111@xry111.site> 2 7 * In mountvirtfs, mount /sys/fs/cgroup for udev from systemd-254. … … 25 30 - S scripts only started if not already marked S in the previous runlevel 26 31 - K scripts only started if not already marked K in the previous runlevel 27 - remove the convention of running S scripts ith "stop" in rl 0/632 - remove the convention of running S scripts with "stop" in rl 0/6 28 33 2021-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org> 29 34 * When shutting down the network, ignore invalid interfaces -
bootscripts/lfs/init.d/checkfs
rcf9ba3c ra494cc5 64 64 log_info_msg "Press Enter to continue..." 65 65 wait_for_user 66 /etc/rc.d/init.d/halt st op66 /etc/rc.d/init.d/halt start 67 67 else 68 68 log_success_msg2 … … 128 128 log_info_msg "Press Enter to continue..." 129 129 wait_for_user 130 /etc/rc.d/init.d/halt st op130 /etc/rc.d/init.d/halt start 131 131 fi 132 132 -
bootscripts/lfs/init.d/udev
rcf9ba3c ra494cc5 42 42 log_info_msg "Press Enter to continue..." 43 43 wait_for_user 44 /etc/rc.d/init.d/halt st op44 /etc/rc.d/init.d/halt start 45 45 fi 46 46 -
chapter01/changelog.xml
rcf9ba3c ra494cc5 42 42 43 43 <listitem> 44 <para>2023-10-03</para> 45 <itemizedlist> 46 <listitem> 47 <para>[xry111] - Update Glibc upstream fixes patch to fix 48 CVE-2023-4911.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 44 54 <para>2023-10-01</para> 45 55 <itemizedlist> -
patches.ent
rcf9ba3c ra494cc5 15 15 <!ENTITY glibc-fhs-patch-size "2.8 KB"> 16 16 17 <!ENTITY glibc-upstream-fixes-patch "glibc-&glibc-version;-upstream_fixes- 2.patch">18 <!ENTITY glibc-upstream-fixes-patch-md5 " a5a06adb7f61dcc901f35d810ac8a1c0">17 <!ENTITY glibc-upstream-fixes-patch "glibc-&glibc-version;-upstream_fixes-3.patch"> 18 <!ENTITY glibc-upstream-fixes-patch-md5 "545977e0b5c341ba945cf4b5de92f1e2"> 19 19 <!ENTITY glibc-upstream-fixes-patch-size "28 KB"> 20 20
Note:
See TracChangeset
for help on using the changeset viewer.