update to openvpn 2.1rc13
ok bernd@
This commit is contained in:
parent
d2d4f842eb
commit
40c4ee25ab
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/09/06 09:07:10 fkr Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/10/22 05:27:07 fkr Exp $
|
||||
|
||||
COMMENT= easy-to-use, robust, and highly configurable VPN
|
||||
|
||||
VERSION= 2.1_rc9
|
||||
VERSION= 2.1_rc13
|
||||
DISTNAME= openvpn-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/_//g}
|
||||
CATEGORIES= net security
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (openvpn-2.1_rc9.tar.gz) = 9DXkrUPPQyPpQtpXC65JUQ==
|
||||
RMD160 (openvpn-2.1_rc9.tar.gz) = vcJ8el4qHaqM51l6n6CZFnhhu/0=
|
||||
SHA1 (openvpn-2.1_rc9.tar.gz) = VrAf2bLN2L1MIlfZG5uHmm+dsdg=
|
||||
SHA256 (openvpn-2.1_rc9.tar.gz) = 9z7CJ6X7f0xzGQ565SpZpNsUno1ijyLooKdipY+7Qk0=
|
||||
SIZE (openvpn-2.1_rc9.tar.gz) = 818716
|
||||
MD5 (openvpn-2.1_rc13.tar.gz) = f5Y3yrhiV56ZZm1MuY2FOw==
|
||||
RMD160 (openvpn-2.1_rc13.tar.gz) = 1SJhqhmS9G+JB5OUSFjwV/ojn90=
|
||||
SHA1 (openvpn-2.1_rc13.tar.gz) = kE1UJJ5i8CtvLH/Eo19Wur4BS34=
|
||||
SHA256 (openvpn-2.1_rc13.tar.gz) = 2MHnybBMold9kASNcj9mE3RPgYx16utm1HuhFY8guZM=
|
||||
SIZE (openvpn-2.1_rc13.tar.gz) = 825890
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-route_c,v 1.1 2007/09/11 15:09:14 claudio Exp $
|
||||
--- route.c.orig Wed Apr 5 08:13:55 2006
|
||||
+++ route.c Thu Sep 6 09:35:31 2007
|
||||
@@ -1622,7 +1622,7 @@ get_default_gateway (in_addr_t *ret)
|
||||
$OpenBSD: patch-route_c,v 1.2 2008/10/22 05:27:07 fkr Exp $
|
||||
--- route.c.orig Sun Aug 10 20:35:25 2008
|
||||
+++ route.c Sun Sep 21 20:25:00 2008
|
||||
@@ -1869,7 +1869,7 @@ get_default_gateway (in_addr_t *ret, in_addr_t *netmas
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-route_c,v 1.1 2007/09/11 15:09:14 claudio Exp $
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -1671,6 +1671,169 @@ struct rt_msghdr {
|
||||
@@ -1918,6 +1918,169 @@ struct rt_msghdr {
|
||||
int rtm_errno; /* why failed */
|
||||
int rtm_use; /* from rtentry */
|
||||
u_long rtm_inits; /* which metrics we are initializing */
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-sample-config-files_server_conf,v 1.1 2006/12/15 09:56:14 robert Exp $
|
||||
--- sample-config-files/server.conf.orig Fri Jan 6 22:49:27 2006
|
||||
+++ sample-config-files/server.conf Fri Dec 15 09:22:42 2006
|
||||
@@ -251,8 +251,8 @@ comp-lzo
|
||||
$OpenBSD: patch-sample-config-files_server_conf,v 1.2 2008/10/22 05:27:07 fkr Exp $
|
||||
--- sample-config-files/server.conf.orig Sun Aug 10 20:35:25 2008
|
||||
+++ sample-config-files/server.conf Sun Sep 21 20:25:00 2008
|
||||
@@ -259,8 +259,8 @@ comp-lzo
|
||||
#
|
||||
# You can uncomment this out on
|
||||
# non-Windows systems.
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/04/01 21:50:14 fkr Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/10/22 05:27:07 fkr Exp $
|
||||
@newgroup _openvpn:577
|
||||
@newuser _openvpn:577:_openvpn:daemon:OpenVPN Daemon:/nonexistent:/sbin/nologin
|
||||
@man man/man8/openvpn.8
|
||||
sbin/openvpn
|
||||
@bin sbin/openvpn
|
||||
share/examples/openvpn/
|
||||
share/examples/openvpn/easy-rsa/
|
||||
share/examples/openvpn/easy-rsa/1.0/
|
||||
|
Loading…
Reference in New Issue
Block a user