CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/06/09 05:04:44
Modified files:
security/keepassxc: Makefile
Added files:
security/keepassxc/patches:
patch-src_gui_osutils_nixutils_DeviceListenerLibUsb_cpp
Log message:
Verify USB listener callback handle
On some system, libusb_hotplug_register_callback fails,
resulting in long open and closed DB tasks when a
YubiKey is involved.
I have not found out why libusb_hotplug_register_callback fails
which is clear the root cause. However, I had to realize that
keepassxc uses "handle" even if it is not valid.
https://github.com/keepassxreboot/keepassxc/pull/10872
Tested by gonzalo@, ok kn@