https://bugs.kde.org/show_bug.cgi?id=417682
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |20.04 Latest Commit| |https://commits.kde.org/kio | |-extras/bb83a071e0da384e464 | |c5a79cca6359b84d27491 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Harald Sitter <sit...@kde.org> --- Git commit bb83a071e0da384e464c5a79cca6359b84d27491 by Harald Sitter. Committed on 06/03/2020 at 16:13. Pushed by sitter into branch 'master'. smb: fix ipv6 support Summary: libsmbc doesn't presently support smb://[ABCD::DCBA]/ uris because it has very opinionated colon parsing. as a workaround we convert hosts that are ipv6 addresses to their windows ipv6 literal representation. that is basically s/:/-/g and s/%/s/g and appending .ipv6-literal.net. FIXED-IN: 20.04 Test Plan: builds, test passes, `'smb://[::1]/foo'` works as expected Reviewers: ngraham Reviewed By: ngraham Subscribers: cfeck, thiago, kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D27802 M +27 -0 smb/autotests/smburltest.cpp M +37 -2 smb/smburl.cpp https://commits.kde.org/kio-extras/bb83a071e0da384e464c5a79cca6359b84d27491 -- You are receiving this mail because: You are watching all bug changes.