Changeset 22f0edf


Ignore:
Timestamp:
03/31/2023 02:46:00 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
13eb8a3
Parents:
bdaf423
Message:

coreutils: Fix a bug in checksum utilities for failure reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    rbdaf423 r22f0edf  
    5454    </note>
    5555
    56    <!-- this has been fixed in upstream gnulib, when a new version of
    57    coreutils is released, please check #4055 to see if the change has been
    58    picked up in this package -->
    59 <!--
    60    <para>Now, fix a problem with chmod return values:</para>
    61 
    62 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen>
    63 -->
     56    <!-- https://bugs.gnu.org/62403 -->
     57    <para>Fix a bug in checksum utilities causing failed checks not
     58    reported correctly:</para>
     59
     60<screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen>
     61
    6462    <para>Now prepare Coreutils for compilation:</para>
    6563
Note: See TracChangeset for help on using the changeset viewer.