From owner-svn-ports-all@freebsd.org Sun May 6 06:24:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F195FFCDF79; Sun, 6 May 2018 06:24:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B3A1796EF; Sun, 6 May 2018 06:24:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D9EED55; Sun, 6 May 2018 06:24:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w466OIDD055451; Sun, 6 May 2018 06:24:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w466OHN5055447; Sun, 6 May 2018 06:24:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805060624.w466OHN5055447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 6 May 2018 06:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469177 - in head/security: . openvpn-auth-script X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: . openvpn-auth-script X-SVN-Commit-Revision: 469177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 06:24:19 -0000 Author: yuri Date: Sun May 6 06:24:17 2018 New Revision: 469177 URL: https://svnweb.freebsd.org/changeset/ports/469177 Log: New port: openvpn-auth-script/Makefile: Generic script-based deferred auth plugin for OpenVPN PR: 226492 Submitted by: Phil DeMonaco Added: head/security/openvpn-auth-script/ head/security/openvpn-auth-script/Makefile (contents, props changed) head/security/openvpn-auth-script/distinfo (contents, props changed) head/security/openvpn-auth-script/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun May 6 05:55:48 2018 (r469176) +++ head/security/Makefile Sun May 6 06:24:17 2018 (r469177) @@ -475,6 +475,7 @@ SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius + SUBDIR += openvpn-auth-script SUBDIR += openvpn-devel SUBDIR += openvpn-mbedtls SUBDIR += ophcrack Added: head/security/openvpn-auth-script/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvpn-auth-script/Makefile Sun May 6 06:24:17 2018 (r469177) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= openvpn-auth-script +DISTVERSION= 1.0.0.3 +CATEGORIES= security net + +MAINTAINER= pdemon@gmail.com +COMMENT= Generic script-based deferred auth plugin for OpenVPN + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/openvpn-plugin.h:security/openvpn + +USES= gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= pdemonaco + +PLIST_FILES= lib/openvpn/plugins/openvpn-plugin-auth-script.so + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-script.so + +.include Added: head/security/openvpn-auth-script/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvpn-auth-script/distinfo Sun May 6 06:24:17 2018 (r469177) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520619829 +SHA256 (pdemonaco-openvpn-auth-script-1.0.0.3_GH0.tar.gz) = b9c7c484c837300fbc6bed12d0103a59f1a5c10f1afe9e5af1576517f32c3c07 +SIZE (pdemonaco-openvpn-auth-script-1.0.0.3_GH0.tar.gz) = 8996 Added: head/security/openvpn-auth-script/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvpn-auth-script/pkg-descr Sun May 6 06:24:17 2018 (r469177) @@ -0,0 +1,6 @@ +Implements the deferred authentication handler defined by the OpenVPN standard +interface. By using this plugin instead of auth-user-pass-verify, slow +authentication methods like push-based multi factor nolonger cause other active +VPN sessions to hang. + +WWW: https://github.com/pdemonaco/auth-script-openvpn