Port details |
- openvpn25 Secure IP/Ethernet tunnel daemon
- 2.5.9 security
=0 2.5.9Version of this port present on the latest quarterly branch.
- DEPRECATED: replaced by new upstream release 2.6.0
This port expired on: 2023-03-31
- Maintainer: mandree@FreeBSD.org
- Port Added: 2023-01-27 21:33:15
- Last Update: 2023-03-30 23:59:43
- Commit Hash: 2bfed05
- 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 - Dependency lines:
-
- openvpn25>0:security/openvpn25
- Conflicts:
- CONFLICTS_INSTALL:
- openvpn-2*
- openvpn-devel
- openvpn-mbedtls
- No installation instructions:
- This port has been deleted.
- PKGNAME: openvpn25
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676264862
SHA256 (openvpn-2.5.9.tar.gz) = 8794b7125998c68f30de654267a702b9581454ca1e7061511fcc5f99fea4bd32
SIZE (openvpn-2.5.9.tar.gz) = 1840560
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- easy-rsa>=0 : security/easy-rsa
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- liblzo2.so : archivers/lzo2
- libpkcs11-helper.so : security/pkcs11-helper
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openvpn25-2.5.9:
ASYNC_PUSH=off: Enable async-push 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
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_openvpn25
- USES:
- cpe libtool localbase:ldflags pkgconfig 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.5.9 30 Mar 2023 23:59:43 |
Muhammad Moinur Rahman (bofh) |
security/openvpn25: Remove expired port:
2023-03-31 security/openvpn25: replaced by new upstream release 2.6.0 |
2.5.9 18 Feb 2023 00:42:51 |
Matthias Andree (mandree) |
security/openvpn25: limit PORTSCOUT to 2.5. versions |
2.5.9 16 Feb 2023 21:10:41 |
Matthias Andree (mandree) |
security/openvpn25: update to 2.5.9 bugfix release
Changelog:
https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-259
MFH: 2023Q1 |
2.5.8 27 Jan 2023 21:32:22 |
Matthias Andree (mandree) |
security/openvpn*: update to 2.6.0, keep openvpn25
- copy openvpn to openvpn25, mark as deprecated and to expire March 31
- update openvpn to openvpn 2.6.0, highlights from Frank Lichtenheld's
release announcement e-mail, slightly edited:
* Data Channel Offload (DCO) kernel acceleration support for Windows,
Linux, and FreeBSD [14].
* OpenSSL 3 support
* Improved handling of tunnel MTU, including support for pushable MTU.
* Outdated cryptographic algorithms disabled by default, but there are
options to override if necessary.
* Reworked TLS handshake, making OpenVPN immune to replay-packet state
exhaustion attacks.
* Added --peer-fingerprint mode for a more simplistic certificate setup
and verification.
* Improved protocol negotiation, leading to faster connection setup.
ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.0/Changes.rst |