Summary: | [PATCH] security/pam_bsdbioapi always requires finger swiping | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Eugene M. Kim <freebsd.org> |
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Eugene M. Kim
2006-12-10 15:30:09 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback I have no objections to the content of this patch, however I would rather see this patch merged with the upstream code base rather than having it as a separate patch in the ports tree. As I happen to be the author of pam_bsdbioapi too I'll merge the patch, however it might take a week or two as my development repository is down at the moment due to a server re-location. Fredrik Lindberg State Changed From-To: feedback->open Maintainer approved. Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it. ehaupt 2006-12-23 20:28:25 UTC FreeBSD ports repository Modified files: security/pam_bsdbioapi Makefile pkg-plist Added files: security/pam_bsdbioapi/files patch-src_pam_bsdbioapi_pam_bsdbioapi.8 patch-src_pam_bsdbioapi_pam_bsdbioapi.c Log: The pam_bsdbioapi(8) module always prompts for finger swiping before failing and proceeding to the next module, even when the user has not enrolled yet. This patchset adds a command line option to skip this behaviour. NOTE: This patch will go into the next upstream release. PR: 106564 Submitted by: Eugene M. Kim <freebsd.org@ab.ote.we.lv> Approved by: Fredrik Lindberg <fli@shapeshifter.se> (maintainer) Revision Changes Path 1.3 +2 -1 ports/security/pam_bsdbioapi/Makefile 1.1 +23 -0 ports/security/pam_bsdbioapi/files/patch-src_pam_bsdbioapi_pam_bsdbioapi.8 (new) 1.1 +51 -0 ports/security/pam_bsdbioapi/files/patch-src_pam_bsdbioapi_pam_bsdbioapi.c (new) 1.3 +1 -1 ports/security/pam_bsdbioapi/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |