[certmonger] update to 0.59

Nalin Dahyabhai nalin at fedoraproject.org
Sat Jul 14 02:33:54 UTC 2012


commit 00ccf81cb8cd44338d6cd1346c6254a4ed881a7b
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Jul 13 22:31:55 2012 -0400

    update to 0.59
    
    0.59:
    - mostly documentation updates
    
    0.58:
    - add a "dogtag-ipa-renew-agent" CA so that we can renew certificates using
      an IPA server's internal Dogtag instance
    - export the requested profile and old certificate to enrollment helpers
    - make libxml and libcurl into hard build-time requirements
    - serialize all pre/save/post sequences to make sure that stop/save/start
      doesn't become stop1/save1/stop2/start1/save2/start2 when we're stopping
      a service while we muck with more than one of its certificates
    - add a command option (-T) to getcert for specifying which enrollment
      profile to tell a CA that we're using, in case it cares (#10)
    
    0.57
    - clarify that the command passed to getcert -C is a "post"-save command
    - add a "pre"-save command option to getcert, specified with the -B flag (#9)

 .gitignore      |    2 ++
 certmonger.spec |   27 ++++++++++++++++++++++++++-
 sources         |    4 ++--
 3 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1da0d4..47a2898 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.55.tar.gz.sig
 /certmonger-0.56.tar.gz
 /certmonger-0.56.tar.gz.sig
+/certmonger-0.59.tar.gz
+/certmonger-0.59.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index 34e3531..f9b1e1d 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.56
+Version:	0.59
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -37,6 +37,11 @@ BuildRequires:  libuuid-devel
 BuildRequires:  e2fsprogs-devel
 %endif
 BuildRequires:	libtalloc-devel, libtevent-devel
+%if 0%{?rhel} >= 6 || 0%{?fedora} >= 9
+BuildRequires:	libcurl-devel
+%else
+BuildRequires:	curl-devel
+%endif
 BuildRequires:	libxml2-devel, xmlrpc-c-devel
 # Required for 'make check':
 #  for diff and cmp
@@ -194,6 +199,26 @@ exit 0
 %endif
 
 %changelog
+* Fri Jun 29 2012 Nalin Dahyabhai <nalin at redhat.com> 0.59-1
+- mostly documentation updates
+
+* Fri Jun 29 2012 Nalin Dahyabhai <nalin at redhat.com> 0.58-1
+- add a "dogtag-ipa-renew-agent" CA so that we can renew certificates using
+  an IPA server's internal Dogtag instance
+- export the requested profile and old certificate to enrollment helpers
+- make libxml and libcurl into hard build-time requirements
+- serialize all pre/save/post sequences to make sure that stop/save/start
+  doesn't become stop1/save1/stop2/start1/save2/start2 when we're stopping
+  a service while we muck with more than one of its certificates
+
+* Fri Jun 12 2012 Nalin Dahyabhai <nalin at redhat.com>
+- add a command option (-T) to getcert for specifying which enrollment
+  profile to tell a CA that we're using, in case it cares (#10)
+
+* Thu Jun 12 2012 Nalin Dahyabhai <nalin at redhat.com> 0.57-1
+- clarify that the command passed to getcert -C is a "post"-save command
+- add a "pre"-save command option to getcert, specified with the -B flag (#9)
+
 * Sat Mar  3 2012 Nalin Dahyabhai <nalin at redhat.com> 0.56-1
 - when a caller sets the is-default flag on a CA, and another CA is no longer
   the default, emit the PropertiesChanged signal on the CA which is not the
diff --git a/sources b/sources
index dd32077..f626482 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3a4589e8343e736284e3a29be660b04c  certmonger-0.56.tar.gz
-cb3a4d623a38a30a2e66a2727f11b52a  certmonger-0.56.tar.gz.sig
+126771653a6acd8849c7491f2fdfdbc2  certmonger-0.59.tar.gz
+abf2ef93f5aa3c253e46c5208c67a196  certmonger-0.59.tar.gz.sig


More information about the scm-commits mailing list