pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pam-u2f



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Oct 22 23:37:21 UTC 2020

Added Files:
        pkgsrc/security/pam-u2f: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/pam-u2f/DESCR \
    pkgsrc/security/pam-u2f/Makefile pkgsrc/security/pam-u2f/PLIST \
    pkgsrc/security/pam-u2f/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/pam-u2f/DESCR
diff -u /dev/null pkgsrc/security/pam-u2f/DESCR:1.1
--- /dev/null   Thu Oct 22 23:37:21 2020
+++ pkgsrc/security/pam-u2f/DESCR       Thu Oct 22 23:37:21 2020
@@ -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.
Index: pkgsrc/security/pam-u2f/Makefile
diff -u /dev/null pkgsrc/security/pam-u2f/Makefile:1.1
--- /dev/null   Thu Oct 22 23:37:21 2020
+++ pkgsrc/security/pam-u2f/Makefile    Thu Oct 22 23:37:21 2020
@@ -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"
Index: pkgsrc/security/pam-u2f/PLIST
diff -u /dev/null pkgsrc/security/pam-u2f/PLIST:1.1
--- /dev/null   Thu Oct 22 23:37:21 2020
+++ pkgsrc/security/pam-u2f/PLIST       Thu Oct 22 23:37:21 2020
@@ -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
Index: pkgsrc/security/pam-u2f/distinfo
diff -u /dev/null pkgsrc/security/pam-u2f/distinfo:1.1
--- /dev/null   Thu Oct 22 23:37:21 2020
+++ pkgsrc/security/pam-u2f/distinfo    Thu Oct 22 23:37:21 2020
@@ -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