View | Details | Raw Unified | Return to bug 103244
Collapse All | Expand All

(-)/usr/home/emma/ports/security/openvpn-devel/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	openvpn
8
PORTNAME=	openvpn
9
DISTVERSION=	2.1_beta14
9
DISTVERSION=	2.1_beta15
10
PORTREVISION=	1
11
CATEGORIES=	security net
10
CATEGORIES=	security net
12
# MASTER_SITES points to hosts in distinct data centers,
11
# MASTER_SITES points to hosts in distinct data centers,
13
# so just one MASTER_SITES entry should be OK.
12
# so just one MASTER_SITES entry should be OK.
(-)/usr/home/emma/ports/security/openvpn-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (openvpn-2.1_beta14.tar.gz) = 7bd96eaa834a1779755d68c9b2591583
1
MD5 (openvpn-2.1_beta15.tar.gz) = 2ddc1878c99ea3a9b348275338f7d502
2
SHA256 (openvpn-2.1_beta14.tar.gz) = da61d236047b9a5985765961930446a706aeef87dc2b4ce0f7e2c9f2831566ea
2
SHA256 (openvpn-2.1_beta15.tar.gz) = 35daa28523095d637bc694d4e22f9a0e075f9e8b910998ca7bf2576fa9d8cc05
3
SIZE (openvpn-2.1_beta14.tar.gz) = 775042
3
SIZE (openvpn-2.1_beta15.tar.gz) = 776778
(-)/usr/home/emma/ports/security/openvpn-devel/files/patch-fix-cltsrv-timeout (+19 lines)
Line 0 Link Here
1
This fix was published by Paul Howarth on the OpenVPN-devel mailing list
2
on 2006-09-13 and fixes the TLS test's running indefinitely.
3
4
--- ./sample-config-files/loopback-client~	2006-09-12 18:21:43.000000000 +0100
5
+++ ./sample-config-files/loopback-client	2006-09-12 18:22:40.000000000 +0100
6
@@ -22,4 +22,4 @@
7
 cert sample-keys/client.crt
8
 cipher DES-EDE3-CBC
9
 ping 1
10
-inactive 120
11
+inactive 120 10000000
12
--- ./sample-config-files/loopback-server~	2006-09-12 18:21:50.000000000 +0100
13
+++ ./sample-config-files/loopback-server	2006-09-12 18:22:51.000000000 +0100
14
@@ -23,4 +23,4 @@
15
 cert sample-keys/server.crt
16
 cipher DES-EDE3-CBC
17
 ping 1
18
-inactive 120
19
+inactive 120 10000000

Return to bug 103244