From 144e7dd1b05535375d8790c87fbc5147049524f4 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jul 10 2015 00:21:53 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index c04ede6..952a5eb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/certmonger.spec b/certmonger.spec index 50ebe23..1ea75a1 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -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 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 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 diff --git a/sources b/sources index b6710a3..2bc19c4 100644 --- a/sources +++ b/sources @@ -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