diff --git a/.gitignore b/.gitignore index a4e55d1..aa7278c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/certmonger.spec b/certmonger.spec index f962576..d7db186 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -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 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 - 0.70-2 +- Mass rebuild 2014-01-24 + * Thu Jan 2 2014 Nalin Dahyabhai 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 diff --git a/sources b/sources index 4738c95..d9ef01e 100644 --- a/sources +++ b/sources @@ -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