summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-31 15:15:31 +0000
committerjlam <jlam@pkgsrc.org>2004-12-31 15:15:31 +0000
commit5f79af35791f32aa3401191b0f946ab9a7327730 (patch)
tree151e4af0322890d902056fb9449e7b1da5be1543 /net
parente2fa5d8e288c7742b1e65333cd7a1dd9d319a6d1 (diff)
downloadpkgsrc-5f79af35791f32aa3401191b0f946ab9a7327730.tar.gz
Update openvpn-current to 2.0rc1. Changes from version 2.0beta15 include:
* Addition of management interface over loopback to provide a way for non-root users to control the openvpn daemon. * Fixed bug where --resolv-retry was not working properly with multiple --remote hosts. * Improvements to EasyRSA included with OpenVPN distribution. * Fixed SSL context initialization bug. * Changed default port number to 1194 per IANA official port number assignment. * Changed client virtual IP derivation precedence: (1) use --ifconfig-push directive from --client-connect script, (2) use --ifconfig-push directive from --client-config-dir, and (3) use --ifconfig-pool address. * Added --echo directive. * Added --auth-nocache directive.
Diffstat (limited to 'net')
-rw-r--r--net/openvpn-current/Makefile5
-rw-r--r--net/openvpn-current/PLIST4
-rw-r--r--net/openvpn-current/distinfo6
3 files changed, 8 insertions, 7 deletions
diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile
index d11e4d81367..fb6b78c2b11 100644
--- a/net/openvpn-current/Makefile
+++ b/net/openvpn-current/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/12/28 02:47:47 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/31 15:15:31 jlam Exp $
#
-DISTNAME= openvpn-2.0_beta15
+DISTNAME= openvpn-2.0_rc1
PKGNAME= ${DISTNAME:S/_//}
-PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openvpn/}
diff --git a/net/openvpn-current/PLIST b/net/openvpn-current/PLIST
index 254f0167587..efbcb7749b7 100644
--- a/net/openvpn-current/PLIST
+++ b/net/openvpn-current/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/17 18:04:04 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/12/31 15:15:31 jlam Exp $
man/man8/openvpn.8
sbin/openvpn
share/examples/openvpn/config/README
@@ -21,6 +21,8 @@ share/examples/openvpn/keys/README
share/examples/openvpn/keys/client.crt
share/examples/openvpn/keys/client.key
share/examples/openvpn/keys/dh1024.pem
+share/examples/openvpn/keys/pass.crt
+share/examples/openvpn/keys/pass.key
share/examples/openvpn/keys/server.crt
share/examples/openvpn/keys/server.key
share/examples/openvpn/keys/tmp-ca.crt
diff --git a/net/openvpn-current/distinfo b/net/openvpn-current/distinfo
index ba01a84aa5e..b88f404eb8c 100644
--- a/net/openvpn-current/distinfo
+++ b/net/openvpn-current/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/12/14 19:24:29 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/12/31 15:15:31 jlam Exp $
-SHA1 (openvpn-2.0_beta15.tar.gz) = f1b210df6c8b6ea45737f97e3a184e6dac7b2ec1
-Size (openvpn-2.0_beta15.tar.gz) = 585952 bytes
+SHA1 (openvpn-2.0_rc1.tar.gz) = 7f0a6de121ee269376c09479a7d75bfd923e3668
+Size (openvpn-2.0_rc1.tar.gz) = 637549 bytes