Changeset 73048b77


Ignore:
Timestamp:
06/28/2019 07:56:48 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
9f5acea
Parents:
5f3d2fbc
Message:

Update cURL DNS Resolution Patch to use standard patch headers

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5f3d2fbc r73048b77  
    4545      <para>June 28th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a version 2 of the cURL DNS Resolution issue patch
     49          that adds the standard header format to the top of the patch and
     50          adds a minor improvement to the sockhash function.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[timtas] - Patch curl-7.65.1 to fix  DNS resolution issues. Fixes
  • networking/netlibs/curl.xml

    r5f3d2fbc r73048b77  
    7979      <listitem>
    8080        <para>Patch to fix DNS resolution issues: <ulink
    81         url="&patch-root;/curl-7.65.1-fix-dns-segfaults-1.patch"/>
     81        url="&patch-root;/curl-7.65.1-fix_dns_segfaults-2.patch"/>
    8282        </para>
    8383      </listitem>
     
    130130
    131131    <para>
    132       Apply patch to fix DNS resolution issues:
    133     </para>
    134 
    135 <screen><userinput>patch -Np1 -i ../curl-7.65.1-fix-dns-segfaults-1.patch</userinput></screen>
     132      First, apply a patch to fix DNS resolution issues:
     133    </para>
     134
     135<screen><userinput>patch -Np1 -i ../curl-7.65.1-fix_dns_segfaults-1.patch</userinput></screen>
    136136
    137137
Note: See TracChangeset for help on using the changeset viewer.