Summary: | [OpenVPN] Cipher list in the details dialog contains garbage items `The` and `and` | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Yaroslav Sidlovsky <zawertun> |
Component: | kcm_networkmanagement | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jgrulich, nicolas.fella |
Priority: | NOR | ||
Version: | 6.2.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-nm/-/commit/04faff964185d3a3d0dfc311936f36f135ffbb13 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: | |||
Attachments: | Bug demonstration |
Description
Yaroslav Sidlovsky
2025-01-17 11:08:25 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/403 Git commit aeab783c228aa18448239bd72907d8ece35dd690 by Nicolas Fella. Committed on 23/01/2025 at 11:43. Pushed by nicolasfella into branch 'master'. Make openvpn cipher parsing more robust The output from openvpn has text mixed into the data, the current parsing doesn't consider that Use a RegEx that targets the data format more closely M +6 -1 vpn/openvpn/openvpnadvancedwidget.cpp https://invent.kde.org/plasma/plasma-nm/-/commit/aeab783c228aa18448239bd72907d8ece35dd690 Git commit 04faff964185d3a3d0dfc311936f36f135ffbb13 by Nicolas Fella. Committed on 23/01/2025 at 12:05. Pushed by nicolasfella into branch 'Plasma/6.3'. Make openvpn cipher parsing more robust The output from openvpn has text mixed into the data, the current parsing doesn't consider that Use a RegEx that targets the data format more closely (cherry picked from commit aeab783c228aa18448239bd72907d8ece35dd690) M +6 -1 vpn/openvpn/openvpnadvancedwidget.cpp https://invent.kde.org/plasma/plasma-nm/-/commit/04faff964185d3a3d0dfc311936f36f135ffbb13 |