[certmonger] - note that SELinux usually confines us to writing only to cert_t in doc/getting-started.txt (#765

Nalin Dahyabhai nalin at fedoraproject.org
Fri Dec 16 16:19:21 UTC 2011


commit b44f18eb7ae29b57e3395a5b71e947eee9071918
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Dec 16 11:18:45 2011 -0500

    - note that SELinux usually confines us to writing only to cert_t in
      doc/getting-started.txt (#765599)
    - fix crashes when we add a request during our first run when we're
      populating the hard-coded CA list
    - properly deal with cases where a path is passed to us is "./XXX"
    - in session mode, create our data directories as we go

 .gitignore      |    2 ++
 certmonger.spec |   10 +++++++++-
 sources         |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd7369e..d7ac458 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.50.tar.gz.sig
 /certmonger-0.51.tar.gz
 /certmonger-0.51.tar.gz.sig
+/certmonger-0.52.tar.gz
+/certmonger-0.52.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index 987b8c8..2ad2c59 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.51
+Version:	0.52
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -189,6 +189,14 @@ exit 0
 %endif
 
 %changelog
+* Fri Dec 16 2011 Nalin Dahyabhai <nalin at redhat.com> 0.52-1
+- note that SELinux usually confines us to writing only to cert_t in
+  doc/getting-started.txt (#765599)
+- fix crashes when we add a request during our first run when we're
+  populating the hard-coded CA list
+- properly deal with cases where a path is passed to us is "./XXX"
+- in session mode, create our data directories as we go
+
 * Tue Dec  6 2011 Nalin Dahyabhai <nalin at redhat.com> 0.51-1
 - api: lift restrictions on characters used in request and CA nicknames by
   making their object names not incorporate their nicknames
diff --git a/sources b/sources
index 12ef265..e4d1df3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5ad1e84037f4c20cbf6fb216ece49eeb  certmonger-0.51.tar.gz
-0b7552679b60d540f05680a63213d29b  certmonger-0.51.tar.gz.sig
+374701da80ef3e164dafead58ace278b  certmonger-0.52.tar.gz
+061afbcd785094fc7d3a73d85bcd11c9  certmonger-0.52.tar.gz.sig


More information about the scm-commits mailing list