update to 0.63
update to 0.63: - serialize access to NSS databases and the running of pre- and post-save commands which might also access them (possibly fixing part of #883484)
This commit is contained in:
parent
bd4c7a9730
commit
d5b1da7951
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.61.tar.gz.sig
|
/certmonger-0.61.tar.gz.sig
|
||||||
/certmonger-0.62.tar.gz
|
/certmonger-0.62.tar.gz
|
||||||
/certmonger-0.62.tar.gz.sig
|
/certmonger-0.62.tar.gz.sig
|
||||||
|
/certmonger-0.63.tar.gz
|
||||||
|
/certmonger-0.63.tar.gz.sig
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.62
|
Version: 0.63
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -201,6 +201,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 19 2012 Nalin Dahyabhai <nalin@redhat.com> 0.63-1
|
||||||
|
- serialize access to NSS databases and the running of pre- and post-save
|
||||||
|
commands which might also access them (possibly fixing part of #883484)
|
||||||
|
|
||||||
* Thu Nov 29 2012 Nalin Dahyabhai <nalin@redhat.com> 0.62-1
|
* Thu Nov 29 2012 Nalin Dahyabhai <nalin@redhat.com> 0.62-1
|
||||||
- add a -u flag to getcert to enable requesting a keyUsage extension value
|
- add a -u flag to getcert to enable requesting a keyUsage extension value
|
||||||
- request subjectKeyIdentifier extensions from CAs, and include them in
|
- request subjectKeyIdentifier extensions from CAs, and include them in
|
||||||
|
Loading…
Reference in New Issue
Block a user