Bug 15835 - Incompatibility between network-manager and libcurl 8.4
Summary: Incompatibility between network-manager and libcurl 8.4
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2023.02.6
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-30 07:44 UTC by chhitz
Modified: 2023-11-07 21:57 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.