aboutsummaryrefslogtreecommitdiff
path: root/net/curl/patches
Commit message (Collapse)AuthorAge
* curl: fix SSL init with mbedtls 3.6Felix Fietkau2024-04-18
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* curl: update to 8.7.1Stan Grishin2024-03-31
| | | | | | | | | * update to 8.7.1: https://curl.se/changes.html#8_7_1 * use the new --disable-docs flag for configure * update 200-no_docs_tests.patch * switch to APK-compatible revision Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: update to 8.6.0Konstantin Demin2024-02-01
| | | | | | * https://curl.se/changes.html#8_6_0 Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* curl: update to 8.5.0Stan Grishin2023-12-10
| | | | | | * https://curl.se/changes.html#8_5_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: update to 8.1.0Stan Grishin2023-05-23
| | | | | | * https://curl.se/changes.html#8_1_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: update to 7.86.0Stan Grishin2022-10-30
| | | | | | | | | | * update to 7.86.0: https://curl.se/changes.html#7_86_0 * remove 300-curl-wolfssl.m4-error-out-if-wolfSSL-is-not-usable.patch as it was fixed upstream: https://github.com/curl/curl/pull/9682 * update configure options for OpenSSL as --without-ssl is breaking build * remove --without-libidn configure arg as it's no longer recognized Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: error out if wolfSSL is not usablePetr Štetiar2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we explicitly declare, that we would like to have curl built with wolfSSL support using `--with-wolfssl` configure option, then we should make sure, that we either endup with curl having that support, or it shouldn't be available at all, otherwise we risk, that we end up with regressions like following: configure:25299: checking for wolfSSL_Init in -lwolfssl configure:25321: x86_64-openwrt-linux-musl-gcc -o conftest [snip] In file included from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/dsa.h:33, from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/asn_public.h:35, from target-x86_64_musl/usr/include/wolfssl/ssl.h:35, from conftest.c:47: target-x86_64_musl/usr/include/wolfssl/wolfcrypt/integer.h:37:14: fatal error: wolfssl/wolfcrypt/sp_int.h: No such file or directory #include <wolfssl/wolfcrypt/sp_int.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. and in the end thus produce curl without https support: curl: (1) Protocol "https" not supported or disabled in libcurl So fix it, by making the working wolfSSL mandatory and error out in configure step when that's not the case: checking for wolfSSL_Init in -lwolfssl... no configure: error: --with-wolfssl but wolfSSL was not found or doesn't work References: #19005, #19547 Upstream-Status: Accepted [https://github.com/curl/curl/pull/9682] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* curl: update to 7.85.0Stan Grishin2022-09-15
| | | | | | | * https://curl.se/changes.html#7_85_0 * add GitHub to PKG_SOURCE_URL Signed-off-by: Stan Grishin <stangri@melmac.ca>
* Revert "curl: update to 7.85.0"Stan Grishin2022-09-15
| | | | | | This reverts commit 312ab68be498f0d895d8d4dc5b2f0fc857e45eb9. Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: update to 7.85.0Stan Grishin2022-09-15
| | | | | | * https://curl.se/changes.html#7_85_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: fix compilation with wolfSSLRosen Penev2022-07-19
| | | | | | options.h header is needed now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* curl: bump to 7.83.1Stan Grishin2022-06-06
| | | | | | * https://curl.se/changes.html#7_83_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: Fix compiling curl wolfSSL IPv6 disabledChris Osgood2022-03-18
| | | | | | Fixes #18082 Signed-off-by: Chris Osgood <chris_github@functionalfuture.com>
* curl: update to 7.82.0Stan Grishin2022-03-07
| | | | | | * changelog: https://curl.se/changes.html#7_82_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* curl: update to 7.80.0Stan Grishin2021-11-12
| | | | | | | * bump version to 7.80.0 * update maintainer email address Signed-off-by: Stan Grishin <stangri@melmac.net>
* 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 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: 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>