Opened 5 years ago
Closed 5 years ago
#12208 closed enhancement (fixed)
Create patch for cURL to fix DNS resolution issues
Reported by: | Douglas R. Reno | Owned by: | Tim Tassonis |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Daniel Steinberg released patches for fixing DNS Resolution Segfaults with cURL-7.65.1. This was one of several upstream patches to fix issues with this release. We can likely fetch them from Arch:
We should probably create a patch for this.
Attachments (1)
Change History (5)
comment:1 by , 5 years ago
Milestone: | 8.5 → 9.0 |
---|
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 5 years ago
Attachment: | curl-7.65.1-fix-dns-segfaults-1.patch added |
---|
comment:3 by , 5 years ago
I have created the patch according to the archlinux instructions:
cp -a curl-7.65.1 curl-7.65.1-fix-dns-segfaults cat ../0001-multi-fix-the-transfer-hash-function.patch patch -Np1 < ../0001-multi-make-sure-data-can-present-in-several-sockhash.patch patch -Np1 < ../0001-multi-fix-the-transfer-hashes-in-the-socket-hash-ent.patch patch -Np1 < ../0001-multi-fix-the-transfer-hash-function.patch cd .. diff -ruN curl-7.65.1 curl-7.65.1-fix-dns-segfaults > /lfs-src/curl-7.65.1-fix-dns-segfaults-1.patch
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Milestone renamed