Commit 4b9641f
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 8db6246 commit 4b9641f
4 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
| |||
| 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