Ignore:
Timestamp:
02/08/2024 04:32:26 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
c7c614de
Parents:
e49e2ea (diff), 4816dc6 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    5454    </note>
    5555
    56     <!-- https://bugs.gnu.org/62403 -->
    57 <!--
    58     <para>Fix a bug in checksum utilities causing failed checks not
    59     reported correctly:</para>
    60 
    61 <screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen>
    62 -->
     56    <!-- https://seclists.org/oss-sec/2024/q1/30 -->
     57    <para>Fix a security vulnerability in the <command>split</command>
     58    utility:</para>
     59
     60<screen><userinput remap="pre">sed -e '/n_out += n_hold/,+4 s|.*bufsize.*|//&amp;|' \
     61    -i src/split.c</userinput></screen>
     62
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
     
    127127    compile and run the tests:</para>
    128128
    129 <screen><userinput remap="test">chown -Rv tester . </userinput></screen>
     129<screen><userinput remap="test">chown -R tester . </userinput></screen>
    130130
    131131    <para>Now run the tests:</para>
     
    12671267        <term><command>yes</command></term>
    12681268        <listitem>
    1269           <para>Repeatedly outputs <quote>y</quote>, or a given string, until
    1270           killed</para>
     1269          <para>Repeatedly outputs <literal>y</literal> or a given string,
     1270          until killed</para>
    12711271          <indexterm zone="ch-system-coreutils yes">
    12721272            <primary sortas="b-yes">yes</primary>
Note: See TracChangeset for help on using the changeset viewer.