summaryrefslogtreecommitdiff
path: root/security/openvpn20/files/patch-socket.h
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-01-11 23:09:37 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-01-11 23:09:37 +0000
commit51939c51c12e7a7bfed557c620068da8eedb6062 (patch)
tree5b6711e0f4cc89a423ea6559a20d4d19cab2939b /security/openvpn20/files/patch-socket.h
parentReadd vmware and voodoo video drivers which got lost in the OptionNG conversion. (diff)
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 <http://community.openvpn.net/openvpn/ticket/158> - Fix PassTOS option (openvpn 2.2, 2.0), see http://community.openvpn.net/openvpn/ticket/135
Notes
Notes: svn path=/head/; revision=310252
Diffstat (limited to 'security/openvpn20/files/patch-socket.h')
-rw-r--r--security/openvpn20/files/patch-socket.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn20/files/patch-socket.h b/security/openvpn20/files/patch-socket.h
new file mode 100644
index 000000000000..3030077c8ca2
--- /dev/null
+++ b/security/openvpn20/files/patch-socket.h
@@ -0,0 +1,11 @@
+--- ./socket.h.orig 2005-11-01 12:06:11.000000000 +0100
++++ ./socket.h 2013-01-11 21:51:45.000000000 +0100
+@@ -204,7 +204,7 @@
+
+ #if PASSTOS_CAPABILITY
+ /* used to get/set TOS. */
+- uint8_t ptos;
++ int ptos;
+ bool ptos_defined;
+ #endif
+