From 51939c51c12e7a7bfed557c620068da8eedb6062 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 11 Jan 2013 23:09:37 +0000 Subject: OpenVPN changes, upgrades and fixes: - Upgrade security/openvpn to v2.3.0 (changes installed layout a bit), splitting and re-diffing patches. - Retain v2.2.2 as security/openvpn22 - Mark security/openvpn20 as deprecated and to expire 6 months from now - Fix TCP_NODELAY option (openvpn 2.3, 2.2), see - Fix PassTOS option (openvpn 2.2, 2.0), see http://community.openvpn.net/openvpn/ticket/135 --- security/openvpn22/files/patch-socket.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/openvpn22/files/patch-socket.h (limited to 'security/openvpn22/files/patch-socket.h') diff --git a/security/openvpn22/files/patch-socket.h b/security/openvpn22/files/patch-socket.h new file mode 100644 index 000000000000..657069e17c3c --- /dev/null +++ b/security/openvpn22/files/patch-socket.h @@ -0,0 +1,11 @@ +--- ./socket.h.orig 2011-12-13 17:58:56.000000000 +0100 ++++ ./socket.h 2013-01-11 21:50:11.000000000 +0100 +@@ -225,7 +225,7 @@ + + #if PASSTOS_CAPABILITY + /* used to get/set TOS. */ +- uint8_t ptos; ++ int ptos; + bool ptos_defined; + #endif + -- cgit v1.2.3