Reaply "Update openvpn from 2.0.9 to 2.1_rc19"

This reverts commit 98399e3b81.
This commit is contained in:
root
2009-08-22 23:51:11 +02:00
parent 98399e3b81
commit 2b29c22ee4
2 changed files with 3 additions and 2 deletions

View File

@@ -319,6 +319,7 @@ sub writeserverconf {
print CONF "$sovpnsettings{'DDEVICE'}-mtu $sovpnsettings{'DMTU'}\n";
print CONF "proto $sovpnsettings{'DPROTOCOL'}\n";
print CONF "port $sovpnsettings{'DDEST_PORT'}\n";
print CONF "script-security 3 system\n";
print CONF "tls-server\n";
print CONF "ca /var/ipfire/ovpn/ca/cacert.pem\n";
print CONF "cert /var/ipfire/ovpn/certs/servercert.pem\n";

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.0.9
VER = 2.1_rc19
THISAPP = openvpn-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 60745008b90b7dbe25fe8337c550fec6
$(DL_FILE)_MD5 = ba2ee667a8b7606b125b7d32f47ca578
install : $(TARGET)