Bug 269554 - security/pam_fprint Revive port: PAM module offering finger print authentication using libfprint
Summary: security/pam_fprint Revive port: PAM module offering finger print authenticat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-14 17:06 UTC by Clockwork
Modified: 2023-02-19 11:17 UTC (History)
2 users (show)

See Also:


Attachments
pam_fprint-20080330.patch (6.86 KB, patch)
2023-02-14 17:06 UTC, Clockwork
Clockwork6400: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clockwork 2023-02-14 17:06:12 UTC
Created attachment 240159 [details]
pam_fprint-20080330.patch

pam_fprint is a simple PAM module which uses libfprint's fingerprint processing and verification functionality for authentication. In other words, instead of seeing a password prompt, you're asked to scan your fingerprint.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-02-14 17:18:20 UTC
Port looks fine.  Thank you for your contribution.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-19 11:03:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cae60e628488326d7c9837ca3d688e8dce738e2d

commit cae60e628488326d7c9837ca3d688e8dce738e2d
Author:     Clockwork6400 <Clockwork6400@protonmail.com>
AuthorDate: 2023-02-14 16:58:34 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-02-19 11:01:39 +0000

    security/pam_fprint: revive port

    pam_fprint is a simple PAM module which uses libfprint's fingerprint
    processing and verification functionality for authentication. In other
    words, instead of seeing a password prompt, you're asked to scan your
    fingerprint.

    Submitter becomes maintainer.  Is already maintainer of other ports.

    PR:             269554
    Approved by:    flo (mentor)
    Differential Revision: https://reviews.freebsd.org/D38628

 MOVED                                              |  1 -
 security/Makefile                                  |  1 +
 security/pam_fprint/Makefile (new)                 | 26 +++++++++
 security/pam_fprint/distinfo (new)                 |  3 ++
 .../pam_fprint/files/patch-src_Makefile.am (new)   | 11 ++++
 .../pam_fprint/files/patch-src_pam__fprint.c (new) | 62 ++++++++++++++++++++++
 .../files/patch-src_pam__fprint__enroll.c (new)    | 20 +++++++
 security/pam_fprint/files/pkg-message.in (new)     | 20 +++++++
 security/pam_fprint/pkg-descr (new)                |  3 ++
 9 files changed, 146 insertions(+), 1 deletion(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-02-19 11:17:23 UTC
Thank you for your submission.