summaryrefslogtreecommitdiff
path: root/security/openvpn-devel/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-29 18:52:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-29 18:52:19 +0000
commitaa7ff04e170b1362448b27288af258461f7c1eab (patch)
treef7bf7e9d1ab008ec193915bfa9bf47707d9fe6ac /security/openvpn-devel/files
parent- Remove perl dependency (diff)
- Update to 2.0.2 that brings these upstream changes:
- fix bug that would exhaust file descriptors as the routing table was modified (this had already been part of the port previously) - fix bug that would block the management socket until the peer connected - fix pkitool sh incompatibilities (from NetBSD) PR: ports/85299 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=141367
Diffstat (limited to 'security/openvpn-devel/files')
-rw-r--r--security/openvpn-devel/files/patch-route.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/security/openvpn-devel/files/patch-route.c b/security/openvpn-devel/files/patch-route.c
deleted file mode 100644
index 45a3a2cb3cc7..000000000000
--- a/security/openvpn-devel/files/patch-route.c
+++ /dev/null
@@ -1,50 +0,0 @@
---- route.c.orig Mon Apr 11 05:43:56 2005
-+++ route.c Mon May 16 21:13:41 2005
-@@ -1380,6 +1380,7 @@
- {
- warn("writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1387,6 +1388,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-
-@@ -1535,6 +1537,7 @@
- {
- msg (M_WARN, "ROUTE: problem writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1542,6 +1545,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-
-@@ -1690,6 +1694,7 @@
- {
- warn("writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1697,6 +1702,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-