Commit 7510627
committed
ext/curl: bump minimum libcurl version to 7.61.1
The minimum was raised to 7.61.0 in GH-13259 to track RHEL 8, but RHEL 8
and its rebuilds (Rocky, Alma, EL 8) ship libcurl 7.61.1 and have since
the original 8.0 GA in May 2019; the plain 7.61.0 point release is not
carried by any supported distribution. This aligns the floor with the
baseline it already targets.
7.61.1 also contains the upstream fix (curl/curl@d6cf930) for libcurl
returning success without a response when an upload rewind was required
but could not be performed; from 7.61.1 that case is reported as
CURLE_SEND_FAIL_REWIND instead.1 parent 95b5b48 commit 7510627
4 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
360 | 363 | | |
361 | 364 | | |
362 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments