updated to 0.10.8
This commit is contained in:
parent
9d24b69707
commit
46e3bdf2df
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,3 +28,5 @@
|
||||
/ocserv-0.10.6.tar.xz.sig
|
||||
/ocserv-0.10.7.tar.xz.sig
|
||||
/ocserv-0.10.7.tar.xz
|
||||
/ocserv-0.10.8.tar.xz.sig
|
||||
/ocserv-0.10.8.tar.xz
|
||||
|
@ -48,14 +48,10 @@ auth = "pam"
|
||||
#enable-auth = "gssapi[keytab=/etc/key.tab,require-local-user-map=true,tgt-freshness-time=900]"
|
||||
|
||||
# Accounting methods available:
|
||||
# pam: can only be combined with PAM authentication method, it provides
|
||||
# a session opened using PAM.
|
||||
#
|
||||
# radius: can be combined with any authentication method, it provides
|
||||
# radius accounting to available users (see also stats-report-time).
|
||||
#
|
||||
# Only one accounting method can be specified.
|
||||
#acct = "pam"
|
||||
#acct = "radius[config=/etc/radiusclient/radiusclient.conf]"
|
||||
|
||||
# Use listen-host to limit to specific IPs or to the IPs of a provided
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: ocserv
|
||||
Version: 0.10.7
|
||||
Version: 0.10.8
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenConnect SSL VPN server
|
||||
|
||||
@ -157,6 +157,9 @@ rm -rf %{buildroot}
|
||||
%{_localstatedir}/lib/ocserv/profile.xml
|
||||
|
||||
%changelog
|
||||
* Mon Sep 7 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.10.8-1
|
||||
- new upstream release (#1260327)
|
||||
|
||||
* Fri Aug 7 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.10.7-1
|
||||
- new upstream release (#1251305)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user