aboutsummaryrefslogtreecommitdiff
path: root/net/curl
Commit message (Collapse)AuthorAge
* curl: update to version 7.77.0 (security fix)Jan Pavlinec2021-05-27
| | | | | | | | | Fixes: CVE-2021-22897 CVE-2021-22898 CVE-2021-22901 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* curl: update to version 7.76.0Jan Pavlinec2021-04-01
| | | | | | Fixes CVE-2021-22876 and CVE-2021-22890 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* curl: update to 7.75.0Rosen Penev2021-02-22
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* curl: update to version 7.74.0 (security fix)Jan Pavlinec2020-12-11
| | | | | | | | | Fixes: CVE-2020-8286 CVE-2020-8285 CVE-2020-8284 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* curl: fix host config fileRosen Penev2020-12-10
| | | | | | | | Fix the prefix instead. Replace custom Compile section with PKG_INSTALL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* curl: fix build against OpenSSLDENG Qingfang2020-11-26
| | | | | Ref: https://curl.se/mail/lib-2020-10/0037.html Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* curl: update to 7.73.0Rosen Penev2020-11-24
| | | | | | | | Remove upstream patch. Refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* curl: add optional zlib supportTony Butler2020-08-26
| | | | | | | | | | | | | Package libcurl is missing dependencies for the following libraries: libzstd.so.1 Previous patch by Hans Dedecker <dedeckeh@gmail.com> took the easy way out :) Suggested-by: Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Tony Butler <spudz76@gmail.com> [fixed title] Signed-off-by: Paul Spooren <mail@aparcar.org>
* curl: Use wolfssl by defaultHauke Mehrtens2020-08-26
| | | | | | | | Instead of using mbedtls by default use wolfssl. We now integrate wolfssl in the default build so use it also as default ssl library for curl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* curl: Fix build with wolfsslHauke Mehrtens2020-08-26
| | | | | | | | | Backport a commit from upstream curl to fix a problem in configure with wolfssl. checking size of time_t... configure: error: cannot determine a size for time_t Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* curl: add package (previously in base)Paul Spooren2020-08-26
Move package over from openwrt.git based on the Hamburg 2019 decision that non essential packages should be maintained in packages.git Signed-off-by: Paul Spooren <mail@aparcar.org>