diff --git a/.gitignore b/.gitignore index ef6c90c..4b84b68 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ certmonger-0.28.tar.gz /certmonger-0.44.tar.gz /certmonger-0.45.tar.gz /certmonger-0.46.tar.gz +/certmonger-0.49.tar.gz +/certmonger-0.49.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index fd410fa..780b871 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.46 +Version: 0.49 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -27,6 +27,7 @@ Group: System Environment/Daemons License: GPLv3+ URL: http://certmonger.fedorahosted.org 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) 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 %endif +%if 0%{?fedora} >= 15 +# Certain versions of libtevent have incorrect internal ABI versions. +Conflicts: libtevent < 0.9.13 +%endif + %description Certmonger is a service which is primarily concerned with getting your system enrolled with a certificate authority (CA) and keeping it enrolled. @@ -182,6 +188,30 @@ exit 0 %endif %changelog +* Wed Oct 12 2011 Nalin Dahyabhai 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 0.48-1 +- don't incorrectly assume that CERT_ImportCerts() returns a NULL-terminated + array (#742348) + +* Tue Sep 27 2011 Nalin Dahyabhai 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 - 0.46-1.1 +- Rebuild against fixed libtevent version + * Mon Aug 15 2011 Nalin Dahyabhai 0.46-1 - 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) diff --git a/sources b/sources index 0c70119..39136d7 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -1f1ecf42b9ad2962782ada1efb54e72f certmonger-0.46.tar.gz +49611b48b9f611a258f82ac0698cc1db certmonger-0.49.tar.gz +bee37c90ac540f51d60a892342affe6e certmonger-0.49.tar.gz.sig