Port details |
- openvpn Secure IP/Ethernet tunnel daemon
- 2.6.15 security
=136 2.6.15Version of this port present on the latest quarterly branch. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2002-06-24 16:19:12
- Last Update: 2025-09-23 21:10:58
- Commit Hash: 5b06fb3
- People watching this port, also watch:: sudo, unzip, rsync, nmap, libiconv
- 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:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- openvpn>0:security/openvpn
- Conflicts:
- CONFLICTS_INSTALL:
- 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 = 1758657418
SHA256 (openvpn-2.6.15.tar.gz) = e35513ee15995e3c71adfd8891b9f33522896c70b3baa2ed9a23c7a42c4d7bde
SIZE (openvpn-2.6.15.tar.gz) = 1917742
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:
-
- 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.15:
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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.5 03 Nov 2005 15:22:44
 |
garga  |
- Update to 2.0.5
PR: ports/88437
Submitted by: maintainer |
2.0.4 02 Nov 2005 01:52:51
 |
mnag  |
Update to 2.0.4
PR: 88379
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Security: CVE-2005-3393, CVE-2005-3409 |
2.0.2_1 25 Oct 2005 08:03:55
 |
dinoex  |
- fix build in jail
maintainer emailed 2005-10-04
Approved by: (maintainer timeout) |
2.0.2_1 18 Sep 2005 12:01:57
 |
vs  |
FreeBSD 6 no longer adds debug.if_* sysctl variables in its default kernel
(according to the release notes), so our heuristic assumes the module is
missing and tries to load it, which fails as the module already exists.
PR: ports/86286
Submitted by: maintainer |
2.0.2 29 Aug 2005 18:52:19
 |
garga  |
- Update to 2.0.2 that brings these upstream changes:
- fix bug that would exhaust file descriptors as the routing table was
modified
(this had already been part of the port previously)
- fix bug that would block the management socket until the peer connected
- fix pkitool sh incompatibilities (from NetBSD)
PR: ports/85299
Submitted by: maintainer |
2.0.1_1 22 Aug 2005 10:31:35
 |
garga  |
Fix a typo in the new rc file, where documentation didn't match the
actual variables.
PR: ports/85156
Submitted by: maintainer
Reported by: Benjamin Lutz <benlutz@datacomm.ch>
Approved by: portmgr (krion) |
2.0.1 19 Aug 2005 18:48:34
 |
garga  |
- Security update to version 2.0.1, fixing four denial of service bugs,
CAN-2005-2531, CAN-2005-2532, CAN-2005-2533, CAN-2005-2534
- Drop old init script and add a modern rcNG script in its place,
requested by Matthias Grimm and Dirk Gouders (although the script below is
one I, Matthias Andree, wrote). It can automatically load tun/tap drivers.
- move pkg-message to files/pkg-message.in, revise it, list it in SUB_FILES
to expand ${PREFIX}.
- print pkg-message after installation from port
- switch to official "make check" as smoke-test, rather than wiring our own.
- prefer LZO2 in most situations, as OpenVPN will pick up LZO2 rather than
LZO1 if both are installed.
PR: ports/85109
Submitted by: maintainer
Approved by: portmgr (krion) |
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> |