Port details |
- duo_openvpn Duo two-factor authentication for OpenVPN
- 2.5 security
=2 2.5Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2021-05-06 23:15:06
- Last Update: 2023-08-01 16:24:14
- Commit Hash: 4bc9fdc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net-vpn
- License: GPLv2
- WWW:
- https://github.com/duosecurity/duo_openvpn
- Description:
- Duo provides simple two-factor authentication as a service via:
1. Phone callback
2. SMS-delivered one-time passcodes
3. Duo mobile app to generate one-time passcodes
4. Duo mobile app for smartphone push authentication
5. Duo hardware token to generate one-time passcodes
Duo two-factor authentication for OpenVPN
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- duo_openvpn>0:security/duo_openvpn
- To install the port:
- cd /usr/ports/security/duo_openvpn/ && make install clean
- To add the package, run one of these commands:
- pkg install security/duo_openvpn
- pkg install duo_openvpn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: duo_openvpn
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690906366
SHA256 (duosecurity-duo_openvpn-2.5_GH0.tar.gz) = ddad07a3c07e5df83720f9ebebb1e478cd794d125959dfe25b1bfb5fc1a9d1d3
SIZE (duosecurity-duo_openvpn-2.5_GH0.tar.gz) = 37731
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- openvpn>0 : security/openvpn
- p5-JSON-XS>0 : converters/p5-JSON-XS
- p5-libwww>0 : www/p5-libwww
- p5-LWP-Protocol-https>0 : www/p5-LWP-Protocol-https
- p5-Digest-HMAC>0 : security/p5-Digest-HMAC
- perl5>=5.34<5.35 : lang/perl5.34
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for duo_openvpn-2.5:
METHOD=off: Force an authentication method (defaults to push, via METHOD)
USERNAME=off: Force duo to use username variable, instead of common_name
====> Options available for the single HELPER: you have to select exactly one of them
PERL=on: Perl scripting language support
PYTHON=off: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- security_duo_openvpn
- USES:
- gmake shebangfix perl5
- pkg-message:
- For install:
- After creating a new protected OpenVPN application in your duo
admin panel, add the following to your openvpn configuration file:
plugin /usr/local/share/duo_openvpn/duo_openvpn.so 'IKEY SKEY HOST'
For more detailed installation instructions, please visit:
https://duo.com/docs/openvpn
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5 01 Aug 2023 16:24:14
    |
Ryan Steinmetz (zi)  |
security/duo_openvpn: Update to 2.5 |
2.4_2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.4_2 18 Jan 2023 08:47:30
    |
Koichiro Iwao (meta)  |
security/*: add net-vpn category on some ports |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4_2 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4_2 20 May 2021 17:02:20
    |
Ryan Steinmetz (zi)  |
security/duo_openvpn: add shebangfig, bump PORTREVISION |
2.4_1 20 May 2021 16:52:42
    |
Ryan Steinmetz (zi)  |
security/duo_openvpn: Add OPTION for overriding USERNAME |
2.4_1 20 May 2021 16:33:22
    |
Ryan Steinmetz (zi)  |
security/duo_openvpn: Pass script pass in less silly way, add support to force
override an authentication method, bump PORTREVISION |
2.4 06 May 2021 23:12:22
    |
Ryan Steinmetz (zi)  |
New port: security/duo_openvpn:
Duo provides simple two-factor authentication as a service via:
1. Phone callback
2. SMS-delivered one-time passcodes
3. Duo mobile app to generate one-time passcodes
4. Duo mobile app for smartphone push authentication
5. Duo hardware token to generate one-time passcodes
Duo two-factor authentication for OpenVPN
WWW: https://github.com/duosecurity/duo_openvpn |