pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-u2f security/pam-u2f: import pam-u2f-1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74d1c6e21c0b
branches:  trunk
changeset: 440981:74d1c6e21c0b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Oct 22 23:37:21 2020 +0000

description:
security/pam-u2f: import pam-u2f-1.1.0

This module implements PAM over U2F and FIDO2, providing an easy way to
integrate the YubiKey (or other U2F/FIDO2 compliant authenticators) into
your existing infrastructure.

diffstat:

 security/pam-u2f/DESCR    |   3 +++
 security/pam-u2f/Makefile |  22 ++++++++++++++++++++++
 security/pam-u2f/PLIST    |   5 +++++
 security/pam-u2f/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 84cf70ead27f -r 74d1c6e21c0b security/pam-u2f/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-u2f/DESCR    Thu Oct 22 23:37:21 2020 +0000
@@ -0,0 +1,3 @@
+This module implements PAM over U2F and FIDO2, providing an easy way to
+integrate the YubiKey (or other U2F/FIDO2 compliant authenticators) into
+your existing infrastructure.
diff -r 84cf70ead27f -r 74d1c6e21c0b security/pam-u2f/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-u2f/Makefile Thu Oct 22 23:37:21 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/10/22 23:37:21 tnn Exp $
+
+DISTNAME=      pam_u2f-1.1.0
+PKGNAME=       ${DISTNAME:S/pam_/pam-/}
+CATEGORIES=    security
+MASTER_SITES=  https://developers.yubico.com/pam-u2f/Releases/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://developers.yubico.com/pam-u2f/Releases/
+COMMENT=       PAM module for U2F over FIDO2 authentication
+LICENSE=       2-clause-bsd
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+CONFIGURE_ARGS+=       --with-pam-dir=${PREFIX:Q}/lib/security
+
+.include "../../mk/pam.buildlink3.mk"
+.include "../../security/libfido2/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84cf70ead27f -r 74d1c6e21c0b security/pam-u2f/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-u2f/PLIST    Thu Oct 22 23:37:21 2020 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/10/22 23:37:21 tnn Exp $
+bin/pamu2fcfg
+lib/security/pam_u2f.la
+man/man1/pamu2fcfg.1
+man/man8/pam_u2f.8
diff -r 84cf70ead27f -r 74d1c6e21c0b security/pam-u2f/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-u2f/distinfo Thu Oct 22 23:37:21 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/10/22 23:37:21 tnn Exp $
+
+SHA1 (pam_u2f-1.1.0.tar.gz) = a12e29afe7a491cbb92e335a2d8166edf09dcc0d
+RMD160 (pam_u2f-1.1.0.tar.gz) = 7c919073f9898a5e189448b901e99d301ed46618
+SHA512 (pam_u2f-1.1.0.tar.gz) = 0ffcc32f0bbee279ad02f9c1cd928e2cf1df2fdebe718d869c16b7fece8edafd73cf08c5dfd6a2bc08434ed1970e16e4f89b6dae3b027a961ab43b26818b634f
+Size (pam_u2f-1.1.0.tar.gz) = 415677 bytes



Home | Main Index | Thread Index | Old Index