contrib: update libsmb2 to fix ";" and "@" issues
A pull request was sent to the libsmb2 project to solve the problem : https://github.com/sahlberg/libsmb2/pull/202
smb2_parse_url function from libsmb2 needs an URL with the format : smb://[<domain;][@]//.
When the optional args are not provided, the parser will still search and maybe find them in the / provided by the user. If the delimiters ; or @ are found in it, this will pose a problem to analyze the parsing.
Fixes #25513 (closed) Fixes #24637 (closed)
Edited by Thomas Guillem