Update to 0.78.2
- tweak initialization so that we set up for providing our D-Bus API before we register our name with the bus, so that we can handle any requests that arrive before the acknowledgement of that registration - on systems that run systemd, add the right data file so that the service gets started when someone tries to talk to the daemon (ticket #38) - correctly check for error responses when sending GetCAChain requests to SCEP servers
This commit is contained in:
parent
a85bb52ef3
commit
144e7dd1b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -106,3 +106,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.78.tar.gz.sig
|
/certmonger-0.78.tar.gz.sig
|
||||||
/certmonger-0.78.1.tar.gz
|
/certmonger-0.78.1.tar.gz
|
||||||
/certmonger-0.78.1.tar.gz.sig
|
/certmonger-0.78.1.tar.gz.sig
|
||||||
|
/certmonger-0.78.2.tar.gz
|
||||||
|
/certmonger-0.78.2.tar.gz.sig
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.78.1
|
Version: 0.78.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -238,9 +238,19 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
%if %{systemd}
|
%if %{systemd}
|
||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
|
%{_datadir}/dbus-1/system-services/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 9 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.2-1
|
||||||
|
- tweak initialization so that we set up for providing our D-Bus API before we
|
||||||
|
register our name with the bus, so that we can handle any requests that
|
||||||
|
arrive before the acknowledgement of that registration
|
||||||
|
- on systems that run systemd, add the right data file so that the service gets
|
||||||
|
started when someone tries to talk to the daemon (ticket #38)
|
||||||
|
- correctly check for error responses when sending GetCAChain requests to SCEP
|
||||||
|
servers
|
||||||
|
|
||||||
* Sun Jun 21 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.1-1
|
* Sun Jun 21 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.1-1
|
||||||
- self-tests: assume that certutil won't generate DSA keys with more than 1024
|
- self-tests: assume that certutil won't generate DSA keys with more than 1024
|
||||||
bits, and will often short us by a few
|
bits, and will often short us by a few
|
||||||
|
Loading…
Reference in New Issue
Block a user