usbredir: upgrade 0.13.0 -> 0.14.0

Changelog:
============
- usbredirect: Fix redirecting identical devices
- usbredirect: Fix CPU tight loop when run as TCP server
- usbredirect: Fix some minor memory leaks
- usbredirect: Add documentation about bus-device option
- usbredirtestclient: Fix build on MacOS 10.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-06-12 10:58:16 +08:00 committed by Khem Raj
parent 653dbf48bb
commit a5ec07e2e8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
DEPENDS = "libusb1 glib-2.0"
SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed"
SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025"
SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https"