Actions
Curl¶
Introduction¶
During work on libsamsung-ipc a very simple tool to send SMS through a mobile network operator API was written.
As it uses libcurl knowing where the tool can run (to do automatic tests) is relevant.
curl versions¶
| Distribution | (lib)curl version |
| Replicant 4.2 | Doesn't have curl |
| Guix 6b9105e557 | 7.28.1 |
| Trisquel 7 x86_64 | 7.35.0-1ubuntu2.20 |
| Replicant 6 | 7.43.0 |
| Debian stretch x86_64 | 7.52.1-5+deb9u10 |
| LineageOS 16 | 7.58.0 |
| Replicant 11 | 7.67.0 |
| Parabola i686 (07/04/2022) | 7.79.0-3.0 |
| Guix i686 (07/04/2022) | 7.79.1 |
curl API¶
| curl symbols | minimum (lib)curl version |
| CURL_HTTP_VERSION_2TLS | 7.47.0 |
| CURLUPART_URL | 7.62.0 |
| CURLUPART_QUERY | 7.62.0 |
| CURLU_URLENCODE | 7.62.0 |
| CURLU_APPENDQUERY | 7.62.0 |
| CURLU | 7.62.0 |
| CURLU_ALLOW_SPACE | 7.78.0 |
Updated by Denis 'GNUtoo' Carikli over 3 years ago · 2 revisions