[certmonger] - update to 0.26 - when canceling a submission request that's being handled by a helper, reap

Nalin Dahyabhai nalin at fedoraproject.org
Fri Aug 13 18:37:18 UTC 2010


commit 6f0969ce6243f9b1381594e4b7a3d62afe4f5d5a
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Fri Aug 13 14:35:38 2010 -0400

    - update to 0.26
      - when canceling a submission request that's being handled by a helper,
        reap the child process's status after killing it (#624120)
      - update to 0.25
        - new translations
          - in by Okta Purnama Rahadian!
        - fix detection of cases where we can't access a private key in an NSS
          database because we don't have the PIN
        - teach '*getcert start-tracking' about the -p and -P options which the
          '*getcert request' commands already understand (#621670), and also
          the -U, -K, -E, and -D flags
        - double-check that the nicknames of keys we get back from
          PK11_ListPrivKeysInSlot() match the desired nickname before accepting
          them as matches, so that our tests won't all blow up on EL5
        - fix dynamic addition and removal of CAs implemented through helpers
        - init script: ensure that the subsys lock is created whenever we're called to
          "start" when we're already running (even more of #596719)
        - more gracefully handle manual daemon startups and cleaning up of unexpected
          crashes (still more of #596719)
        - don't create the daemon pidfile until after we've connected to the D-Bus
          (still more of #596719)

 .gitignore      |    1 +
 certmonger.spec |   35 +++++++++++++++++++++++++++++++++--
 sources         |    2 +-
 3 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10cd5cc..822b01f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ certmonger-0.21.tar.gz
 certmonger-0.22.tar.gz
 certmonger-0.23.tar.gz
 certmonger-0.24.tar.gz
+certmonger-0.26.tar.gz
diff --git a/certmonger.spec b/certmonger.spec
index e071542..55b9939 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -2,7 +2,7 @@
 %{?_with_check: %global pcheck 1}
 
 Name:		certmonger
-Version:	0.24
+Version:	0.26
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -14,7 +14,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	dbus-devel, nspr-devel, nss-devel, openssl-devel
 BuildRequires:	libtalloc-devel, libtevent-devel
-BuildRequires:	xmlrpc-c-devel
+BuildRequires:	libxml2-devel xmlrpc-c-devel
 %if 0%{?pcheck}
 # Required for 'make check':
 #  for diff and cmp
@@ -100,6 +100,37 @@ exit 0
 %{_localstatedir}/lib/certmonger
 
 %changelog
+* Fri Aug 13 2010 Nalin Dahyabhai <nalin at redhat.com> 0.26-1
+- update to 0.26
+  - when canceling a submission request that's being handled by a helper,
+    reap the child process's status after killing it (#624120)
+
+* Fri Aug 13 2010 Nalin Dahyabhai <nalin at redhat.com> 0.25-1
+- update to 0.25
+  - new translations
+    - in by Okta Purnama Rahadian!
+  - fix detection of cases where we can't access a private key in an NSS
+    database because we don't have the PIN
+  - teach '*getcert start-tracking' about the -p and -P options which the
+    '*getcert request' commands already understand (#621670), and also
+    the -U, -K, -E, and -D flags
+  - double-check that the nicknames of keys we get back from
+    PK11_ListPrivKeysInSlot() match the desired nickname before accepting
+    them as matches, so that our tests won't all blow up on EL5
+  - fix dynamic addition and removal of CAs implemented through helpers
+
+* Mon Jun 28 2010 Nalin Dahyabhai <nalin at redhat.com> 0.24-4
+- init script: ensure that the subsys lock is created whenever we're called to
+  "start" when we're already running (even more of #596719)
+
+* Tue Jun 15 2010 Nalin Dahyabhai <nalin at redhat.com> 0.24-3
+- more gracefully handle manual daemon startups and cleaning up of unexpected
+  crashes (still more of #596719)
+
+* Thu Jun 10 2010 Nalin Dahyabhai <nalin at redhat.com> 0.24-2
+- don't create the daemon pidfile until after we've connected to the D-Bus
+  (still more of #596719)
+
 * Tue Jun  8 2010 Nalin Dahyabhai <nalin at redhat.com> 0.24-1
 - update to 0.24
   - keep the lock on the pid file, if we have one, when we fork, and cancel
diff --git a/sources b/sources
index 3af0555..b56b3f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a7fd8cefa6d870986c9f0492184a6d1  certmonger-0.24.tar.gz
+ecef2e40decff9492805d07ff682d02f  certmonger-0.26.tar.gz


More information about the scm-commits mailing list