Curl » History » Version 2
Denis 'GNUtoo' Carikli, 04/07/2022 12:54 AM
Add lineage16 branch of our lineageOS curl mirror
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. Curl |
|---|---|---|---|
| 2 | |||
| 3 | h1. Introduction |
||
| 4 | |||
| 5 | During work on libsamsung-ipc a very simple tool to send SMS through a mobile network operator API was written. |
||
| 6 | |||
| 7 | As it uses libcurl knowing where the tool can run (to do automatic tests) is relevant. |
||
| 8 | |||
| 9 | h2. curl versions |
||
| 10 | |||
| 11 | | Distribution | (lib)curl version | |
||
| 12 | | Replicant 4.2 | Doesn't have curl | |
||
| 13 | | Guix 6b9105e557 | 7.28.1 | |
||
| 14 | | Trisquel 7 x86_64 | 7.35.0-1ubuntu2.20 | |
||
| 15 | | Replicant 6 | 7.43.0 | |
||
| 16 | | Debian stretch x86_64 | 7.52.1-5+deb9u10 | |
||
| 17 | 2 | Denis 'GNUtoo' Carikli | | LineageOS 16 | 7.58.0 | |
| 18 | 1 | Denis 'GNUtoo' Carikli | | Replicant 11 | 7.67.0 | |
| 19 | | Parabola i686 (07/04/2022) | 7.79.0-3.0 | |
||
| 20 | | Guix i686 (07/04/2022) | 7.79.1 | |
||
| 21 | |||
| 22 | h2. curl API |
||
| 23 | |||
| 24 | | curl symbols | minimum (lib)curl version | |
||
| 25 | | CURL_HTTP_VERSION_2TLS | 7.47.0 | |
||
| 26 | | CURLUPART_URL | 7.62.0 | |
||
| 27 | | CURLUPART_QUERY | 7.62.0 | |
||
| 28 | | CURLU_URLENCODE | 7.62.0 | |
||
| 29 | | CURLU_APPENDQUERY | 7.62.0 | |
||
| 30 | | CURLU | 7.62.0 | |
||
| 31 | | CURLU_ALLOW_SPACE | 7.78.0 | |
||
| 32 | 2 | Denis 'GNUtoo' Carikli | | |