summaryrefslogtreecommitdiff
path: root/security/openvpn-devel/files
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-10-07 07:04:23 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-10-07 07:04:23 +0000
commit00b5e20243307feea6ef7f126de71d5ee2fe6176 (patch)
treeb22c4eb28ffbfe5aba4a28d8fb15e2a2a3a5bdfe /security/openvpn-devel/files
parent- add missed file from last commit (diff)
- Update to 2.1 beta 16
- Build auth-pam module - Remove patch that got merged upstream PR: ports/103994 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=174712
Diffstat (limited to 'security/openvpn-devel/files')
-rw-r--r--security/openvpn-devel/files/patch-fix-cltsrv-timeout19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/openvpn-devel/files/patch-fix-cltsrv-timeout b/security/openvpn-devel/files/patch-fix-cltsrv-timeout
deleted file mode 100644
index 8d5cf3df1465..000000000000
--- a/security/openvpn-devel/files/patch-fix-cltsrv-timeout
+++ /dev/null
@@ -1,19 +0,0 @@
-This fix was published by Paul Howarth on the OpenVPN-devel mailing list
-on 2006-09-13 and fixes the TLS test's running indefinitely.
-
---- ./sample-config-files/loopback-client~ 2006-09-12 18:21:43.000000000 +0100
-+++ ./sample-config-files/loopback-client 2006-09-12 18:22:40.000000000 +0100
-@@ -22,4 +22,4 @@
- cert sample-keys/client.crt
- cipher DES-EDE3-CBC
- ping 1
--inactive 120
-+inactive 120 10000000
---- ./sample-config-files/loopback-server~ 2006-09-12 18:21:50.000000000 +0100
-+++ ./sample-config-files/loopback-server 2006-09-12 18:22:51.000000000 +0100
-@@ -23,4 +23,4 @@
- cert sample-keys/server.crt
- cipher DES-EDE3-CBC
- ping 1
--inactive 120
-+inactive 120 10000000