| Port details on branch 2026Q3 |
- openvpn-devel Secure IP/Ethernet tunnel daemon
- g20260907,2 security
=0 g20260907,2Version of this port present on the latest quarterly branch. - Maintainer: gert@greenie.muc.de
 - Port Added: 2026-07-27 21:52:33
- Last Update: 2026-09-07 16:15:44
- Commit Hash: 21a2544
- 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.
This development port is updated frequently and is much less well tested
than the formal releases, and functionality and APIs may change without
warning.
DO NOT USE IN PRODUCTION WITHOUT PRIOR TESTING FOR YOUR USE CASE.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- openvpn-devel>0:security/openvpn-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/security/openvpn-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install security/openvpn-devel
- pkg install openvpn-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openvpn-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788793290
SHA256 (openvpn-openvpn-22a24132da88b6be9f121e4c6e74c18a46e7741f_GL0.tar.gz) = f8ea30d33f7ccf5060a433a3beded468364281d342eb075191bc5d4278d5627c
SIZE (openvpn-openvpn-22a24132da88b6be9f121e4c6e74c18a46e7741f_GL0.tar.gz) = 1378476
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@py312
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.12 : lang/python312
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- easy-rsa>=0 : security/easy-rsa
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- liblz4.so : archivers/liblz4
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openvpn-devel-g20260907,2:
ASYNC_PUSH=off: Enable async-push support
DCO=on: Build with Data Channel Offload (ovpn(4)) support
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
PKCS11=off: Use security/pkcs11-helper
SMALL=off: Build a smaller executable with fewer features
TEST=on: Build and/or run tests
UNITTESTS=off: Enable unit tests
====> SSL protocol support: you have to select exactly one of them
MBEDTLS=off: SSL/TLS support via mbed TLS
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- security_openvpn-devel
- USES:
- autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz 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 |
g20260907,2 07 Sep 2026 16:15:44
    |
Yusuf Yaman (nxjoseph)  Author: Gert Doering |
security/openvpn-devel: Update to commit 22a24132da
This brings in the upstream development work of the last two months,
including two CVE fixes relevant for all platforms.
One of the bundled patch files was adjusted to take into account
upstream formatting changes on tests/t_cltsrv.sh.
PR: 298286
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
Security: CVE-2026-84790
Security: CVE-2026-84732
(cherry picked from commit 15c68d3c519680f8e624112270f923a060f08e3b) |
g20260721,2 25 Jul 2026 02:04:33
    |
Vladimir Druzenko (vvd)  Author: Gert Doering |
security/openvpn-devel: Update to latest commit
This brings in the upstream development work of the last three months,
including a number of CVE fixes.
The previous commit erroneously bumped the date string used as the
version number to "2027". Fix that, and upgrade EPOCH to make it work.
Some maintenance on the port Makefile itself to address "portlint"
complaints and upstream changes (--enable-strict configure argument has
been dropped because the flags are always on now).
- Remove unnecessary GNU_CONFIGURE_MANPREFIX.
- Improve post-install-EXAMPLES-on.
(Only the first 15 lines of the commit message are shown above ) |