SECURITY UPDATE: libcurl may reuse the wrong connection for SMB(S)
transfers, leading to access of an unintended SMB share with the
same credentials.
debian/patches/CVE-2026-5773.patch: disable connection reuse for
SMB(S) in lib/url.c by returning early from ConnectionExists() when
the requested protocol is SMB or SMBS.