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)
This commit is contained in:
parent
f3bac67d59
commit
00ccf81cb8
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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@redhat.com> 0.59-1
|
||||
- mostly documentation updates
|
||||
|
||||
* Fri Jun 29 2012 Nalin Dahyabhai <nalin@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@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@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@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
|
||||
|
Loading…
Reference in New Issue
Block a user