9818 FreshPorts -- security/openvpn20
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
openvpn20 2.0.9_3 security on this many watch lists=1 search for ports that depend on this port This port version is marked as vulnerable.
Deprecated DEPRECATED: Please migrate to a newer OpenVPN version
Expiration Date EXPIRATION DATE: 2013-07-11
Secure IP/Ethernet tunnel daemon
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jan 2010 16:07:35
Also Listed In: net
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required Libraries:
  1. archivers/lzo2
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/openvpn20/ && make install clean
To add the package: pkg_add -r openvpn20


Configuration Options
===> The following configuration options are available for openvpn-2.0.9_3:
     PW_SAVE=off: Interactive passwords may be read from a file
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://openvpn.net/release/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-01-13
    Affects: users of security/openvpn*
    Author: mandree@FreeBSD.org
    Reason: 
      security/openvpn has been upgraded to the IPv6-capable v2.3.0.
      This upgrade moves easy-rsa into a separate package in
      security/easy-rsa that is pre-selected as default run-time dependency,
      and changes installed file layout a bit.
    
      security/openvpn22 retains the prior OpenVPN 2.2.2 version.
      If you want to continue using this version, use one of these commands:
    
        # portmaster -o security/openvpn22 security/openvpn
      or
        # portupgrade -o security/openvpn22 security/openvpn
      or
        # pkg set -o security/openvpn:security/openvpn22
    
      security/openvpn20 has been marked deprecated and to be removed
      in half a year's time.  Please migrate to a newer version soonish.
    
    
  • 2010-01-07
    Affects: users of security/openvpn*
    Author: mandree@FreeBSD.org
    Reason: 
      security/openvpn has been moved to security/openvpn20 and upgraded to 2.0.9.
      security/openvpn has been upgraded to 2.1.1, and security/openvpn-devel has
      been removed.
    
      Regular upgrades of the security/openvpn port should succeed without
      manual intervention, but if you want to stick to openvpn 2.0 or if you
      had been using openvpn-devel, manual intervention is needed, as
      follows:
    
      If you'd been using the security/openvpn-devel port, please use one of
      these commands for upgrading:
    
        portmaster -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel
    
        portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel
    
      If you want to stick to openvpn 2.0, please use one of these two
      upgrade commands:
    
        portmaster -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn
    
        portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn
    
    

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 Jan 2013 23:09:37
Original commit files touched by this commit  2.0.9_3
 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
06 Jan 2013 11:29:44
Original commit files touched by this commit  2.0.9_2
 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
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.0.9_2
 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
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.0.9_2
 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.
24 Oct 2011 04:17:38
Original commit files touched by this commit  2.0.9_2
 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.
04 Oct 2011 21:58:09
Original commit files touched by this commit  2.0.9_2
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Update and demote CONFLICTS to CONFLICTS_INSTALL.
30 Aug 2011 17:12:31
Original commit files touched by this commit  2.0.9_2
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Use recently bugfixed rc script from ../openvpn port.
07 Aug 2011 17:23:40
Original commit files touched by this commit  2.0.9_1
 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
25 Jul 2011 19:47:12
Original commit files touched by this commit  2.0.9_1
 This port version is marked as vulnerable.
mandree search for other commits by this committer
archivers/lzo was removed, remove support for it.
25 Jul 2011 19:45:11
Original commit files touched by this commit  2.0.9_1
 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.
20 Jun 2011 21:44:47
Original commit files touched by this commit  2.0.9_1
 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.
15 May 2011 02:49:17
Original commit files touched by this commit  2.0.9
 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
08 Jan 2011 10:07:21
Original commit files touched by this commit  2.0.9
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Add a note about skipping the self-test.
08 Jan 2011 10:07:00
Original commit files touched by this commit  2.0.9
 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)
13 Jun 2010 11:57:36
Original commit files touched by this commit  2.0.9
 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)
27 Mar 2010 06:14:03
Original commit files touched by this commit  2.0.9
 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.
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.0.9
 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#
07 Jan 2010 16:42:25
Original commit files touched by this commit  2.0.9
 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)
07 Jan 2010 16:28:57
Original commit files touched by this commit  2.0.9
 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)
07 Jan 2010 16:07:16
Original commit files touched by this commit  2.0.6_9
 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: 20

2839
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24525
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours9
new 7 days26
new fortnight56
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0