aboutsummaryrefslogtreecommitdiff
path: root/lang/perl-www-curl/patches
Commit message (Collapse)AuthorAge
* perl-www-curl: add patch to ensure compatibility with curl 7.88Stan Grishin2023-02-27
| | | | | | | | | | | | | Patch comes from https://github.com/openwrt/packages/pull/20540#issuecomment-1439537287 Fixes: /home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:347: Curl.o] Error 1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* perl-www-curl: curl 7.69.0 compatibilityAlexander Ryzhov2020-03-13
| | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* perl-www-curl: curl 7.66.0 compatibilityAlexander Ryzhov2019-09-27
| | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* perl-www-curl: fix build against curl >= 7.50Jo-Philipp Wich2017-01-18
| | | | | | | | | | | | Import a proposed upstream bug fix to allow building against recent curl versions. Fixes the following error observed by the buildbots: curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function) if (strEQ(name, "STRICTER")) return CURL_STRICTER; Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* lang/perl-www-curl: Properly link against libcurlMarcel Denia2014-07-23
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl-www-curl: Update 100-perl-www-curl_disable_curl-config_hack.patchMarcel Denia2014-07-23
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Import of oldpackages/perl-*Marcel Denia2014-07-23
Signed-off-by: Marcel Denia <naoir@gmx.net>