Package: libfprint / 1:0.6.0-2

Metadata

Package Version Patches format
libfprint 1:0.6.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 imgdev fix enum mismatch for dev_change_state call.patch | (download)

libfprint/imgdev.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/2] imgdev: fix enum mismatch for dev_change_state() call
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This bug has existed long time, but it was uncovered by commit
e215b0509448 which enabled multiple enrollment rounds.

In practice this broke (at least) URU4000 driver state machine
causing it to enter indefinite loop - due to the invalid state
change callback.

Patch originally posted at:
http://lists.freedesktop.org/archives/fprint/2014-June/000603.html

Test and verification results:
http://lists.freedesktop.org/archives/fprint/2014-June/000607.html

Signed-off-by: Timo Ters <timo.teras@iki.fi>

0002 vfs101 Logical conjunction always evaluates to false.patch | (download)

libfprint/drivers/vfs101.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/2] vfs101: logical conjunction always evaluates to false.


kFreeBSD_FTBFS_add_ETIME_definition.patch | (download)

libfprint/drivers/uru4000.c | 4 4 + 0 - 0 !
libfprint/drivers/vfs101.c | 4 4 + 0 - 0 !
libfprint/drivers/vfs301.c | 5 5 + 0 - 0 !
3 files changed, 13 insertions(+)

 add missing etime definition for kfreebsd flavours.
udev rules creation add Debian specifics.patch | (download)

libfprint/fprint-list-udev-rules.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 tweak the udev rules creator for debian usage
 List all devices; automatic power/control only for the non-blacklisted
 ones; mode and group to all.
use non versionned libusbh path.patch | (download)

libfprint/drivers/vfs301.c | 2 1 + 1 - 0 !
libfprint/drivers/vfs301_proto.c | 2 1 + 1 - 0 !
libfprint/drivers/vfs301_proto.h | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use non-versionned libusb.h path
 Reference: http://thread.gmane.org/gmane.comp.lib.libusb.devel.general/11611
 .
 Hopefully fixes the kFreeBSD FTBFS.