The Wayback Machine - https://web.archive.org/web/20090518020445/http://openports.se:80/net/openvpn

./net/openvpn [easy-to-use, robust, and highly configurable VPN]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 2.1_rc15, Package name: openvpn-2.1rc15p1
Maintained by: Felix Kronlage
Master sites:
Description
OpenVPN is an easy-to-use, robust, 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.

With OpenVPN, you can:

* tunnel any IP subnetwork or virtual ethernet adapter over a single UDP
or TCP port,

* create cross-platform tunnels between any of the operating systems
supported by OpenVPN including Linux, Solaris, OpenBSD, FreeBSD, NetBSD,
Mac OS X, and Windows 2000/XP,

* use all of the encryption, authentication, and certification features
of the OpenSSL library to protect your private network traffic as it
transits the internet,

* use any cipher, key size, or HMAC digest (for datagram authentication)
supported by the OpenSSL library,

* choose between static-key based conventional encryption or
certificate-based public key encryption,

* use static, pre-shared keys or TLS-based dynamic key exchange,

* use real-time adaptive link compression and traffic-shaping to manage
link bandwidth utilization,

* tunnel networks whose public endpoints are dynamic such as DHCP or
dial-in clients,

* tunnel networks through connection-oriented stateful firewalls without
having to use explicit firewall rules,

* tunnel networks over NAT, and

* create secure ethernet bridges using virtual tap devices.


MD5: FKNbBcWhYpLRSVktHa0DAg=
RMD160: kDMxOYFaFoGremrrqbxaAFxalxM=
Filesize: 813.896 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2009-05-11) Updated to version: openvpn-2.1rc15p1
  • (2009-03-09) Updated to version: openvpn-2.1rc15p0
  • (2008-11-27) Updated to version: openvpn-2.1rc15
  • (2008-10-22) Updated to version: openvpn-2.1rc13
  • (2008-09-06) Updated to version: openvpn-2.1rc9
  • (2008-04-02) Updated to version: openvpn-2.1rc7
  • (2007-11-21) Updated to version: openvpn-2.0.9p1
  • (2007-09-12) Updated to version: openvpn-2.0.9p0
  • (2007-07-28) Updated to version: openvpn-2.0.9
  • (2006-12-15) Updated to version: openvpn-2.0.6p0
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2009-05-10 07:59:35 by Felix Kronlage | Files touched by this commit (2)
Log message:
switch OpenVPN to compile with pthreads, since this is needed for plugins
like ldap auth.
ok bernd@, sthen@
   2009-03-08 09:56:52 by Martin Reindl | Files touched by this commit (3)
Log message:
gcc2 build fixes:
- macro with variable declarations not at the begging of block
- branch prediction hints not available in gcc2
ok fkr@
   2008-11-27 04:38:32 by Felix Kronlage | Files touched by this commit (2)
Log message:
update to OpenVPN 2.1rc15
tested by a few, ok mbalmer@
   2008-10-21 23:27:07 by Felix Kronlage | Files touched by this commit (5)
Log message:
update to openvpn 2.1rc13
ok bernd@
   2008-09-06 03:07:10 by Felix Kronlage | Files touched by this commit (2)
Log message:
update to openvpn 2.1rc9, this includes security fixes
in earlier versions of 2.1 rc series, CVE-2008-3459
ok bernd@, ajacoutot@
   2008-04-01 15:50:14 by Felix Kronlage | Files touched by this commit (3)
Log message:
update to OpenVPN 2.1rc7
tested by many
ok bernd@
   2007-11-20 14:39:02 by Felix Kronlage | Files touched by this commit (1)
Log message:
take over maintainership as discussed on ports@ a while ago.
ok bernd@ and previous maintainer.
   2007-09-11 09:09:14 by Claudio Jeker | Files touched by this commit (2)
Log message:
On -current OpenVPN no longer works because of their brain damaged way
to talk to the routing socket to get the default gateway.
Instead of pulling in net/route.h they copied parts of the contents into
their code. Update the needed bits to make it work again.
OK fkr@, jasper@ and Thomas Delaet (maintainer)
   2007-07-27 15:20:29 by Alexandre Anriot | Files touched by this commit (3)
Log message:
- maintenance update to 2.0.9 (bugfixes on the documentation/scripts) ;
- while there, remove quotes from COMMENT ;
ok Thomas Delaet (maintainer).
   2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (914)
Log message:
base64 checksums.


   2006-12-15 02:56:14 by Robert Nagy | Files touched by this commit (10)
Log message:
- use the _openvpn uid/gid istead of nobody/nogroup; from Tamas Tevesz
- remove USE_GMAKE because it is not needed
- use a different method for installing the sample config files to prevent
installing .orig files left behind after patching
- bump PKGNAME
   2006-05-01 02:53:23 by Nikolay Sturm | Files touched by this commit (1)
Log message:
MFC:
Security update to openvpn-2.0.6.
* Security Vulnerability affecting OpenVPN 2.0 through 2.0.5.
An OpenVPN client connecting to a
malicious or compromised server could potentially receive
"setenv" configuration directives from the server which could
cause arbitrary code execution on the client via a LD_PRELOAD
attack.
Detailed information: http://openvpn.net/changelog.html


   2006-04-06 09:44:53 by Nikolay Sturm | Files touched by this commit (2)
