Port details |
- openvpn Secure IP/Ethernet tunnel daemon
- 2.6.12 security =136 2.6.12Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2002-06-24 16:19:12
- Last Update: 2024-07-18 19:33:47
- Commit Hash: b84a620
- People watching this port, also watch:: sudo, nmap, unzip, rsync, wget
- Also Listed In: net net-vpn
- License: GPLv2
- WWW:
- https://openvpn.net/community/
- Description:
- OpenVPN is a robust, scalable and highly configurable VPN (Virtual Private
Network) daemon which can be used to securely link two or more private networks
using an encrypted tunnel over the internet. It can operate over UDP or TCP,
can use SSL or a pre-shared secret to authenticate peers, and in SSL mode, one
server can handle many clients.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openvpn>0:security/openvpn
- Conflicts:
- CONFLICTS_INSTALL:
- openvpn-2*
- openvpn-devel
- openvpn-mbedtls
- To install the port:
- cd /usr/ports/security/openvpn/ && make install clean
- To add the package, run one of these commands:
- pkg install security/openvpn
- pkg install openvpn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openvpn
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721330148
SHA256 (openvpn-2.6.12.tar.gz) = 1c610fddeb686e34f1367c347e027e418e07523a10f4d8ce4a2c2af2f61a1929
SIZE (openvpn-2.6.12.tar.gz) = 1912400
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmocka>=0 : sysutils/cmocka
- rst2man : textproc/py-docutils@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Runtime dependencies:
-
- easy-rsa>=0 : security/easy-rsa
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- liblzo2.so : archivers/lzo2
- libpkcs11-helper.so : security/pkcs11-helper
- This port is required by:
- for Build
-
- security/openvpn-auth-ldap
- security/openvpn-auth-script
- for Run
-
- security/duo_openvpn
- security/openvpn-admin
- security/openvpn-auth-radius
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for openvpn-2.6.12:
ASYNC_PUSH=off: Enable async-push support
DCO=on: Data Channel Offload/ovpn(4) support->README.dco.md
DOCS=on: Build and/or install documentation
EASYRSA=on: Install security/easy-rsa RSA helper package
EXAMPLES=on: Build and/or install examples
LZ4=on: LZ4 compression support
LZO=on: LZO compression (incompatible with LibreSSL)
PKCS11=on: Use security/pkcs11-helper, needs same SSL lib!
SMALL=off: Build a smaller executable with fewer features
TEST=on: Build and/or run tests
UNITTESTS=off: Enable unit tests
X509ALTUSERNAME=off: Enable --x509-username-field
===> Use 'make config' to modify these settings
- Options name:
- security_openvpn
- USES:
- cpe libtool localbase:ldflags pkgconfig python:build shebangfix ssl
- pkg-message:
- For install:
- Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
startup. See /usr/local/etc/rc.d/openvpn for details.
Connect to VPN server as a client with this command to include
the client.up/down scripts in the initialization:
openvpn-client <spec>.ovpn
For compatibility notes when interoperating with older OpenVPN
versions, please see <http://openvpn.net/relnotes.html>
Note that OpenVPN does not officially support LibreSSL.
Note that OpenVPN configures a separate user and group "openvpn",
which should be used instead of the NFS user "nobody"
when an unprivileged user account is desired.
You may want to add user openvpn and group openvpn when creating your
configuration files, the example configuration shows this only as comments.
- If upgrading
- Note that OpenVPN now configures a separate user and group "openvpn",
which should be used instead of the NFS user "nobody"
when an unprivileged user account is desired.
It is advisable to review existing configuration files and
to consider adding/changing user openvpn and group openvpn.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_3 14 Jul 2005 13:15:47 |
garga |
Add PW_PASS option to compile with --enable-pass-save
PR: 82494
Submitted by: Landon Fuller <landonf@threerings.net>
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: mantainer, flz (mentor) |
2.0_3 31 May 2005 19:58:33 |
flz |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de> |
2.0_2 31 May 2005 17:57:11 |
flz |
- Bump lzo lib version.
- Bump PORTREVISION. |
2.0_1 19 May 2005 16:22:21 |
vs |
Plug socket (file descriptor) leak.
PR: ports/81267
Submitted by: Jaroslav Klaus via maintainer |
2.0 24 Apr 2005 13:26:52 |
vs |
Revise pkg-message to mark more prominently that the default
port is now 1194 rather than 5000, and refer users to the
online release notes if looking for information WRT older versions.
PR: 80300
Submitted by: maintainer |
2.0 21 Apr 2005 14:04:41 |
jylefort |
Update to 2.0
PR: ports/80082
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: adamw (mentor, implicit) |
1.6.0 03 Sep 2004 16:17:04 |
vs |
Add CONFLICTS with openvpn-devel
PR: ports/71337
Submitted by: maintainer |
1.6.0 10 May 2004 15:51:24 |
vs |
Update to latest stable version.
PR: ports/66473
Submitted by: Matthias Andree (maintainer) |
1.5.0 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.5.0 21 Nov 2003 12:19:01 |
krion |
- Support for TCP as the tunnel transport was added
- Change maintainer email
PR: 59543
Submitted by: maintainer |
1.4.2 18 Jul 2003 00:16:06 |
leeym |
updates the OpenVPN port from 1.4.0 to 1.4.2.
PR: 54597
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
1.4.0 09 May 2003 07:34:00 |
ijliao |
upgrade to 1.4.0
PR: 51956
Submitted by: maintainer |
1.3.2 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
1.3.2 25 Oct 2002 20:55:29 |
obraun |
* Upgrade to 1.3.2.
* Add init script.
PR: 44436
Submitted by: maintainer |
1.3.0 11 Jul 2002 16:51:06 |
ijliao |
upgrade to 1.3.0
PR: 40424
Submitted by: maintainer |
1.2.1 24 Jun 2002 16:13:10 |
pat |
Add new port openvpn: Secure IP/Ethernet tunnel daemon
PR: ports/39750
Submitted by: Matthias Andree <matthias.andree@web.de> |