update to 0.19

This commit is contained in:
Nalin Dahyabhai 2010-03-24 00:07:21 +00:00
parent 473822dd8b
commit 36aa62b942
3 changed files with 24 additions and 2 deletions

View File

@ -1,2 +1,3 @@
certmonger-0.17.tar.gz
certmonger-0.18.tar.gz
certmonger-0.19.tar.gz

View File

@ -2,7 +2,7 @@
%{?_with_check: %global pcheck 1}
Name: certmonger
Version: 0.18
Version: 0.19
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -84,6 +84,8 @@ exit 0
%defattr(-,root,root,-)
%doc README LICENSE STATUS doc/*.txt
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
%dir %{_sysconfdir}/certmonger
%config(noreplace) %{_sysconfdir}/certmonger/certmonger.conf
%if 0%{?fedora} <= 9 || 0%{?rhel} < 6
%{_initrddir}/certmonger
%else
@ -96,6 +98,25 @@ exit 0
%{_localstatedir}/lib/certmonger
%changelog
* Tue Mar 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.19-1
- update to 0.19
- correctly initialize NSS databases that need to be using a PIN
- add certmonger.conf, for customizing notification timings and settings,
and use of digests other than the previously-hard-coded SHA256, and
drop those settings from individual requests
- up the default self-sign validity interval from 30 days to 365 days
- drop the first default notification interval from 30 days to 28 days
(these two combined to create a fun always-reissuing loop earlier)
- record the token which contains the key or certificate when we're
storing them in an NSS database, and report it
- improve handling of cases where we're supposed to use a PIN but we
either don't have one or we have the wrong one
- teach getcert to accept a PIN file's name or a PIN value when adding
a new entry
- update the IPA submission helper to use the new 'request_cert' signature
that's landing soon
- more tests
* Fri Feb 12 2010 Nalin Dahyabhai <nalin@redhat.com> 0.18-1
- update to 0.18
- add support for using encrypted storage for keys, using PIN values

View File

@ -1 +1 @@
7b20ca8e6123064c81964ef3af7e1bef certmonger-0.18.tar.gz
3ed20f248482ddf534cf9adf9a89c4b4 certmonger-0.19.tar.gz