notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
openvpn20 Secure IP/Ethernet tunnel daemon
2.0.9_4 security Deleted on this many watch lists=1 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.9_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Please migrate to a newer OpenVPN version
Expired This port expired on: 2013-07-11
Maintainer: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-01-07 16:07:35
Last Update: 2013-07-11 16:31:54
SVN Revision: 322784
People watching this port, also watch:: mkvtoolnix, rubygem-twitter4r, libunwind, py39-venusian
Also Listed In: net
License: GPLv2
WWW:
http://openvpn.net/index.php/open-source.html
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. WWW: http://openvpn.net/index.php/open-source.html
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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>0:security/openvpn20
No installation instructions:
This port has been deleted.
PKGNAME: openvpn
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libcrypto.so.8 : security/openssl
Runtime dependencies:
  1. libcrypto.so.8 : security/openssl
Library dependencies:
  1. lzo2 : archivers/lzo2
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for openvpn-2.0.9_4: 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:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://openvpn.net/release/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.9_4
11 Jul 2013 16:31:54
Revision:322784Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Remove empty directory.
2.0.9_4
10 Jul 2013 22:28:30
Revision:322736Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Remove expired security/openvpn20 port.

It is recommended to migrate to security/openvpn.
2.0.9_4
03 Jun 2013 20:14:07
Revision:319805Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Add LICENSE=GPLv2.
2.0.9_4
01 Jun 2013 16:47:41
Revision:319579Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
- Backport fix for CVE-2013-2061 to openvpn22 and openvpn20;
  while it is unclear whether it affects OpenSSL-builds at all.
  Let's play it safe.
- Reference CVE-2013-2061 name in OpenVPN's VuXML entry
- Mark 2.0.9_4 <= openvpn < 2.1.0 and 2.2.2_2 < openvpn < 2.3.0 not vulnerable
- Mark openvpn22 deprecated and to expire 2013-09-01.
  (openvpn20 is already marked to expire 2013-07-11.)

Security:	CVE-2013-2061
Security:	92f30415-9935-11e2-ad4c-080027ef73ec
2.0.9_3
11 Jan 2013 23:09:37
Revision:310252Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
OpenVPN changes, upgrades and fixes:

- Upgrade security/openvpn to v2.3.0 (changes installed layout a bit),
  splitting and re-diffing patches.
- Retain v2.2.2 as security/openvpn22
- Mark security/openvpn20 as deprecated and to expire 6 months from now
- Fix TCP_NODELAY option (openvpn 2.3, 2.2), see
  <http://community.openvpn.net/openvpn/ticket/158>
- Fix PassTOS option (openvpn 2.2, 2.0), see
  http://community.openvpn.net/openvpn/ticket/135
2.0.9_2
06 Jan 2013 11:29:44
Revision:309978Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
- Convert to OptionsNG
- Strip Makefile header
- Drop LIB_DEPENDS ABI versions
2.0.9_2
05 Aug 2012 23:19:40
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
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.0.9_2
14 Jan 2012 08:57:23
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
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.0.9_2
24 Oct 2011 04:17:38
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2.0.9_2
04 Oct 2011 21:58:09
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Update and demote CONFLICTS to CONFLICTS_INSTALL.
2.0.9_2
30 Aug 2011 17:12:31
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Use recently bugfixed rc script from ../openvpn port.
2.0.9_1
07 Aug 2011 17:23:40
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Turn off self-tests on pointyhat, they fail

Reported by:    pointyhat
2.0.9_1
25 Jul 2011 19:47:12
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
archivers/lzo was removed, remove support for it.
2.0.9_1
25 Jul 2011 19:45:11
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Fix Pointyhat build failures by skipping (not failing) network-based tests.
2.0.9_1
20 Jun 2011 21:44:47
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Clang fixes:- patch plugin Makefiles to use ${CC} rather than gcc (found by -exp
run);
- silence non-literal format string warnings (non-fix, adds patch-options.c)
- fix missing prototype warning (adds patch-route.c, bumps PORTREVISION)
- Use full ${MAKE} environment from do-build, for consistency.

While here, remove MD5 checksum.
2.0.9
15 May 2011 02:49:17
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
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.0.9
08 Jan 2011 10:07:21
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Add a note about skipping the self-test.
2.0.9
08 Jan 2011 10:07:00
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Streamline a bit:
- remove subshell to use basename, and use ## substitution [1]
- remove FreeBSD 5.X compatibility comment [1]
- remove FreeBSD 5.X compatibility code

The parts marked with [1] above were
Submitted by: dougb (Doug Barton)
2.0.9
13 Jun 2010 11:57:36
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
2.0.9
27 Mar 2010 06:14:03
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2.0.9
27 Mar 2010 00:15:24
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2.0.9
07 Jan 2010 16:42:25
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
repocopy was obtained from ports/security/openvpn as of 2009-12-25 16:13Z

Requested by: mandree@
PR:           ports/141921
Approved by:  garga@ (mentor)
2.0.9
07 Jan 2010 16:28:57
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
Move security/openvpn to security/openvpn20 (after previous repocopy).
Update security/openvpn20 to 2.0.9, revising pkg-message.

Move security/openvpn-devel to security/openvpn and
update security/openvpn to 2.1.1.

Remove security/openvpn-devel, adding a MOVED entry.

Update security/Makefile to remove openvpn-devel and add openvpn20 to
SUBDIRS.

Add a UPDATING entry for this shuffle.  Currently without upgrade
instructions since neither portupgrade nor portmaster are up to the
task (because of the CONFLICTS).

Approved by:  garga@ (mentor)
2.0.6_9
07 Jan 2010 16:07:16
Original commit files touched by this commit This port version is marked as vulnerable.
mandree search for other commits by this committer
repocopy obtained from ports/security/openvpn as of 2009-12-25 16:13Z

Requested by: mandree@
PR:           ports/141921
Approved by:  garga@ (mentor)

Number of commits found: 24