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:
tb
2023-09-27 16:12:09 +00:00
parent 9b172df5d5
commit b6fd0ba630
4 changed files with 35 additions and 0 deletions
+27
View File
@@ -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>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = QqKQhJCJSuFZMjQqgM+s1oj27Xq4dteh0rmlfrTyzfk=
SIZE (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = 27703
+3
View File
@@ -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.
+3
View File
@@ -0,0 +1,3 @@
lib/openvpn/
@comment lib/openvpn/openvpn-otp.la
@so lib/openvpn/openvpn-otp.so