Commit graph

28 commits

Author SHA1 Message Date
Martin Wilke
ba3578c263 - Update to 2.1_rc15
PR:		129062
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-11-22 22:29:16 +00:00
Martin Wilke
3a5cb7868c - Update to 2.1-rc13
PR:		128007
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-10-11 14:00:52 +00:00
Martin Wilke
e964480847 - Update to 2.1_rc11
Changelog:
	This release fixes a serious (though not security-related) bug in the
	SSL/TLS negotiation over UDP that can cause SSL/TLS handshake failures.

PR:		127392
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	portmgr (pav)
2008-09-15 23:13:22 +00:00
Martin Wilke
9219430993 - Security update to version 2.1_rc9 to fix CVE-2008-3459
(arbitrary code execution).
- VulnDB update was submitted in a previous PR.
- Add PKCS#11 option which explicitly disables PKCS11 at
  build time if not desired to avoid invisible pkcs11-helper
  dependency, else openvpn would silently pick up security/pkcs11-helper.

PR:		126356
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-08-10 21:48:26 +00:00
Philippe Audeoud
4973efd41f - Update to 2.1-rc8
PR:		ports/124574
Submitted by:	Matthias Andree <matthias.andree gmx.de> (maintainer)
Approved by:	mentor (implicit)
2008-06-15 18:30:58 +00:00
Thomas Abthorpe
f0feed14f2 - Update to 2.1_rc7
PR:		ports/120174
Submitted by:	Matthias Andree <matthias.andree gmx.de> (maintainer)
2008-01-31 04:46:55 +00:00
Marcelo Araujo
8c35f5558b - Update to 2.1_rc6.
PR:		ports/119953
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	stas (mentor, implicit)
2008-01-26 15:40:05 +00:00
Marcelo Araujo
6c1654e729 - Update to new upstream version 2.1-rc4.
- Override new automake default dir.

PR:		ports/112414
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	stas (mentor)
2007-05-26 15:47:21 +00:00
Rong-En Fan
f5172f575d - Update to 2.1 RC2
- Port rc script changes from security/openvpn 2.0.6_7 to support multiple
  instances

PR:		ports/109909
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2007-03-06 13:00:02 +00:00
Ion-Mihai Tetcu
3d9a357f88 Update to 2.1_rc1.
PR:		ports/105449
Submitted by:	Matthias Andree (maintainer)
2006-11-12 19:22:50 +00:00
Rong-En Fan
00b5e20243 - Update to 2.1 beta 16
- Build auth-pam module
- Remove patch that got merged upstream

PR:		ports/103994
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2006-10-07 07:04:23 +00:00
Rong-En Fan
cfc438016c - Update to 2.1.beta15
PR:		ports/103244
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2006-09-14 05:59:57 +00:00
Shaun Amott
b5f6c50a11 Convert the repocopied security/openvpn into openvpn-devel.
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.

PR:		ports/101802
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (openvpn maintainer)
2006-08-19 14:29:37 +00:00
Renato Botelho
c11a9e9f81 - Update to 2.0.6
* security fix for client LD_PRELOAD code injection vulnerability
    through compromised upstream servers
    (FreeBSD VuXML Vuln VID be4ccb7b-c48b-11da-ae12-0002b3b60e4c,
     filed in separate PR)
    CVE id not known yet
  * 2 other changes only relevant for Linux and NetBSD, not detailed here.

PR:		ports/95345
Submitted by:	maintainer
Security:	VuXML be4ccb7b-c48b-11da-ae12-0002b3b60e4c
2006-04-05 14:57:25 +00:00
Renato Botelho
ffb6138a2e - CATEGORY CHANGE: add "net" secondary category
- fix jail build on FreeBSD 4 (no security.jail.jailed oid in sysctl)
- catch jail IP misconfiguration and print clear error message
- add SHA256 checksum
- revise pkg-message and pkg-descr

PR:		ports/88785
Submitted by:	maintainer
2005-11-10 15:05:42 +00:00
Renato Botelho
7064301ff7 - Update to 2.0.5
PR:		ports/88437
Submitted by:	maintainer
2005-11-03 15:22:44 +00:00
Marcus Alves Grando
95b444294e Update to 2.0.4
PR:		88379
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Security:	CVE-2005-3393, CVE-2005-3409
2005-11-02 01:52:51 +00:00
Renato Botelho
aa7ff04e17 - Update to 2.0.2 that brings these upstream changes:
- fix bug that would exhaust file descriptors as the routing table was modified
    (this had already been part of the port previously)
  - fix bug that would block the management socket until the peer connected
  - fix pkitool sh incompatibilities (from NetBSD)

PR:		ports/85299
Submitted by:	maintainer
2005-08-29 18:52:19 +00:00
Renato Botelho
0f64e52705 - Security update to version 2.0.1, fixing four denial of service bugs,
CAN-2005-2531, CAN-2005-2532, CAN-2005-2533, CAN-2005-2534
- Drop old init script and add a modern rcNG script in its place,
  requested by Matthias Grimm and Dirk Gouders (although the script below is
  one I, Matthias Andree, wrote). It can automatically load tun/tap drivers.
- move pkg-message to files/pkg-message.in, revise it, list it in SUB_FILES
  to expand ${PREFIX}.
- print pkg-message after installation from port
- switch to official "make check" as smoke-test, rather than wiring our own.
- prefer LZO2 in most situations, as OpenVPN will pick up LZO2 rather than
  LZO1 if both are installed.

PR:		ports/85109
Submitted by:	maintainer
Approved by:	portmgr (krion)
2005-08-19 18:48:34 +00:00
Jean-Yves Lefort
ee69197d62 Update to 2.0
PR:		ports/80082
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	adamw (mentor, implicit)
2005-04-21 14:04:41 +00:00
Volker Stolz
205f243106 Update to latest stable version.
PR:		ports/66473
Submitted by: 	Matthias Andree (maintainer)
2004-05-10 15:51:24 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Kirill Ponomarev
d470a37d9d - Support for TCP as the tunnel transport was added
- Change maintainer email

PR:		59543
Submitted by:	maintainer
2003-11-21 12:19:01 +00:00
Yen-Ming Lee
36079a28f4 updates the OpenVPN port from 1.4.0 to 1.4.2.
PR:		54597
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-07-18 00:16:06 +00:00
Ying-Chieh Liao
3f85c0f495 upgrade to 1.4.0
PR:		51956
Submitted by:	maintainer
2003-05-09 07:34:00 +00:00
Oliver Braun
2e59d374e6 * Upgrade to 1.3.2.
* Add init script.

PR:		44436
Submitted by:	maintainer
2002-10-25 20:55:29 +00:00
Ying-Chieh Liao
47c68887b2 upgrade to 1.3.0
PR:		40424
Submitted by:	maintainer
2002-07-11 16:51:06 +00:00
Patrick Li
c37c057b2e Add new port openvpn: Secure IP/Ethernet tunnel daemon
PR:		ports/39750
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-06-24 16:13:10 +00:00