[certmonger] - update to 0.37 - be more careful about checking if we can read a PIN file successfully befor

Nalin Dahyabhai nalin at fedoraproject.org
Tue Mar 22 23:33:55 UTC 2011


commit 2329f71493e2839dffe8ed593d6607047f3dc94c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Mar 22 19:33:39 2011 -0400

    - update to 0.37
      - be more careful about checking if we can read a PIN file successfully
        before we even call an API that might need us to try (#688229)
      - fix strict aliasing warnings

 .gitignore      |    1 +
 certmonger.spec |    8 +++++++-
 sources         |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6377aa7..04d93cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ certmonger-0.28.tar.gz
 /certmonger-0.35.tar.gz
 /certmonger-0.35.1.tar.gz
 /certmonger-0.36.tar.gz
+/certmonger-0.37.tar.gz
diff --git a/certmonger.spec b/certmonger.spec
index 588c64e..cfbaf43 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -1,5 +1,5 @@
 Name:		certmonger
-Version:	0.36
+Version:	0.37
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -109,6 +109,12 @@ exit 0
 %{_localstatedir}/lib/certmonger
 
 %changelog
+* Tue Mar 22 2011 Nalin Dahyabhai <nalin at redhat.com> 0.37-1
+- update to 0.37
+  - be more careful about checking if we can read a PIN file successfully
+    before we even call an API that might need us to try (#688229)
+  - fix strict aliasing warnings
+
 * Tue Mar 22 2011 Nalin Dahyabhai <nalin at redhat.com> 0.36-1
 - update to 0.36
   - fix some use-after-free bugs in the daemon (#689776)
diff --git a/sources b/sources
index 9d0f4d3..e63c5ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51678b42de7ca1556dd2b2a8be1bc672  certmonger-0.36.tar.gz
+ff9650fb45352dfcb82bf601c36048fd  certmonger-0.37.tar.gz


More information about the scm-commits mailing list