Commit Graph

27 Commits

Author SHA1 Message Date
HHJLKK
1a31dfe4f2
curl: update to 8.6.0 (#766) 2024-02-07 00:27:57 +08:00
HHJLKK
986bdbcc1a
curl: update to 8.5.0 (#741) 2023-12-21 21:30:13 +08:00
Michal Hrusecky
84ad90f738 curl: Update to version 8.4.0
For detailed changes, see https://curl.se/changes.html#8_4_0
Switching to tar.bz2 for the time being as tar.xz is not yet available.
Fixes CVE-2023-38546 and CVE-2023-38545.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2023-10-12 02:22:59 +08:00
Tony91590
4e3636ca10
curl: fix mirror hash (#716) 2023-10-01 11:36:10 +08:00
trli
65e143c314
curl: update to 8.3.0 (#715) 2023-10-01 00:29:23 +08:00
Stan Grishin
2564394f86 curl: update to 8.0.1
* https://curl.se/changes.html#8_0_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-30 15:56:17 +00:00
Oskari Rauta
f8829e2db7 curl: enable unix sockets by default
- changed Config.in to enable unix sockets support by default
 - release number bumped

Description:
socket support is very handy when communicating with
various REST APIs.

Size increases are very small, nearly unnoticiable.

Tested-by: Stan Grishin <stangri@melmac.ca>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-03-30 07:07:41 +00:00
Stan Grishin
a83b5d49fb curl: update to 7.88.1
* https://curl.se/changes.html#7_88_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-30 07:07:29 +00:00
Stan Grishin
c1fc386c7d curl: update to 7.86.0
* 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>
2023-03-30 07:07:04 +00:00
coolsnowwolf
89c6c517fd Revert "curl: update to 7.86.0"
This reverts commit ff372eff4f.
2022-12-06 22:37:25 +08:00
Stan Grishin
df61bfae63 curl: bugfix: building as selected package doesn't break build
* Reported-by: Chen Minqiang <ptpt52@gmail.com>
* details [here](88009b2d5e (commitcomment-88604318))

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-11-18 13:06:36 +08:00
Stan Grishin
d444af5bf0 curl: include nls.mk
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-11-18 13:06:35 +08:00
Stan Grishin
ff372eff4f curl: update to 7.86.0
* 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>
2022-11-18 13:06:35 +08:00
Petr Štetiar
827bb63ba4 curl: fix security issues by bumping all packages using libwolfssl
As wolfSSL is having hard time maintaining ABI compatibility between
releases, we need to manually force rebuild of packages depending on
libwolfssl and thus force their upgrade. Otherwise due to the ABI
handling we would endup with possibly two libwolfssl libraries in the
system, including the patched libwolfssl-5.5.1, but still have
vulnerable services running using the vulnerable libwolfssl-5.4.0.

So in order to propagate update of libwolfssl to latest stable release
done in commit ec8fb54 ("wolfssl: fix TLSv1.3 RCE in uhttpd by
using 5.5.1-stable (CVE-2022-39173)") which fixes several remotely
exploitable vulnerabilities, we need to bump PKG_RELEASE of all packages
using wolfSSL library.

Same bump has been done in buildroot in commit f1b7e14 ("treewide:
fix security issues by bumping all packages using libwolfssl").

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-11-18 13:06:35 +08:00
Stan Grishin
1fda5b8d8c curl: enable HTTP/2 support by default
Description: Lack of support of HTTP/2 by default starts to hurt,
for example with https-dns-proxy package, some DoH resolvers (like mullvad)
no longer support HTTP/1 and are not usable.

This enables HTTP/2 support by default (which would bring ~68Kb libnghttp).

Signed-off-by: Stan Grishin <stangri@melmac.net>
2022-11-18 13:06:35 +08:00
Stan Grishin
d43455f247 curl: bugfix: github source url
* fixes https://github.com/openwrt/packages/issues/19456

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-09-27 14:52:12 +00:00
Stan Grishin
4e50a6988d curl: update to 7.85.0
* https://curl.se/changes.html#7_85_0
* add GitHub to PKG_SOURCE_URL

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-09-16 12:22:40 +08:00
Rosen Penev
e70fded9a3 curl: fix compilation with wolfSSL
options.h header is needed now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-08-02 15:36:11 +00:00
Stan Grishin
c637926398 curl: bump to 7.83.1
* https://curl.se/changes.html#7_83_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-06-07 15:48:30 +00:00
Chris Osgood
fceafa06c9 curl: Fix compiling curl wolfSSL IPv6 disabled
Fixes #18082

Signed-off-by: Chris Osgood <chris_github@functionalfuture.com>
2022-03-18 17:12:51 +00:00
Stan Grishin
0f3f73312d curl: update to 7.82.0
* changelog: https://curl.se/changes.html#7_82_0

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-03-07 09:07:10 +00:00
Stan Grishin
2bf93ecb2a curl: update to 7.81.0 * changes: https://curl.se/changes.html#7_81_0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-01-10 06:30:09 +00:00
Stan Grishin
b0fb8e5a04 curl: update to 7.80.0
* bump version to 7.80.0
* update maintainer email address

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-11-13 09:48:18 +00:00
Stan Grishin
b04809b449 curl: update to 7.79.1
* update to [7.79.1](https://curl.se/changes.html#7_79_1)

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-09-27 15:07:03 +00:00
Beginner
227c9f8ae0
curl: update to 7.79.0 2021-09-16 01:20:10 +08:00
Stan Grishin
71af269001 curl: update to 7.78.0
* update to 7.78.0
* change maintainer
* remove obsolete mirror (curl.mirror.anstey.ca)
* update main curl URLs

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-08-14 09:54:22 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00