new upstream release

Resolves: #1167692
epel9
Nikos Mavrogiannopoulos 10 years ago
parent d6e127e82c
commit a13678e2ea

2
.gitignore vendored

@ -18,3 +18,5 @@
/ocserv-0.8.4.tar.xz.sig /ocserv-0.8.4.tar.xz.sig
/ocserv-0.8.7.tar.xz.sig /ocserv-0.8.7.tar.xz.sig
/ocserv-0.8.7.tar.xz /ocserv-0.8.7.tar.xz
/ocserv-0.8.8.tar.xz.sig
/ocserv-0.8.8.tar.xz

@ -1,10 +1,16 @@
# User authentication method. Could be set multiple times and in that case # User authentication method. Could be set multiple times and in
# all should succeed. # that case all should succeed. To enable multiple methods use
# Options: certificate, pam. # multiple auth directives. Available options: certificate, certificate[optional],
# plain, pam.
#auth = "certificate" #auth = "certificate"
#auth = "plain[./sample.passwd]" #auth = "plain[./sample.passwd]"
auth = "pam" auth = "pam"
# This indicates that a user may present a certificate. When that option
# is set, individual users or user groups can be forced to present a valid
# certificate by using "require-cert=true".
#auth = "certificate[optional]"
# The gid-min option is used by auto-select-group option, in order to # The gid-min option is used by auto-select-group option, in order to
# select the minimum group ID. # select the minimum group ID.
#auth = "pam[gid-min=1000]" #auth = "pam[gid-min=1000]"

@ -1,5 +1,5 @@
Name: ocserv Name: ocserv
Version: 0.8.7 Version: 0.8.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: OpenConnect SSL VPN server Summary: OpenConnect SSL VPN server
@ -142,6 +142,9 @@ rm -rf %{buildroot}
%{_localstatedir}/lib/ocserv/profile.xml %{_localstatedir}/lib/ocserv/profile.xml
%changelog %changelog
* Wed Nov 26 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.8-1
- New upstream release
* Mon Oct 27 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.7-1 * Mon Oct 27 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.7-1
- New upstream release - New upstream release

@ -1,2 +1,2 @@
b807339aed1d713a096d2533ae6da232 ocserv-0.8.7.tar.xz.sig de7faa9e1658dfea0f409fcc83fcb7ff ocserv-0.8.8.tar.xz.sig
79c00132c3366bb60546f256068211eb ocserv-0.8.7.tar.xz d9b12a3fa976dfda3e4c0238173744e6 ocserv-0.8.8.tar.xz

Loading…
Cancel
Save