mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
import openvpn-otp, requested & tested by henning, help & ok sthen
This plug-in adds support for time-based OTP (totp) and HMAC-based OTP (hotp) tokens for OpenVPN. Compatible with Google Authenticator software tokens and other software- and hardware-based OTP tokens.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
COMMENT= OpenVPN OTP Authentication support
|
||||
|
||||
GH_ACCOUNT= evgeny-gridasov
|
||||
GH_PROJECT= openvpn-otp
|
||||
GH_COMMIT= 47f8ccf50c0933742847e657c4be9f5ba796c1a4
|
||||
DISTNAME= openvpn-otp-1.0pl0
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
# GPLv3, parts are Apache 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
|
||||
WANTLIB= crypto
|
||||
BUILD_DEPENDS= net/openvpn
|
||||
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
AUTORECONF= ${WRKSRC}/autogen.sh
|
||||
AUTOCONF_VERSION= 2.71
|
||||
AUTOMAKE_VERSION= 1.16
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = QqKQhJCJSuFZMjQqgM+s1oj27Xq4dteh0rmlfrTyzfk=
|
||||
SIZE (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = 27703
|
||||
@@ -0,0 +1,3 @@
|
||||
This plug-in adds support for time-based OTP (totp) and HMAC-based
|
||||
OTP (hotp) tokens for OpenVPN. Compatible with Google Authenticator
|
||||
software tokens and other software- and hardware-based OTP tokens.
|
||||
@@ -0,0 +1,3 @@
|
||||
lib/openvpn/
|
||||
@comment lib/openvpn/openvpn-otp.la
|
||||
@so lib/openvpn/openvpn-otp.so
|
||||
Reference in New Issue
Block a user