203 Commits

Author SHA1 Message Date
Celeste
b42f944ba8 main/curl: security upgrade to 8.4.0
- CVE-2023-38545
- CVE-2023-38546
2023-10-11 07:28:50 +00:00
Natanael Copa
371c886b6f main/curl: fix curl on arm
upstream PR: https://github.com/curl/curl/pull/11918
2023-09-25 06:32:18 +00:00
Natanael Copa
c50183bbda main/curl: add comment with link to upstream report
So it is easier to know when we can re-enable the test.
2023-09-21 18:58:36 +00:00
Celeste
9476e06350 main/curl: security upgrade to 8.3.0
CVE-2023-38039
2023-09-21 18:54:27 +00:00
psykose
ad4f63e240 main/curl: upgrade to 8.2.1 2023-07-26 06:40:05 +00:00
psykose
700b95ce7f main/curl: backport an auth fix
closes #15120
2023-07-21 00:02:07 +00:00
Florian Schwarzmeier
cc698af63d main/curl: upgrade to 8.2.0 2023-07-19 19:11:10 +00:00
psykose
f96c4d3afd main/curl: remove hack 2023-07-01 18:37:45 +02:00
psykose
1bdafa4164 main/curl: build hack for armv7 2023-07-01 14:46:02 +02:00
psykose
c913d174cf main/curl: put fish completions in correct place 2023-06-30 23:54:58 +02:00
Clayton Craft
7412464c13 main/curl: add imap disable sasl patch
This patch was merged upstream, but is not yet in a release. It's
required to fix "visual voicemail" for some cell carriers, useful
primarily in pmOS.
2023-06-16 20:37:09 +00:00
psykose
29c0b4e064 main/curl: upgrade to 8.1.2 2023-05-30 18:44:00 +02:00
psykose
041c2b3ab5 main/curl: backport fix for hanging http2 2023-05-25 10:06:48 +02:00
psykose
a56237ed1e main/curl: upgrade to 8.1.1 2023-05-23 15:19:47 +02:00
psykose
9f0c3fcf7c main/curl: backport a header size regression fix 2023-05-21 19:08:14 +02:00
psykose
ca8719dd3e main/curl: backport regression fix 2023-05-19 17:07:15 +02:00
J0WI
e4b51388f0 main/curl: build with c-ares
building with c-ares adds dns support to curl, and increases the
performance of all dns-related tasks.
2023-05-17 12:39:36 +00:00
psykose
8fe6668d2c main/curl: upgrade to 8.1.0 2023-05-17 08:51:18 +02:00
psykose
3328384803 */*: rebuild misc for gcc13 2023-05-15 05:12:37 +02:00
psykose
84a227baf0 main/*: rebuild for dt_relr change 2023-04-11 18:01:21 +02:00
psykose
9585d488e2 main/curl: add idn2 support
this is required to resolve domains like 'ծոց.հայ' at all
2023-04-03 09:30:32 +02:00
psykose
9d0e4ad67c main/curl: upgrade to 8.0.1 2023-03-20 18:06:38 +01:00
psykose
baeb5d0896 main/curl: upgrade to 8.0.0 2023-03-20 08:12:11 +01:00
psykose
8a3e94a19b main/curl: backport more upstream fixes 2023-02-21 16:59:12 +01:00
psykose
6895429f53 main/curl: upgrade to 7.88.1 2023-02-20 09:35:12 +01:00
psykose
ed89ad7059 main/curl: revert a broken commit
fixes some http2 checksums.

the commits also seems to break `cargo fetch` for rust...

https://github.com/curl/curl/issues/10525
2023-02-15 19:04:10 +01:00
psykose
decc797d9f main/curl: upgrade to 7.88.0 2023-02-15 08:58:50 +01:00
psykose
f3e6f81620 main/curl: backport upstream fixes
https://github.com/curl/curl/issues/10146
https://github.com/curl/curl/issues/10148
2023-01-12 20:20:24 +01:00
psykose
ff748fd3af main/curl: cleanup 2023-01-08 13:20:13 +01:00
Kevin Daudt
f7951d9201 main/curl: explicitly depend on same libcurl version
The `curl` package depends on libcurl. The version of curl should match
the version of libcurl that is installed, but the automatic dependency
tracking only makes sure the soname matches.

Explicitly add a dependency on the same version of libcurl to curl.
2022-12-22 14:27:54 +00:00
psykose
e3e20d7259 main/curl: upgrade to 7.87.0 2022-12-21 07:27:28 +00:00
André Klitzing
585718b90f main/curl: enable new websockets 2022-10-26 12:35:17 +02:00
psykose
2c45d10d0d main/curl: upgrade to 7.86.0 2022-10-26 12:20:41 +02:00
psykose
3e9c46575e
main/curl: remove unused configure arg 2022-09-24 17:46:05 +02:00
psykose
25756a734a main/curl: upgrade to 7.85.0 2022-08-31 06:46:36 +00:00
Natanael Copa
39cde24fb5 main: mass rebuild against openssl 3 2022-08-02 10:35:20 +02:00
Natanael Copa
c27dc9806c main/curl: backport fix for atomic
needed for crosscompile for riscv64
2022-07-21 12:32:19 +02:00
psykose
d8dd2d3947 main/curl: fix bootstrap build
`[ .. ] && ..` inside a function with set -e fails when the [ test ]
returns a falsy value. this is only true inside a function; it is
normally a special exception for set -e when written top-level.

fix this by using a proper if block.

fixes b0e6807ab3a36d3ddffbb8514d14570808167926
2022-07-13 07:42:27 +00:00
Devin Stewart
6563fb7e3e
main/curl: upgrade to 7.84.0 2022-06-30 06:20:13 +02:00
Ariadne Conill
9a859c886d main/curl: well, that was embarassing 2022-05-11 20:27:13 +00:00
Ariadne Conill
d0a0c702ab main/curl: rebuild for license metadata change 2022-05-11 20:26:32 +00:00
Ariadne Conill
d3a7c6934c main/curl: security upgrade to 7.83.1 (6 CVEs) 2022-05-11 20:23:23 +00:00
psykose
b18d055b93 main/curl: upgrade to 7.83.1 2022-05-11 20:20:35 +00:00
Sören Tempel
b0e6807ab3 main/curl: don't generate completion files when cross-compiling
curl does not support generation of completion files when cross
compiling. Since curl is on our boostrap path commit
1a518e3a186d2407c1e5f826b1e654031b69ff37 broke bootstrapping
of curl.  This commit fixes this by not generating completion files
when bootstrapping curl.

See: 8e22fc68e7/scripts/Makefile.am (L39)
2022-05-08 03:27:41 +02:00
J0WI
5f4aa894fc main/curl: security upgrade to 7.83.0 2022-04-27 16:41:41 +00:00
Evgeny Grin
95dc392284 main/curl: fixed "out of memory error"
Upstream bug: https://github.com/curl/curl/issues/8559
2022-04-21 16:44:00 +03:00
Olliver Schinagl
fe6bd3a374
main/curl: upgrade to 7.82.0
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-03-15 20:34:20 +01:00
prspkt
1a518e3a18 main/curl: add shell completions 2022-01-31 18:16:06 +00:00
Milan P. Stanić
22f4e26610 main/curl: upgrade to 7.81.0 2022-01-06 10:32:15 +00:00
Kevin Daudt
33234bad6d main/curl: upgrade to 7.80.0 2021-11-10 13:01:57 +00:00