- update to 0.40
- fix validation check on EKU OIDs in getcert (#691351) - get session bus mode sorted - add a list of recognized EKU values to the getcert-request man page
This commit is contained in:
parent
3749ef64b7
commit
933d5c2933
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.37.tar.gz
|
||||
/certmonger-0.38.tar.gz
|
||||
/certmonger-0.39.tar.gz
|
||||
/certmonger-0.40.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: certmonger
|
||||
Version: 0.39
|
||||
Version: 0.40
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -95,6 +95,7 @@ exit 0
|
||||
%defattr(-,root,root,-)
|
||||
%doc README LICENSE STATUS doc/*.txt
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
|
||||
%config(noreplace) %{_datadir}/dbus-1/services/*
|
||||
%dir %{_sysconfdir}/certmonger
|
||||
%config(noreplace) %{_sysconfdir}/certmonger/certmonger.conf
|
||||
%if 0%{?fedora} <= 9 || 0%{?rhel} < 6
|
||||
@ -109,6 +110,12 @@ exit 0
|
||||
%{_localstatedir}/lib/certmonger
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2011 Nalin Dahyabhai <nalin@redhat.com> 0.40-1
|
||||
- update to 0.40
|
||||
- fix validation check on EKU OIDs in getcert (#691351)
|
||||
- get session bus mode sorted
|
||||
- add a list of recognized EKU values to the getcert-request man page
|
||||
|
||||
* Fri Mar 25 2011 Nalin Dahyabhai <nalin@redhat.com> 0.39-1
|
||||
- update to 0.39
|
||||
- fix use of an uninitialized variable in the xmlrpc-based submission
|
||||
|
Loading…
Reference in New Issue
Block a user