From 05449cb7fbb02481e6ebddf0be9361c6e18d77e7 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 10 2013 00:43:57 +0000 Subject: Update to 0.69 - tweak how we decide whether we're on the master or a minion when we're told to use certmaster as a CA - clean up one of the tests so that it doesn't have to work around internal logging producing duplicate messages - when logging errors while setting up to contact xmlrpc servers, explicitly note that the error is client-side - don't abort() due to incorrect locking when an attempt to save an issued certificate to the designated location fails (part of #1032760/#1033333, ticket #22) - when reading an issued certificate from an enrollment helper, ignore noise before or after the certificate itself (more of #1032760/1033333, ticket #22) - run subprocesses in a cleaned-up environment (more of #1032760/1033333, ticket #22) - clear the ca-error that we saved when we had an error talking to the CA if we subsequently succeed in talking to the CA - various other static-analysis fixes --- diff --git a/.gitignore b/.gitignore index 922bbeb..033ceb6 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ certmonger-0.28.tar.gz /certmonger-0.67.tar.gz.sig /certmonger-0.68.tar.gz /certmonger-0.68.tar.gz.sig +/certmonger-0.69.tar.gz +/certmonger-0.69.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index 3256f1c..cb2dacb 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.68 +Version: 0.69 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -201,6 +201,25 @@ exit 0 %endif %changelog +* Mon Dec 9 2013 Nalin Dahyabhai 0.69-1 +- tweak how we decide whether we're on the master or a minion when we're + told to use certmaster as a CA +- clean up one of the tests so that it doesn't have to work around internal + logging producing duplicate messages +- when logging errors while setting up to contact xmlrpc servers, explicitly + note that the error is client-side +- don't abort() due to incorrect locking when an attempt to save an issued + certificate to the designated location fails (part of #1032760/#1033333, + ticket #22) +- when reading an issued certificate from an enrollment helper, ignore + noise before or after the certificate itself (more of #1032760/1033333, + ticket #22) +- run subprocesses in a cleaned-up environment (more of #1032760/1033333, + ticket #22) +- clear the ca-error that we saved when we had an error talking to the CA if we + subsequently succeed in talking to the CA +- various other static-analysis fixes + * Thu Aug 29 2013 Nalin Dahyabhai 0.68-1 - notice when the OpenSSL RNG isn't seeded - notice when saving certificates or keys fails due to filesystem-related diff --git a/sources b/sources index 57a4ef2..aac4411 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8f9be1b71d32065ee3ce6a0fc623abd6 certmonger-0.68.tar.gz -b91df4987b5c865bc3a369765d0fb57d certmonger-0.68.tar.gz.sig +6aea5924b43f45fee29e3c2fd7844536 certmonger-0.69.tar.gz +85b7fbee28594deab000574ce887e050 certmonger-0.69.tar.gz.sig