svn commit: r369572 - in head/security: . pam_ocra

Vanilla I. Shu vanilla at FreeBSD.org
Tue Sep 30 04:15:24 UTC 2014


Author: vanilla
Date: Tue Sep 30 04:15:22 2014
New Revision: 369572
URL: http://svnweb.freebsd.org/changeset/ports/369572
QAT: https://qat.redports.org/buildarchive/r369572/

Log:
  Add pam_ocra 1.0, RFC6287 (OCRA) PAM module.
  
  PR:		ports/194024
  Submitted by:	Stefan Grundmann

Added:
  head/security/pam_ocra/
  head/security/pam_ocra/Makefile   (contents, props changed)
  head/security/pam_ocra/distinfo   (contents, props changed)
  head/security/pam_ocra/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Sep 30 03:42:47 2014	(r369571)
+++ head/security/Makefile	Tue Sep 30 04:15:22 2014	(r369572)
@@ -629,6 +629,7 @@
     SUBDIR += pam_krb5-rh
     SUBDIR += pam_ldap
     SUBDIR += pam_mkhomedir
+    SUBDIR += pam_ocra
     SUBDIR += pam_p11
     SUBDIR += pam_per_user
     SUBDIR += pam_pseudo

Added: head/security/pam_ocra/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pam_ocra/Makefile	Tue Sep 30 04:15:22 2014	(r369572)
@@ -0,0 +1,26 @@
+# Created by: Stefan Grundmann
+# $FreeBSD$
+
+PORTNAME=	pam_ocra
+PORTVERSION=	1.0
+CATEGORIES=	security
+
+MAINTAINER=	sg2342 at googlemail.com
+COMMENT=	RFC6287 (OCRA) PAM module
+
+LICENSE=	BSD2CLAUSE
+
+USES=		uidfix
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	sg2342
+GH_PROJECT=	pam_ocra
+GH_COMMIT=	abacd1d
+
+PLIST_FILES=	lib/pam_ocra.so \
+		lib/pam_ocra.so.0 \
+		sbin/ocra_tool \
+		man/man8/pam_ocra.8.gz \
+		man/man8/ocra_tool.8.gz
+
+.include <bsd.port.mk>

Added: head/security/pam_ocra/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pam_ocra/distinfo	Tue Sep 30 04:15:22 2014	(r369572)
@@ -0,0 +1,2 @@
+SHA256 (pam_ocra-1.0.tar.gz) = 0d11ee2cb7a999d1f28c9c4370ffc138aea2fff310b16abc60d3fd0c994ed271
+SIZE (pam_ocra-1.0.tar.gz) = 13353

Added: head/security/pam_ocra/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pam_ocra/pkg-descr	Tue Sep 30 04:15:22 2014	(r369572)
@@ -0,0 +1,4 @@
+This PAM service module allows PAM-enabled applications to
+authenticate users using RFC6287 (OCRA) tokens.
+
+WWW: https://github.com/sg2342/pam_ocra


More information about the svn-ports-head mailing list