Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r9c73d911 r7c30624  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    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://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 
     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-->
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
     
    122122    compile and run the tests:</para>
    123123
    124 <screen><userinput remap="test">chown -R tester . </userinput></screen>
     124<screen><userinput remap="test">chown -Rv tester . </userinput></screen>
    125125
    126126    <para>Now run the tests:</para>
     
    12621262        <term><command>yes</command></term>
    12631263        <listitem>
    1264           <para>Repeatedly outputs <literal>y</literal> or a given string,
    1265           until killed</para>
     1264          <para>Repeatedly outputs <quote>y</quote>, or a given string, until
     1265          killed</para>
    12661266          <indexterm zone="ch-system-coreutils yes">
    12671267            <primary sortas="b-yes">yes</primary>
Note: See TracChangeset for help on using the changeset viewer.