Changeset 73048b77
- Timestamp:
- 06/28/2019 07:56:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9f5acea
- Parents:
- 5f3d2fbc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5f3d2fbc r73048b77 45 45 <para>June 28th, 2019</para> 46 46 <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> 47 52 <listitem> 48 53 <para>[timtas] - Patch curl-7.65.1 to fix DNS resolution issues. Fixes -
networking/netlibs/curl.xml
r5f3d2fbc r73048b77 79 79 <listitem> 80 80 <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"/> 82 82 </para> 83 83 </listitem> … … 130 130 131 131 <para> 132 Applypatch 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> 136 136 137 137
Note:
See TracChangeset
for help on using the changeset viewer.