Log message:
MFC:
Security update to openvpn-2.0.6.
* Security Vulnerability affecting OpenVPN 2.0 through 2.0.5.
An OpenVPN client connecting to a
malicious or compromised server could potentially receive
"setenv" configuration directives from the server which could
cause arbitrary code execution on the client via a LD_PRELOAD
attack.
Detailed information: http://openvpn.net/changelog.html


   2006-04-06 09:39:22 by Nikolay Sturm | Files touched by this commit (2)
Log message:
MFC:
Security update to openvpn-2.0.6.
* Security Vulnerability affecting OpenVPN 2.0 through 2.0.5.
An OpenVPN client connecting to a
malicious or compromised server could potentially receive
"setenv" configuration directives from the server which could
cause arbitrary code execution on the client via a LD_PRELOAD
attack.
Detailed information: http://openvpn.net/changelog.html


   2006-04-05 05:49:36 by Bernd Ahlers | Files touched by this commit (2)
Log message:
Security update to openvpn-2.0.6.
* Security Vulnerability affecting OpenVPN 2.0 through 2.0.5.
An OpenVPN client connecting to a
malicious or compromised server could potentially receive
"setenv" configuration directives from the server which could
cause arbitrary code execution on the client via a LD_PRELOAD
attack.
Detailed information: http://openvpn.net/changelog.html
ok Thomas Delaet <thomas at delaet.org> (MAINTAINER)


   2005-12-04 10:19:51 by Nikolay Sturm | Files touched by this commit (3)
Log message:
maintenance update to 2.0.5
maintainer timeout


   2005-11-03 03:31:59 by Nikolay Sturm | Files touched by this commit (2)
Log message:
MFC:
Security update to openvpn-2.0.4.
- Format string vulnerability in the foreign_option function in options.c.
(CVE-2005-3393)
- Potential DoS vulnerability on the server in TCP mode. (CVE-2005-3409)
More info:
http://openvpn.net/changelog.html


   2005-11-03 03:31:32 by Nikolay Sturm | Files touched by this commit (2)
Log message:
MFC:
Security update to openvpn-2.0.4.
- Format string vulnerability in the foreign_option function in options.c.
(CVE-2005-3393)
- Potential DoS vulnerability on the server in TCP mode. (CVE-2005-3409)
More info:
http://openvpn.net/changelog.html


   2005-11-01 19:34:56 by Bernd Ahlers | Files touched by this commit (3)
Log message:
Security update to openvpn-2.0.4.
- Format string vulnerability in the foreign_option function in options.c.
(CVE-2005-3393)
- Potential DoS vulnerability on the server in TCP mode. (CVE-2005-3409)
More info:
http://openvpn.net/changelog.html
"just do it" pvalchev@


   2005-11-01 11:07:09 by Bernd Ahlers | Files touched by this commit (1)
Log message:
Fix some file modes. Bump PKGNAME.
ok sturm@


   2005-09-12 13:28:35 by Nikolay Sturm | Files touched by this commit (1)
Log message:
MFC:
upgrade to version 2.0.2;
* Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD
version of get_default_gateway.  Allocated socket for route
manipulation is never freed so number of mbufs continuously
grow and exhaust system resources after a while (Jaroslav Klaus).
ok brad@


   2005-09-12 13:23:03 by Nikolay Sturm | Files touched by this commit (1)
Log message:
MFC:
upgrade to version 2.0.2;
* Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD
version of get_default_gateway.  Allocated socket for route
manipulation is never freed so number of mbufs continuously
grow and exhaust system resources after a while (Jaroslav Klaus).
ok brad@


   2005-08-29 08:22:04 by Robert Nagy | Files touched by this commit (2)
Log message:
upgrade to version 2.0.2;
* Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD
version of get_default_gateway.  Allocated socket for route
manipulation is never freed so number of mbufs continuously
grow and exhaust system resources after a while (Jaroslav Klaus).
ok pvalchev@


   2005-08-25 13:47:24 by Robert Nagy | Files touched by this commit (2)
Log message:
SECURITY: update to version 2.0.1;
fixes serveral vulnerabilities;
http://www.vuxml.org/openbsd/a7ce7b3c-136a-11da-bb92-00065bd5b0b6.html
ok brad@


   2005-08-25 13:47:00 by Robert Nagy | Files touched by this commit (2)
Log message:
SECURITY: update to version 2.0.1;
fixes serveral vulnerabilities;
http://www.vuxml.org/openbsd/a7ce7b3c-136a-11da-bb92-00065bd5b0b6.html
ok brad@


   2005-08-22 18:32:40 by Robert Nagy | Files touched by this commit (3)
Log message:
SECURITY: update to version 2.0.1;
fixes serveral vulnerabilities;
http://www.vuxml.org/openbsd/a7ce7b3c-136a-11da-bb92-00065bd5b0b6.html
ok pvalchev@


   2005-05-01 15:28:50 by Nikolay Sturm | Files touched by this commit (3)
Log message:
update to openvpn 2.0
from maintainer Thomas Delaet <thomas at delaet.org>


   2005-04-17 13:36:46 by Marc Espie | Files touched by this commit (1)
Log message:
don't install lzo


   2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250)
Log message:
SIZE


   2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179)
Log message:
Add WANTLIB markers


   2004-08-08 12:48:38 by Nikolay Sturm | Files touched by this commit (3)
Log message:
update to openvpn 1.6.0
new style PLIST
from new maintainer Thomas Daleat <thomas@daleat.org>


   2003-12-30 14:29:53 by Nikolay Sturm | Files touched by this commit (1)
Log message:
s,/bin/bash,/bin/sh, in example scripts
from Han Boetes <han at mijncomputer dot nl>