aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
AgeCommit message (Collapse)Author
2023-12-06Merge pull request #24011 from fuzzard/depends_curlfuzzard
[tools/depends][target] Bump curl 8.4.0
2023-11-11tools/depends: curl: add --with-zlib optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-wolfssl optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-mbedtls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-nss optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gnutls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-msh3 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-quiche optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-nghttp3 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-ngtcp2 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-hyper optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gsasl optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gssapi optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-brotli optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-zstd optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: format configure optionsLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-05[tools/depends][target] Bump curl 8.4.0fuzzard
2023-10-02build curl without libpsl dependencythrowaway96
2023-08-05[depends] bump curl to 8.1.2Jose Luis Marti
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-02-07[depends] add tarball hash checkingwsnipex
2021-10-25[tools/depends][native] bump autoconf 2.71fuzzard
[tools/depends][native] heimdal patch for build with autoconf 2.70+ Currently no new heimdal release, so we need to carry patch for use with autoconf 2.70+ https://github.com/heimdal/heimdal/pull/771 [tools/depends][target] fix curl building with autoconf 2.70+ Provide patch to allow curl 7.68.0 to build with autoconf 2.70+ Upstream commit https://github.com/curl/curl/commit/f25f602ffd026cc6b5bb0b3a6d8f1abe1bad7881 Upstream has this fixed in curl 7.70.0+, can drop patch when we bump curl to something newer [tools/depends][native] patch autoconf gtkdocize out autoconf 2.70+ have changed autoreconf to call gtkdocize regardless of state of GTK_DOC_CHECK macro. Details: https://savannah.gnu.org/support/?110503 Instead of patching any dependency (native or target) that has that macro (eg gnutls, harfbuzz) patch out gtkdocerize call in autoreconf. GTK-doc is a "heavy" dependency to add without any actual use (ie we dont use docs/man pages in tools/depends build system) We do a sed replace on the installed autoreconf binary rather then the autoreconf.in because autoconf forces a docs rebuild that then requires help2man as a dependency if we alter the autoreconf.in. This way we dont need to add a "useless" dependency to our build system.
2020-07-19[depends] Disable libidn2 support in curlphunkyfish
2020-02-15[depends] bump curl to 7.68.0Rechi
7.51.0 fixed clock_gettime detection for darwin
2020-02-15[depends] add update-cacert target to curlRechi
2020-02-05[macosx] set minimum osx version to 10.13 (High Sierra), fix deprecations ↵phunkyfish
and cleanup dependencies
2019-08-07[depends] bump curl to 7.65.3Rechi
2019-01-04[depends] add http2 support to curl via nghttp2wsnipex
2018-09-15[depends] bump libCURL version to 7.61.1peak3d
2018-08-01[depends] bump openssl to 1.1.0hRechi
2018-05-28[depends] curl: remove specific osx versionRechi
As curl is now build static, symbols from shared system curl don't affect us anymore.
2018-04-21[depends] curl: build curl with `--with-ca-fallback`Anton Fedchin
2018-02-09[depends][cleanup] CLEAN_FILES is unusedRechi
2018-01-23[depends] curl: make sure openssl is compiled inwsnipex
2018-01-18Build curl as static library in dependsPär Björklund
2017-10-23[depends] bump curl to 7.56.1Rechi
2017-02-14Merge pull request #10539 from Memphiz/xcode8_iosjenkins4kodi
2016-12-30[depends] explictly disable building curl with rtmp supportMartijn Kaijser
2016-12-23[depends/curl] - on ios ensure clock_gettime is not used in curl (it ignores ↵Memphiz
the ac_cv flag)
2016-12-12[depends] remove rtmp as it's included through ffmpeg or as binary addonMartijn Kaijser
2016-12-10[depends] curl 7.51.0Martijn Kaijser
2016-08-04[depends] curl 7.50.1Martijn Kaijser
2016-07-07[depends] build curl without librtmp supportStefan Saraev
kodi now uses ffmpeg's own rtmp implementation, and optionaly inputstream.rtmp rtmp support was picked automaticlay by libcurl configure if librtmp header/libs are present in sysroot. no point linking our libcurl against librtmp now
2016-05-14[depends/curl] enable IPv6Rechi
2016-01-06[depends/curl] - fix tvos compilation (disable ntlm)Memphiz
2015-01-28[osx] - downgrade curl to former version for now until a serious symbol ↵Memphiz
clash with system libcurl is solved
2015-01-07[depends] bump curl to v7.39.0wsnipex
2014-01-22Fix redirected stream content-length. Fix #14647ulion
2013-10-18fixed, depends was missing libcurl.pc because we selectively install only ↵S. Davilla
libcurl. Libcurl is selectively installed because the normal install will run a bunch of test assuming it is on the target box. In other words, curl configure is not cross-platform smart
2013-03-11depends: add mess of dependsCory Fields