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:
Nalin Dahyabhai 2015-07-09 20:20:43 -04:00
parent a85bb52ef3
commit 144e7dd1b0
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -106,3 +106,5 @@ certmonger-0.28.tar.gz
/certmonger-0.78.tar.gz.sig
/certmonger-0.78.1.tar.gz
/certmonger-0.78.1.tar.gz.sig
/certmonger-0.78.2.tar.gz
/certmonger-0.78.2.tar.gz.sig

View File

@ -25,7 +25,7 @@
%endif
Name: certmonger
Version: 0.78.1
Version: 0.78.2
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -238,9 +238,19 @@ exit 0
%endif
%if %{systemd}
%{_unitdir}/*
%{_datadir}/dbus-1/system-services/*
%endif
%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
- self-tests: assume that certutil won't generate DSA keys with more than 1024
bits, and will often short us by a few

View File

@ -1,2 +1,2 @@
298b8d6f3742e48979acc626ba7beadd certmonger-0.78.1.tar.gz
2f10fe8408fe8028c3332daba72f96df certmonger-0.78.1.tar.gz.sig
9f997b560d384d29a82e3d50d74af97f certmonger-0.78.2.tar.gz
d4992b893ab490353e501ae436c57077 certmonger-0.78.2.tar.gz.sig