Commit Graph

165 Commits

Author SHA1 Message Date
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
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
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
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
67bc80afbd curl: update to 8.8.0
Release notes:
- https://curl.se/changes.html
2024-05-24 10:23:59 +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
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
Rudi Heitbaum
17e063da59 curl: update to 8.7.1
Release notes:
- https://curl.se/changes.html
2024-03-27 12:44:24 +00:00
Rudi Heitbaum
1cdd4fafda curl: update to 8.6.0
Release notes:
- https://curl.se/changes.html
2024-02-01 05:27:00 +00:00
Rudi Heitbaum
f790984081 curl: update to 8.5.0
Release notes:
- https://curl.se/changes.html
2023-12-06 13:07:16 +00:00
Lukas Rusak
8e387a9a01 curl: remove unrecognized options
This fixes the build warning:
WARNING: unrecognized options: --enable-nonblocking, --enable-crypto-auth, --disable-soname-bump, --without-krb4, --without-spnego, --without-egd-socket, --enable-thread, --without-nss

Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11 13:49:30 -08:00
Rudi Heitbaum
b6f23b35aa curl: update to 8.4.0
Release notes:
- https://curl.se/changes.html
2023-10-11 10:45:45 +00:00
Rudi Heitbaum
b6a5f167d7 curl: update to 8.3.0
Release notes:
- https://curl.se/changes.html
2023-09-14 22:11:55 +00:00
Rudi Heitbaum
090f3d8c8b curl: update to 8.2.1
Release notes:
- https://curl.se/changes.html
2023-07-28 13:39:30 +00:00
Rudi Heitbaum
289f301511 curl: update to 8.1.2
changes:
- https://curl.se/changes.html#8_1_2
- https://daniel.haxx.se/blog/2023/05/30/8-1-2-ate-one-too/
2023-05-30 09:11:34 +00:00
Joachim Breuer
c5bf51bfe9 curl: update to 8.1.1
- https://curl.se/changes.html#8_1_1
- https://daniel.haxx.se/blog/2023/05/23/curl-8-1-1-lets-do-this/
2023-05-23 16:56:42 +02:00
Rudi Heitbaum
e6eaa8c19f curl: update to 8.1.0
- https://curl.se/changes.html#8_1_0
- https://daniel.haxx.se/blog/2023/05/17/curl-8-1-0-http2-over-proxy/
2023-05-20 13:58:22 +00:00
Rudi Heitbaum
a261b479e5 curl: update to 8.0.1
ann:
- https://daniel.haxx.se/blog/2023/03/20/curl-8-0-0-is-here/
- https://daniel.haxx.se/blog/2023/03/20/curl-8-0-1-because-i-jinxed-it/
2023-03-30 12:31:23 +00:00
Rudi Heitbaum
98db1781db curl: update to 7.88.1
changes:
- https://curl.se/changes.html
2023-02-20 10:27:23 +00:00