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
This commit is contained in:
Nalin Dahyabhai 2013-12-09 19:43:57 -05:00
parent b3093eeb92
commit 05449cb7fb
3 changed files with 24 additions and 3 deletions

2
.gitignore vendored
View File

@ -54,3 +54,5 @@ certmonger-0.28.tar.gz
/certmonger-0.67.tar.gz.sig /certmonger-0.67.tar.gz.sig
/certmonger-0.68.tar.gz /certmonger-0.68.tar.gz
/certmonger-0.68.tar.gz.sig /certmonger-0.68.tar.gz.sig
/certmonger-0.69.tar.gz
/certmonger-0.69.tar.gz.sig

View File

@ -19,7 +19,7 @@
%endif %endif
Name: certmonger Name: certmonger
Version: 0.68 Version: 0.69
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -201,6 +201,25 @@ exit 0
%endif %endif
%changelog %changelog
* Mon Dec 9 2013 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.68-1 * Thu Aug 29 2013 Nalin Dahyabhai <nalin@redhat.com> 0.68-1
- notice when the OpenSSL RNG isn't seeded - notice when the OpenSSL RNG isn't seeded
- notice when saving certificates or keys fails due to filesystem-related - notice when saving certificates or keys fails due to filesystem-related

View File

@ -1,2 +1,2 @@
8f9be1b71d32065ee3ce6a0fc623abd6 certmonger-0.68.tar.gz 6aea5924b43f45fee29e3c2fd7844536 certmonger-0.69.tar.gz
b91df4987b5c865bc3a369765d0fb57d certmonger-0.68.tar.gz.sig 85b7fbee28594deab000574ce887e050 certmonger-0.69.tar.gz.sig