From owner-svn-ports-head@FreeBSD.ORG Tue Jul 16 06:30:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F41C39F; Tue, 16 Jul 2013 06:30:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 429BF122; Tue, 16 Jul 2013 06:30:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G6UV1D028144; Tue, 16 Jul 2013 06:30:31 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G6UUIg028137; Tue, 16 Jul 2013 06:30:30 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307160630.r6G6UUIg028137@svn.freebsd.org> From: Jason Helfman Date: Tue, 16 Jul 2013 06:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323096 - in head/security: . orthrus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 06:30:31 -0000 Author: jgh Date: Tue Jul 16 06:30:29 2013 New Revision: 323096 URL: http://svnweb.freebsd.org/changeset/ports/323096 Log: Orthrus is a C library and user interfaces for RFC 2289, "A One-Time Password System (OTP)", also known as OPIE or S/Key. WWW: http://code.google.com/p/orthrus PR: ports/180571 Submitted by: gavin@16degrees.com.au Added: head/security/orthrus/ head/security/orthrus/Makefile (contents, props changed) head/security/orthrus/distinfo (contents, props changed) head/security/orthrus/pkg-descr (contents, props changed) head/security/orthrus/pkg-message (contents, props changed) head/security/orthrus/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jul 16 05:48:14 2013 (r323095) +++ head/security/Makefile Tue Jul 16 06:30:29 2013 (r323096) @@ -376,6 +376,7 @@ SUBDIR += openvpn22 SUBDIR += ophcrack SUBDIR += opieprint + SUBDIR += orthrus SUBDIR += osiris SUBDIR += ossec-hids-client SUBDIR += ossec-hids-local Added: head/security/orthrus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/orthrus/Makefile Tue Jul 16 06:30:29 2013 (r323096) @@ -0,0 +1,37 @@ +# Created by: Gavin McDonald +# $FreeBSD$ + +PORTNAME= orthrus +PORTVERSION= 0.8.0 +CATEGORIES= security +MASTER_SITES= GOOGLE_CODE \ + http://16degrees.com.au/${PORTNAME}/ + +MAINTAINER= gavin@16degrees.com.au +COMMENT= One-Time Password System (OTP) alternative to OPIE or S/Key + +LICENSE= AL2 + +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 + +USE_SCONS= yes +USE_BZIP2= yes +USE_LDCONFIG= yes +USES= iconv +PORTDOCS= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && \ + ${INSTALL_DATA} NOTICE README TODO ${DOCSDIR}) +.endif + ${TOUCH} ${PREFIX}/etc/orthruskeys + + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + +.include Added: head/security/orthrus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/orthrus/distinfo Tue Jul 16 06:30:29 2013 (r323096) @@ -0,0 +1,2 @@ +SHA256 (orthrus-0.8.0.tar.bz2) = d2148d929b7c38afd5772489a11c21dcab1eebcf0b90c0ecd5d0834ffcf26cb1 +SIZE (orthrus-0.8.0.tar.bz2) = 27285 Added: head/security/orthrus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/orthrus/pkg-descr Tue Jul 16 06:30:29 2013 (r323096) @@ -0,0 +1,4 @@ +Orthrus is a C library and user interfaces for RFC 2289, +"A One-Time Password System (OTP)", also known as OPIE or S/Key. + +WWW: http://code.google.com/p/orthrus Added: head/security/orthrus/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/orthrus/pkg-message Tue Jul 16 06:30:29 2013 (r323096) @@ -0,0 +1,9 @@ +Manually edit pam.d/* files as needed and add in the required auth line and +remove any undesired fallback lines. Also ensure you arent already using opie!" + +example in pam.d/system : + +auth sufficient pam_orthrus.so + +Please remember to delete any such entry BEFORE deinstalling this port or you +could lock yourself out !! Added: head/security/orthrus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/orthrus/pkg-plist Tue Jul 16 06:30:29 2013 (r323096) @@ -0,0 +1,11 @@ +bin/ortcalc +bin/ortpasswd +etc/orthruskeys +lib/liborthrus-0.so +lib/security/pam_orthrus.so +include/orthrus-0/context.h +include/orthrus-0/orthrus.h +include/orthrus-0/orthrus_error.h +include/orthrus-0/orthrus_version.h +@dirrm include/orthrus-0 +@dirrm lib/security