Commit Graph

288 Commits

Author SHA1 Message Date
Christian Hewitt
67e7c46d86 curl: do not build docs
addresses build error by not building the documents
    ninja: error: '/build/build.LibreELEC-AMLGX.aarch64-12.80.md/build/curl-8.14.1/.aarch64-libreelec-linux-gnu/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3', missing and no known rule to make it
2025-06-21 03:32:50 +00:00
Rudi Heitbaum
470006641e nghttp2: update to 1.66.0 2025-06-18 12:14:54 +00:00
Rudi Heitbaum
3307177de3 curl: update to 8.14.1
Release notes:
- https://curl.se/changes.html
2025-06-06 07:34:08 +00:00
Rudi Heitbaum
7a80d6b0ad curl: update to 8.14.0
Release notes:
- https://curl.se/changes.html
2025-05-29 10:12:06 +00:00
Rudi Heitbaum
8a28d96246 curl: update cmake options
- 269fdd4c6e
- https://github.com/curl/curl pull 14918
2025-04-25 04:27:03 +00:00
Rudi Heitbaum
572b8119c1 curl: update to 8.13.0
Release notes:
- https://curl.se/changes.html
2025-04-04 14:50:20 +00:00
Rudi Heitbaum
5392efbfe6 nghttp2: update to 1.65.0 2025-03-03 11:11:53 +00:00
Rudi Heitbaum
b098a0ff23 curl: update to 8.12.1
Release notes:
- https://curl.se/changes.html
2025-02-13 13:30:43 +00:00
Matthias Reichl
abad9bc360 Revert "curl: update to 8.12.0"
This reverts commit e35744624c.
2025-02-07 14:22:18 +01:00
Rudi Heitbaum
e35744624c curl: update to 8.12.0
Release notes:
- https://curl.se/changes.html
2025-02-05 14:40:18 +00:00
mglae
152eafdfcf curl: fix building debug 2024-12-22 19:16:38 +01:00
kszaq
9c4b850b9a Use HTTPS for ftpmirror.gnu.org 2024-11-24 09:41:54 +01:00
Rudi Heitbaum
706516013e nghttp2: update to 1.64.0 2024-10-24 11:01:44 +00:00
Rudi Heitbaum
c9086934a4 curl: update to 8.10.1
Release notes:
- https://curl.se/changes.html
2024-09-19 12:31:32 +00:00
Rudi Heitbaum
966739647d curl: update to 8.10.0
Release notes:
- https://curl.se/changes.html
2024-09-12 11:47:39 +00:00
Rudi Heitbaum
c79a02f664 nghttp2: update to 1.63.0 2024-09-05 13:29:21 +00:00
Rudi Heitbaum
2d80f60f9e curl: update to 8.9.1
Release notes:
- https://curl.se/changes.html
2024-07-31 09:16:05 +00:00
Rudi Heitbaum
f9ca062b38 curl: update to 8.9.0
Release notes:
- https://curl.se/changes.html
2024-07-27 04:06:56 +00:00
Rudi Heitbaum
f93495f0a8 libmicrohttpd: swap to shared library 2024-06-02 06:27:28 +00:00
Rudi Heitbaum
67bc80afbd curl: update to 8.8.0
Release notes:
- https://curl.se/changes.html
2024-05-24 10:23:59 +00:00
Rudi Heitbaum
de42eeee52 nghttp2: update to 1.62.1 2024-05-20 11:59:01 +00:00
Rudi Heitbaum
08777b9c33 nghttp2: update to 1.62.0 2024-05-15 12:46:24 +00:00
Christian Hewitt
cfa6b57c4c Merge pull request #8585 from heitbaum/pkg13
Package updates waiting on LE13
2024-05-02 10:39:30 +04:00
Rudi Heitbaum
e05924ec3a nghttp2: update to 1.61.0 2024-04-21 12:43:19 +00:00
Rudi Heitbaum
dd92e05bbc curl: build with cmake
versioned symbols are not available with cmake builds
all 93 exported symbols are available in the cmake libcurl.so
  nm -D curl-8.5.0/usr/lib/libcurl.so  | grep " T " | wc -l

cmake compiled curl -V matches configure compiled

$ curl-8.5.0/usr/bin/curl -V
curl 8.5.0 (Linux) libcurl/8.5.0 OpenSSL/3.0.10 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh/0.10.6/openssl/zlib nghttp2/1.58.0 librtmp/2.3 OpenLDAP/2.6.6
Release-Date: 2023-12-06
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
2024-04-21 12:43:19 +00:00