Changeset 7a8fcc39 for chapter08


Ignore:
Timestamp:
08/02/2023 02:54:44 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, 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:
f40b2e7
Parents:
8ada78d
Message:

glibc: Remove sed and option unneeded with 2.38

--disable-crypt is now the default, and the security fix for 2.37 is
included.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r8ada78d r7a8fcc39  
    5151<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    5252
    53     <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068
    54          Upstream fix also added a test case and renamed "prec" to
    55          "prec_inc".  We'll test this with MPFR test suite so we don't
    56          need the test here, and the renaming does not affect program
    57          behavior.  -->
    58     <para>Fix a security issue identified upstream:</para>
    59 
    60 <screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
    61     -i stdio-common/vfprintf-process-arg.c</userinput></screen>
    62 
    6353    <para>The Glibc documentation recommends building Glibc
    6454    in a dedicated build directory:</para>
     
    8070             --enable-stack-protector=strong          \
    8171             --with-headers=/usr/include              \
    82              --disable-crypt                          \
    8372             libc_cv_slibdir=/usr/lib</userinput></screen>
    8473
Note: See TracChangeset for help on using the changeset viewer.