mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to openvpn-2.6.15
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
COMMENT= easy-to-use, robust, and highly configurable VPN
|
||||
|
||||
DISTNAME= openvpn-2.6.14
|
||||
REVISION= 0
|
||||
DISTNAME= openvpn-2.6.15
|
||||
|
||||
CATEGORIES= net security
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (openvpn-2.6.14.tar.gz) = nramYYNS+ee3canTiuFjG17f7tbUAjPiQ+YC3fIZXno=
|
||||
SIZE (openvpn-2.6.14.tar.gz) = 1926343
|
||||
SHA256 (openvpn-2.6.15.tar.gz) = 41UT7hWZXjxxrf2IkbnzNSKJbHCzuqLtmiPHpCxNe94=
|
||||
SIZE (openvpn-2.6.15.tar.gz) = 1917742
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -20815,7 +20815,7 @@ else
|
||||
@@ -19578,7 +19578,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: include/Makefile.in
|
||||
--- include/Makefile.in.orig
|
||||
+++ include/Makefile.in
|
||||
@@ -350,7 +350,7 @@ host_cpu = @host_cpu@
|
||||
@@ -348,7 +348,7 @@ host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: sample/sample-config-files/server.conf
|
||||
--- sample/sample-config-files/server.conf.orig
|
||||
+++ sample/sample-config-files/server.conf
|
||||
@@ -266,8 +266,8 @@ keepalive 10 120
|
||||
@@ -261,8 +261,8 @@ keepalive 10 120
|
||||
#
|
||||
# You can uncomment this on non-Windows
|
||||
# systems after creating a dedicated user.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Index: src/openvpn/tun.c
|
||||
--- src/openvpn/tun.c.orig
|
||||
+++ src/openvpn/tun.c
|
||||
@@ -1434,21 +1434,26 @@ do_ifconfig_ipv4(struct tuntap *tt, const char *ifname
|
||||
@@ -1446,21 +1446,26 @@ do_ifconfig_ipv4(struct tuntap *tt, const char *ifname
|
||||
if (tun)
|
||||
{
|
||||
argv_printf(&argv,
|
||||
|
||||
@@ -44,7 +44,6 @@ share/examples/openvpn/sample-keys/client-pass.key
|
||||
share/examples/openvpn/sample-keys/client.crt
|
||||
share/examples/openvpn/sample-keys/client.key
|
||||
share/examples/openvpn/sample-keys/client.p12
|
||||
share/examples/openvpn/sample-keys/dh2048.pem
|
||||
share/examples/openvpn/sample-keys/gen-sample-keys.sh
|
||||
share/examples/openvpn/sample-keys/openssl.cnf
|
||||
share/examples/openvpn/sample-keys/server-ec.crt
|
||||
|
||||
Reference in New Issue
Block a user