Changeset ac82b96 for chapter08


Ignore:
Timestamp:
02/14/2024 09:45:08 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
83b0abd
Parents:
4d7ccf4 (diff), 96026a10 (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

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/expect.xml

    r4d7ccf4 rac82b96  
    6363    other virtual kernel file systems) mounted correctly.
    6464    This issue needs to be resolved before continuing, or the test suites
    65     requring Expect (for example the test suites of Bash, Binutils, GCC,
     65    requiring Expect (for example the test suites of Bash, Binutils, GCC,
    6666    GDBM, and of course Expect itself) will fail catastrophically, and other
    6767    subtle breakages may also happen.</para>
  • chapter08/pkgconf.xml

    r4d7ccf4 rac82b96  
    4444
    4545    <title>Installation of Pkgconf</title>
    46 
    47     <!-- https://github.com/pkgconf/pkgconf/issues/317 -->
    48     <para>Fix a regression in pkgconf-2.1.0 breaking BLFS packages:</para>
    49 
    50     <screen><userinput remap="pre">patch -Np1 -i ../&pkgconf-upstream-fix-patch;</userinput></screen>
    5146
    5247    <para>Prepare Pkgconf for compilation:</para>
  • chapter08/systemd.xml

    r4d7ccf4 rac82b96  
    5151    <!-- https://github.com/systemd/systemd/pull/30549 -->
    5252    <para>Now fix a security vulnerability in the DNSSEC verification of
    53     <command>systemd-resolved</command>:</para>
    54 
    55 <screen><userinput remap='pre'>sed -e '/return FLAGS_SET.*AUTHENTICATED/s/(t/(dt/' \
    56     -i src/resolve/resolved-dns-transaction.c</userinput></screen>
     53    <command>systemd-resolved</command> and a bug breaking running
     54    <command>systemd-analyze verify</command> on an instantiated systemd
     55    unit:</para>
     56
     57<screen><userinput remap='pre'>patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    5758
    5859    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.