- update to 0.49:

- when using an NSS database, skip loading the module database (#743042)
 - when using an NSS database, skip loading root certs
 - generate SPKAC values when generating CSRs, though we don't do anything with SPKAC values yet
 - internally maintain and use challenge passwords, if we have them
 - behave better when certificates have shorter lifetimes
 - add/recognize/handle notification type "none"
 - getcert: error out when "list -c" finds no matching CA (#743488)
 - getcert: error out when "list -i" finds no matching request (#743485)
 - don't incorrectly assume that CERT_ImportCerts() returns a NULL-terminated array (#742348)
 - getcert: distinguish between {stat() succeeds but isn't a directory} and {stat() failed} when printing an error message (#739903)
 - getcert resubmit/start-tracking: when we're looking for an existing request by ID, and we don't find one, note that specifically (#741262)
This commit is contained in:
Nalin Dahyabhai 2011-10-13 17:25:09 -04:00
parent ef57f434b8
commit 18495c2dde
3 changed files with 35 additions and 2 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@ certmonger-0.28.tar.gz
/certmonger-0.44.tar.gz /certmonger-0.44.tar.gz
/certmonger-0.45.tar.gz /certmonger-0.45.tar.gz
/certmonger-0.46.tar.gz /certmonger-0.46.tar.gz
/certmonger-0.49.tar.gz
/certmonger-0.49.tar.gz.sig

View File

@ -19,7 +19,7 @@
%endif %endif
Name: certmonger Name: certmonger
Version: 0.46 Version: 0.49
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -27,6 +27,7 @@ Group: System Environment/Daemons
License: GPLv3+ License: GPLv3+
URL: http://certmonger.fedorahosted.org URL: http://certmonger.fedorahosted.org
Source0: http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz Source0: http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz
Source1: http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz.sig
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel
@ -69,6 +70,11 @@ Requires(post): /sbin/chkconfig, /sbin/service
Requires(preun): /sbin/chkconfig, /sbin/service Requires(preun): /sbin/chkconfig, /sbin/service
%endif %endif
%if 0%{?fedora} >= 15
# Certain versions of libtevent have incorrect internal ABI versions.
Conflicts: libtevent < 0.9.13
%endif
%description %description
Certmonger is a service which is primarily concerned with getting your Certmonger is a service which is primarily concerned with getting your
system enrolled with a certificate authority (CA) and keeping it enrolled. system enrolled with a certificate authority (CA) and keeping it enrolled.
@ -182,6 +188,30 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Oct 12 2011 Nalin Dahyabhai <nalin@redhat.com> 0.49-1
- when using an NSS database, skip loading the module database (#743042)
- when using an NSS database, skip loading root certs
- generate SPKAC values when generating CSRs, though we don't do anything
with SPKAC values yet
- internally maintain and use challenge passwords, if we have them
- behave better when certificates have shorter lifetimes
- add/recognize/handle notification type "none"
- getcert: error out when "list -c" finds no matching CA (#743488)
- getcert: error out when "list -i" finds no matching request (#743485)
* Thu Sep 29 2011 Nalin Dahyabhai <nalin@redhat.com> 0.48-1
- don't incorrectly assume that CERT_ImportCerts() returns a NULL-terminated
array (#742348)
* Tue Sep 27 2011 Nalin Dahyabhai <nalin@redhat.com> 0.47-1
- getcert: distinguish between {stat() succeeds but isn't a directory} and
{stat() failed} when printing an error message (#739903)
- getcert resubmit/start-tracking: when we're looking for an existing request
by ID, and we don't find one, note that specifically (#741262)
* Mon Aug 29 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.46-1.1
- Rebuild against fixed libtevent version
* Mon Aug 15 2011 Nalin Dahyabhai <nalin@redhat.com> 0.46-1 * Mon Aug 15 2011 Nalin Dahyabhai <nalin@redhat.com> 0.46-1
- treat the ability to access keys in an NSS database without using a PIN, - treat the ability to access keys in an NSS database without using a PIN,
when we've been told we need one, as an error (#692766, really this time) when we've been told we need one, as an error (#692766, really this time)

View File

@ -1 +1,2 @@
1f1ecf42b9ad2962782ada1efb54e72f certmonger-0.46.tar.gz 49611b48b9f611a258f82ac0698cc1db certmonger-0.49.tar.gz
bee37c90ac540f51d60a892342affe6e certmonger-0.49.tar.gz.sig