Update to 0.76.8
- dogtag-submit: accept additional options to pass to the server when approving requests using agent creds (#1165155, patch by Jan Cholasta) - getcert: print help output when 'status' isn't given any args (#1163541)
This commit is contained in:
parent
8991081682
commit
cedf1c324f
2
.gitignore
vendored
2
.gitignore
vendored
@ -90,3 +90,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.76.6.tar.gz.sig
|
/certmonger-0.76.6.tar.gz.sig
|
||||||
/certmonger-0.76.7.tar.gz
|
/certmonger-0.76.7.tar.gz
|
||||||
/certmonger-0.76.7.tar.gz.sig
|
/certmonger-0.76.7.tar.gz.sig
|
||||||
|
/certmonger-0.76.8.tar.gz
|
||||||
|
/certmonger-0.76.8.tar.gz.sig
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.76.7
|
Version: 0.76.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -239,6 +239,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 18 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.8-1
|
||||||
|
- dogtag-submit: accept additional options to pass to the server when
|
||||||
|
approving requests using agent creds (#1165155, patch by Jan Cholasta)
|
||||||
|
- getcert: print help output when 'status' isn't given any args (#1163541)
|
||||||
|
|
||||||
* Tue Nov 11 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.7-1
|
* Tue Nov 11 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.7-1
|
||||||
- correctly read CA not-valid-after dates on 32-bit machines (also reported by
|
- correctly read CA not-valid-after dates on 32-bit machines (also reported by
|
||||||
Natxo Asenjo), so that we don't spin on polling them
|
Natxo Asenjo), so that we don't spin on polling them
|
||||||
|
Loading…
Reference in New Issue
Block a user