aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn20
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
parentabd0c3f1f40121fd49302a2550935a671dee3ecb (diff)
downloadports-51939c51c12e7a7bfed557c620068da8eedb6062.tar.gz
ports-51939c51c12e7a7bfed557c620068da8eedb6062.zip
Notes
Diffstat (limited to 'security/openvpn20')
-rw-r--r--security/openvpn20/Makefile5
-rw-r--r--security/openvpn20/files/patch-socket.h11
2 files changed, 15 insertions, 1 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile
index 9a75381a1b8d..6d3b0cdcb587 100644
--- a/security/openvpn20/Makefile
+++ b/security/openvpn20/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvpn
PORTVERSION= 2.0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security net
# MASTER_SITES points to hosts in distinct data centers,
# so just one MASTER_SITES entry should be OK.
@@ -12,6 +12,9 @@ MASTER_SITES= http://openvpn.net/release/
MAINTAINER= mandree@FreeBSD.org
COMMENT= Secure IP/Ethernet tunnel daemon
+DEPRECATED= Please migrate to a newer OpenVPN version
+EXPIRATION_DATE= 2013-07-11
+
LATEST_LINK= openvpn20
CONFLICTS_INSTALL= openvpn-2.[!0]* openvpn-beta-[0-9]* openvpn-devel-[0-9]*
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
+