Changeset a494cc5


Ignore:
Timestamp:
10/04/2023 10:30:10 PM (8 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
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.
Message:

Automatic merge of trunk into multilib

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    rcf9ba3c ra494cc5  
     12023-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
    162023-07-28 Xi Ruoyao <xry111@xry111.site>
    27   * In mountvirtfs, mount /sys/fs/cgroup for udev from systemd-254.
     
    2530     - S scripts only started if not already marked S in the previous runlevel
    2631     - 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/6
     32     - remove the convention of running S scripts with "stop" in rl 0/6
    28332021-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
    2934   * When shutting down the network, ignore invalid interfaces
  • bootscripts/lfs/init.d/checkfs

    rcf9ba3c ra494cc5  
    6464         log_info_msg "Press Enter to continue..."
    6565         wait_for_user
    66          /etc/rc.d/init.d/halt stop
     66         /etc/rc.d/init.d/halt start
    6767      else
    6868         log_success_msg2
     
    128128         log_info_msg "Press Enter to continue..."
    129129         wait_for_user
    130          /etc/rc.d/init.d/halt stop
     130         /etc/rc.d/init.d/halt start
    131131      fi
    132132
  • bootscripts/lfs/init.d/udev

    rcf9ba3c ra494cc5  
    4242         log_info_msg "Press Enter to continue..."
    4343         wait_for_user
    44          /etc/rc.d/init.d/halt stop
     44         /etc/rc.d/init.d/halt start
    4545      fi
    4646
  • chapter01/changelog.xml

    rcf9ba3c ra494cc5  
    4242
    4343    <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>
    4454      <para>2023-10-01</para>
    4555      <itemizedlist>
  • patches.ent

    rcf9ba3c ra494cc5  
    1515<!ENTITY glibc-fhs-patch-size "2.8 KB">
    1616
    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">
    1919<!ENTITY glibc-upstream-fixes-patch-size "28 KB">
    2020
Note: See TracChangeset for help on using the changeset viewer.