This one should be a straightforward update (changelog is at https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.5) but more tests would be useful.
Index: Makefile =================================================================== RCS file: /cvs/ports/net/openvpn/Makefile,v retrieving revision 1.53 diff -u -p -r1.53 Makefile --- Makefile 21 Oct 2014 17:55:11 -0000 1.53 +++ Makefile 18 Nov 2014 00:29:49 -0000 @@ -2,8 +2,7 @@ COMMENT= easy-to-use, robust, and highly configurable VPN -DISTNAME= openvpn-2.3.4 -REVISION= 0 +DISTNAME= openvpn-2.3.5 CATEGORIES= net security HOMEPAGE= http://openvpn.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/openvpn/distinfo,v retrieving revision 1.25 diff -u -p -r1.25 distinfo --- distinfo 10 Oct 2014 21:07:07 -0000 1.25 +++ distinfo 18 Nov 2014 00:29:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (openvpn-2.3.4.tar.gz) = r1BtX0hWj6jS8kNcs/rTX5qajyY5mept87opaWDOyFo= -SIZE (openvpn-2.3.4.tar.gz) = 1191101 +SHA256 (openvpn-2.3.5.tar.gz) = 2TtEewFKQewVUMO3YIcapy18CfG1xvweAT0wc6wpyiE= +SIZE (openvpn-2.3.5.tar.gz) = 1196464 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/net/openvpn/patches/patch-Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-Makefile_in --- patches/patch-Makefile_in 10 Oct 2014 21:07:07 -0000 1.2 +++ patches/patch-Makefile_in 18 Nov 2014 00:29:49 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2014/10/10 21:07:07 sthen Exp $ ---- Makefile.in.orig Thu May 1 12:13:12 2014 -+++ Makefile.in Tue Jul 29 22:10:23 2014 -@@ -449,8 +449,7 @@ EXTRA_DIST = \ +--- Makefile.in.orig Tue Oct 28 13:17:40 2014 ++++ Makefile.in Tue Nov 18 00:27:34 2014 +@@ -453,8 +453,7 @@ EXTRA_DIST = \ @GIT_CHECKOUT_TRUE@ config-version.h SUBDIRS = build distro include src sample doc tests Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/net/openvpn/patches/patch-configure,v retrieving revision 1.6 diff -u -p -r1.6 patch-configure --- patches/patch-configure 10 Oct 2014 21:07:07 -0000 1.6 +++ patches/patch-configure 18 Nov 2014 00:29:49 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configure,v 1.6 2014/10/10 21:07:07 sthen Exp $ ---- configure.orig Thu May 1 12:13:13 2014 -+++ configure Tue Jul 29 22:10:23 2014 -@@ -16460,7 +16460,7 @@ fi +--- configure.orig Tue Oct 28 13:17:41 2014 ++++ configure Tue Nov 18 00:27:34 2014 +@@ -16834,7 +16834,7 @@ fi plugindir="${with_plugindir}" Index: patches/patch-include_Makefile_in =================================================================== RCS file: /cvs/ports/net/openvpn/patches/patch-include_Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-include_Makefile_in --- patches/patch-include_Makefile_in 10 Oct 2014 21:07:07 -0000 1.2 +++ patches/patch-include_Makefile_in 18 Nov 2014 00:29:49 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-include_Makefile_in,v 1.2 2014/10/10 21:07:07 sthen Exp $ ---- include/Makefile.in.orig Fri May 2 08:16:40 2014 -+++ include/Makefile.in Tue Jul 29 22:10:23 2014 -@@ -306,7 +306,7 @@ host_cpu = @host_cpu@ +--- include/Makefile.in.orig Tue Oct 28 13:18:43 2014 ++++ include/Makefile.in Tue Nov 18 00:27:34 2014 +@@ -308,7 +308,7 @@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ Index: patches/patch-sample_sample-config-files_server_conf =================================================================== RCS file: /cvs/ports/net/openvpn/patches/patch-sample_sample-config-files_server_conf,v retrieving revision 1.1 diff -u -p -r1.1 patch-sample_sample-config-files_server_conf --- patches/patch-sample_sample-config-files_server_conf 20 Apr 2013 16:22:55 -0000 1.1 +++ patches/patch-sample_sample-config-files_server_conf 18 Nov 2014 00:29:49 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-sample_sample-config-files_server_conf,v 1.1 2013/04/20 16:22:55 sthen Exp $ ---- sample/sample-config-files/server.conf.orig Mon Sep 10 17:01:08 2012 -+++ sample/sample-config-files/server.conf Thu Mar 7 14:02:35 2013 -@@ -259,8 +259,8 @@ comp-lzo +--- sample/sample-config-files/server.conf.orig Fri Jul 25 08:01:32 2014 ++++ sample/sample-config-files/server.conf Tue Nov 18 00:27:34 2014 +@@ -266,8 +266,8 @@ comp-lzo # # You can uncomment this out on # non-Windows systems.
