From 0310940a7888aa70d54b7bbf21ecbe163bc289c4 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 5 Sep 2012 19:37:06 -0400 Subject: [PATCH] update to 0.60 - adjust internals of logic for talking to dogtag to at least have a concept of non-agent cases - when talking to an IPA server's internal Dogtag instance, infer which ports the CA is listening on from the "dogtag_version" setting in the IPA configuration (Ade Lee) - send a notification (or log a message, whatever) when we save a new certificate (#766167) --- .gitignore | 2 ++ certmonger.spec | 20 ++++++++++++++++++-- sources | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 47a2898..0428263 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ certmonger-0.28.tar.gz /certmonger-0.56.tar.gz.sig /certmonger-0.59.tar.gz /certmonger-0.59.tar.gz.sig +/certmonger-0.60.tar.gz +/certmonger-0.60.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index 168f825..e7b85e7 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,8 +19,8 @@ %endif Name: certmonger -Version: 0.59 -Release: 2%{?dist} +Version: 0.60 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -151,8 +151,10 @@ exit 0 %preun %if %{systemd} +if test $1 -eq 0 ; then /bin/systemctl --no-reload disable certmonger.service > /dev/null 2>&1 || : /bin/systemctl stop certmonger.service > /dev/null 2>&1 || : +fi %endif %if %{sysvinit} if test $1 -eq 0 ; then @@ -199,6 +201,18 @@ exit 0 %endif %changelog +* Wed Sep 5 2012 Nalin Dahyabhai 0.60-1 +- adjust internals of logic for talking to dogtag to at least have a + concept of non-agent cases +- when talking to an IPA server's internal Dogtag instance, infer which + ports the CA is listening on from the "dogtag_version" setting in the + IPA configuration (Ade Lee) +- send a notification (or log a message, whatever) when we save a new + certificate (#766167) + +* Mon Jul 30 2012 Nalin Dahyabhai +- fix a bad %%preun scriptlet + * Wed Jul 18 2012 Fedora Release Engineering - 0.59-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild @@ -221,6 +235,8 @@ exit 0 * Thu Jun 12 2012 Nalin Dahyabhai 0.57-1 - clarify that the command passed to getcert -C is a "post"-save command - add a "pre"-save command option to getcert, specified with the -B flag (#9) +- after we notify of an impending not-valid-after approaching, don't do it + again immediately * Sat Mar 3 2012 Nalin Dahyabhai 0.56-1 - when a caller sets the is-default flag on a CA, and another CA is no longer diff --git a/sources b/sources index f626482..7209084 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -126771653a6acd8849c7491f2fdfdbc2 certmonger-0.59.tar.gz -abf2ef93f5aa3c253e46c5208c67a196 certmonger-0.59.tar.gz.sig +d505bcf0d7918100769f5a8195686063 certmonger-0.60.tar.gz +6673f68689246191a74dbccbc612862b certmonger-0.60.tar.gz.sig