mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- 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
11 lines
245 B
C
11 lines
245 B
C
--- ./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
|
|
|