summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/patches/320-curl-confopts.m4-fix-disable-threaded-resolver.patch
Commit message (Collapse)AuthorAgeFilesLines
* curl: bump to 7.56.1Hans Dedecker2017-10-291-36/+0
| | | | | | | | | | | Refresh patches Remove 320-curl-confopts.m4-fix-disable-threaded-resolver.patch as integrated upstream See https://curl.haxx.se/changes.html for the bugfixes in 7.56.0 and 7.56.1 Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* curl: fix disable threaded resolverHans Dedecker2017-09-271-0/+36
Bump to 7.55.1 broke the disable threaded resolver feature as reported in https://github.com/curl/curl/issues/1784. As a result curl is always compiled with the threaded resolver feature enabled which causes a dependency issue on pthread for uclibc. Fix this issue by backporting the upstream curl commit which fixes disable threaded resolver. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>