Port details |
- openvpn-beta Secure IP/Ethernet tunnel daemon
- 2.3.r2_1 security
=1 2.3.r2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-08-14 15:49:14
- Last Update: 2014-09-02 10:07:50
- SVN Revision: 366980
- People watching this port, also watch:: tcpdump, metalock
- Also Listed In: net
- License: GPLv2
- WWW:
- http://openvpn.net/
- Description:
- This is a BETA build for OpenVPN. This means that this port may not function
properly in a production environment, but we've made strong efforts toward
making this as releasble as possible. Please use this port to aid OpenVPN
to test and make this next release as stable as possible.
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.
DO NOT USE IN PRODUCTION WITHOUT CAUTION
WWW: http://openvpn.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- openvpn-beta>0:security/openvpn-beta
- No installation instructions:
- This port has been deleted.
- PKGNAME: openvpn-beta
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- libcrypto.so.8 : security/openssl
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openvpn-beta-2.3.r2_1:
PKCS11=off: Use security/pkcs11-helper
POLARSSL=off: Build with PolarSSL instead of OpenSSL
PW_SAVE=off: Interactive passwords may be read from a file
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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.3.r2_1 02 Sep 2014 10:07:50 |
bapt |
Remove non staged ports without pending PR from s* |
2.3.r2_1 29 Jul 2014 21:25:31 |
adamw |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them) |
2.3.r2_1 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.3.r2_1 04 Jul 2014 12:46:11 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
2.3.r2_1 12 Feb 2014 14:03:25 |
mat |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight |
2.3.r2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.3.r2 23 Dec 2012 04:23:31 |
beech |
- Update to 2.3_rc2
PR: ports/174518
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) |
2.3.b1_1 11 Oct 2012 20:11:27 |
bdrewery |
- Properly install symlinks for auth-pam and down-root plugins [1]
- Fix pkg-message description of locations of these plugins [1]
- Fix plist for nonexistent DOCSDIR/openvpn
PR: ports/172598 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
Feature safe: yes |
2.3.b1 01 Oct 2012 15:01:14 |
bdrewery |
- Fix header to proper format
Reported by: danfe |
2.3.b1 28 Sep 2012 18:43:31 |
bdrewery |
- Update to 2.3-beta1 [1]
- Add LICENSE [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header
PR: ports/171738 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1] |
2.2.r2 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.2.r2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.2.r2 03 Sep 2011 07:55:32 |
dougb |
Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]
Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to
change it to something more appropriate.
Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the
intention.
Problem pointed out by: linimon [1] |
2.2.r2 07 Aug 2011 17:23:40 |
pav |
- Turn off self-tests on pointyhat, they fail
Reported by: pointyhat |
2.2.r2 25 Jul 2011 20:03:44 |
mandree |
Move LICENSE= up into a block of its own to silence portlint.
Remove the lzo/lzo2 version switch now that we only have lzo2.
Mark temporarily DEPRECATED while there are no formal test releases by the
upstream.
Approved by: ecrist@secure-computing.net (maintainer) |
2.2.r2 25 Jul 2011 20:01:33 |
mandree |
Fix Pointyhat build failures by skipping (not failing) network-based tests.
Approved by: ecrist@secure-computing.net (maintainer) |
2.2.r2 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
2.2.r2 27 Mar 2011 06:19:45 |
dhn |
- Update to RC2
PR: ports/155951
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) |
2.2.r 04 Mar 2011 19:59:51 |
jpaetzel |
Update to RC
PR: ports/155271
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Sponsored by: ClaimLynx, Inc |
2.2.b5 03 Dec 2010 20:42:42 |
jpaetzel |
Update to latest version
PR: ports/152811
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Sponsored by: ClaimLynx, Inc |
2.2.b3 08 Sep 2010 14:43:09 |
jpaetzel |
Update to 2.2-beta3
PR: ports/150386
Submitted by: Eric F Crist <ecrist@secure-computing.net> |
2.2.b2 17 Aug 2010 18:10:42 |
jpaetzel |
Update to beta2
PR: ports/149744
Submitted by: Eric F Crist <ecrist@secure-computing.net> |
2.2.b1 14 Aug 2010 15:48:51 |
jpaetzel |
Add openvpn-beta , secure IP/Ethernet tunnel daemon.
PR: ports/149620
Submitted by: Eric F Crist <ecrist at secure-computing.net> |