Update to 0.71(.2)

- check for cases where we fail to allocate memory while reading a request
  or CA entry from disk (John Haxby)
- only handle one watch at a time, which should avoid abort() during
  attempts to reconnect to the message bus after losing our connection
  to it (#1055521)
This commit is contained in:
Nalin Dahyabhai 2014-01-27 17:22:09 -05:00
parent 8562aa3ebe
commit 19b37db4dc
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -58,3 +58,5 @@ certmonger-0.28.tar.gz
/certmonger-0.69.tar.gz.sig
/certmonger-0.70.tar.gz
/certmonger-0.70.tar.gz.sig
/certmonger-0.71.2.tar.gz
/certmonger-0.71.2.tar.gz.sig

View File

@ -19,7 +19,7 @@
%endif
Name: certmonger
Version: 0.70
Version: 0.71.2
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -202,6 +202,16 @@ exit 0
%endif
%changelog
* Mon Jan 27 2014 Nalin Dahyabhai <nalin@redhat.com> 0.71-1
- check for cases where we fail to allocate memory while reading a request
or CA entry from disk (John Haxby)
- only handle one watch at a time, which should avoid abort() during
attempts to reconnect to the message bus after losing our connection
to it (#1055521)
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.70-2
- Mass rebuild 2014-01-24
* Thu Jan 2 2014 Nalin Dahyabhai <nalin@redhat.com> 0.70-1
- add a --with-homedir option to configure, and use it, since subprocesses
which we run and which use NSS may attempt to write to $HOME/.pki, and

View File

@ -1,2 +1,2 @@
396fbf14bc9e29937518af6991323ba9 certmonger-0.70.tar.gz
91aa1fa974b2942a24c35c9b0b571819 certmonger-0.70.tar.gz.sig
9e32d18ab4c9dc0abd15c25196c1afbf certmonger-0.71.2.tar.gz
342b66ebe353cc47e2cb589a87c7e1ce certmonger-0.71.2.tar.gz.sig