diff --git a/.gitignore b/.gitignore index a04b424..00aafc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ocserv-0.2.1.tar.xz /ocserv-0.2.3.tar.xz /ocserv-0.3.0.tar.xz +/ocserv-0.3.1.tar.xz diff --git a/ocserv.conf b/ocserv.conf index 53e1af5..9e452c8 100644 --- a/ocserv.conf +++ b/ocserv.conf @@ -30,6 +30,9 @@ udp-port = 4443 # Keepalive in seconds keepalive = 32400 +# Rekey time in seconds +rekey-time 172800 + # Dead peer detection in seconds dpd = 60 @@ -160,18 +163,15 @@ device = vpns #ipv4-network = 192.168.1.0 #ipv4-netmask = 255.255.255.0 -# Use the keywork local to advertize the local P-t-P address as DNS server -# ipv4-dns = 192.168.2.1 -#ipv4-dns = local +#ipv4-dns = 192.168.2.1 # The NBNS server (if any) #ipv4-nbns = 192.168.2.3 -#ipv6-address = -#ipv6-dns = - -# The IPv6 subnet prefix +# The IPv6 subnet +#ipv6-network = #ipv6-prefix = +#ipv6-dns = # Prior to leasing any IP from the pool ping it to verify that # it is not in use by another (unrelated to this server) host. diff --git a/ocserv.spec b/ocserv.spec index 76af3da..f0f92af 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,6 +1,6 @@ Name: ocserv -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: OpenConnect SSL VPN server # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -157,6 +157,9 @@ rm -rf %{buildroot} %{_unitdir}/ocserv.service %changelog +* Mon Feb 17 2014 Nikos Mavrogiannopoulos - 0.3.1-1 +- new upstream release + * Wed Jan 29 2014 Nikos Mavrogiannopoulos - 0.3.0-2 - Generated certificates no longer carry an expiration date. diff --git a/sources b/sources index a5c1666..d6781a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6d64451ac8c458c7bdd40ee8ff51192 ocserv-0.3.0.tar.xz +22bd81fd4f60e27fe85aac8fd73dada3 ocserv-0.3.1.tar.xz