Bug 15835

Summary: Incompatibility between network-manager and libcurl 8.4
Product: buildroot Reporter: chhitz
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2023.02.6   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description chhitz 2023-10-30 07:44:37 UTC
In buildroot 2023.02.6 libcurl was updated from 8.3 to 8.4. This new libcurl version triggers an issue in network-manager: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1756

In our case the command `nmcli device disconnect` will always time-out when called when connected to the internet and having the connection check enabled.

Applying the path from above mentioned issue to network-manager fixes the issue.
Comment 1 Yann E. MORIN 2023-10-31 20:30:04 UTC
chhitz, All,

Thanks for the report.

> Applying the path from above mentioned issue to network-manager fixes the issue

Can you send a patch doing that, tio the mailing list, please?

Regards,
Yann E. MORIN.
Comment 2 Yann E. MORIN 2023-11-07 21:57:46 UTC
Christian, All,

Thanks for the report. We believe this has now been fixed with your commit:

    b660402b5722  package/network-manager: add patch for compatibility with curl 8.4

If you still have the issue, please reopen this bug.

Regards,
Yann E. MORIN.