https://cgit.freedesktop.org/libfprint/libfprint/ 2017-05-14: v0.7.0 release * Drivers: - Add VFS0050 driver - Fix possible crash in AES3500 and AES4000 - Fix broken enrollment in VFS101 - Better verification with small sensor scanners - Plenty of fixes in VFS5011 - Fix memory corruption in AES1610 - Improve calibration settings for AES1610 - Improve image assembling in upeksonly driver - Autodetect whether image is encrypted in uru4k * Library: - NBIS: Remove false minutia at the edge of partial image - Introduce routines to assemble image from lines (used in VFS5011 and upeksonly) - Fix a bug that can cause driver state machine to enter into endless loop. * Udev rules: - Add driver name to the USB properties * Plenty of build fixes
According to https://cgit.freedesktop.org/libfprint/libfprint/tree/NEWS there are two newer releases: 2018-06-12: v0.8.1 release - Brown paperbag release to install the udev rules file in the correct directory if the udev pkg-config file doesn't have a trailing slash 2018-06-12: v0.8.0 release - Port to meson as the build system - Port documentation to gtk-doc * Drivers: - Add Elan driver - Increase threshold to detect encryption on URU4000 devices - Remove already replaced UPEKE2 driver - Fix possible crash caused by vfs5011 when no lines were captured * Library: - Fix a number of memory and file descriptor leaks and warnings - Make NSS (and URU4000) driver optional - Fix assembling of frames for non-reverse and non reverse stripes - Split internal private header to clarify drivers API - Simplify logging system, now all the builds can be used to output debug information - Mark fp_dscv_print functions as deprecated * Udev rules: - Add some unsupported devices to the whitelist
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cc774cd0ea9c63eb61c69d373998420e1fcc72 commit b0cc774cd0ea9c63eb61c69d373998420e1fcc72 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2018-09-02 15:16:00 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-09-02 15:16:00 +0000 sys-auth/libfprint: Version bump (v0.8.2) - migrate to meson - make functions call explicit Closes: https://bugs.gentoo.org/634242 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-auth/libfprint/Manifest | 1 + .../libfprint-0.8.2-fix-implicit-declaration.patch | 194 +++++++++++++++++++++ sys-auth/libfprint/libfprint-0.8.2.ebuild | 42 +++++ sys-auth/libfprint/metadata.xml | 2 +- 4 files changed, 238 insertions(+), 1 deletion(-)