Ignore:
Timestamp:
10/20/2020 02:08:37 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d825fe23
Parents:
1b747ab6
Message:

Update to curl-7.73.0
Update to glib2-2.66.2 (time critical fix, see the mailing lists)
Fix a regression in avahi that affects systems with IPv6 enabled and multiple NICs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23826 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/avahi.xml

    r1b747ab6 r14726fe  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">Avahi Dependencies</bridgehead>
    7484
     
    124134
    125135<screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen>
     136
     137    <para>
     138      Fix a regression that results in a race condition when IPv6 is in use
     139      and multiple network adapters are present on the system:
     140    </para>
     141
     142<screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen>
    126143
    127144    <para>
Note: See TracChangeset for help on using the changeset viewer.