Meta: Update curl to version 8.19.0 to handle reduced mtu

When mtu (maximum transmission unit) on a network interface is reduced
below expected level, this leads to packet fragmentation that is not
always handled correctly by libcurl.

Changing the mtu is often done with VPNs, ipv6 tunnels, PPPoE, and other
special situations.

fixes #8072

https://github.com/curl/curl/issues/20440
https://github.com/curl/curl/issues/20445
https://github.com/curl/curl/issues/20448
This commit is contained in:
Rocco Corsi
2026-03-13 14:41:54 -04:00
committed by Tim Flynn
parent f22710abba
commit 1f6df1e864
Notes: github-actions[bot] 2026-03-14 12:18:58 +00:00

View File

@@ -1,5 +1,5 @@
{
"builtin-baseline": "05442024c3fda64320bd25d2251cc9807b84fb6f",
"builtin-baseline": "48cfe1e0e928341709d97fc3d2eff10ad6262c96",
"dependencies": [
{
"name": "angle",
@@ -235,7 +235,7 @@
},
{
"name": "curl",
"version": "8.18.0#1"
"version": "8.19.0#0"
},
{
"name": "dav1d",