summaryrefslogtreecommitdiff
path: root/net/openvpn/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-01 03:40:42 +0000
committerjlam <jlam@pkgsrc.org>2005-09-01 03:40:42 +0000
commit0078530d4274ae79bd3d39f65bca951daa3d8989 (patch)
tree82c2a0c009f8bcb757fbc2b7291d00418d34ba94 /net/openvpn/Makefile
parentcc27231a6c2d917d17f189eb1b8827e750671fbf (diff)
downloadpkgsrc-0078530d4274ae79bd3d39f65bca951daa3d8989.tar.gz
Update net/openvpn to 2.0.2. Changes from version 2.0.1 include:
* 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). * Fixed bug where "--proto tcp-server --mode p2p --management host port" would cause the management port to not respond until the OpenVPN peer connects.
Diffstat (limited to 'net/openvpn/Makefile')
-rw-r--r--net/openvpn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index d6698b0a6fe..22ab7727f54 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/08/17 19:55:57 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/09/01 03:40:42 jlam Exp $
#
-DISTNAME= openvpn-2.0.1
+DISTNAME= openvpn-2.0.2
PKGNAME= ${DISTNAME:S/_//}
CATEGORIES= net
MASTER_SITES= http://openvpn.net/release/ \