- update to 0.20

- correctly parse certificate validity periods given in years (spotted by
    Stephen Gallagher)
- setup for translation
- es by Héctor Daniel Cabrera!
- ru by Yulia Poyarkova!
- uk by Yuri Chornoivan!
- fix unpreprocessed defaults in certmonger.conf's man page
- tweak the IPA-specific message that indicates a principal name also needs
    to be specified if we're not using the default subject name (#579542)
- make the validity period of self-signed certificates into a configuration
    setting and not a piece of the state information we track about the
    signer
- init script: exit with status 2 instead of 1 when invoked with an
    unrecognized argument (#584517)
This commit is contained in:
Nalin Dahyabhai 2010-04-21 21:57:28 +00:00
parent 36aa62b942
commit 4d4e3a63c4
3 changed files with 22 additions and 3 deletions

View File

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

View File

@ -2,7 +2,7 @@
%{?_with_check: %global pcheck 1}
Name: certmonger
Version: 0.19
Version: 0.20
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -56,6 +56,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_initddir}
install -m755 src/certmonger.init $RPM_BUILD_ROOT/%{_initddir}/certmonger
%endif
%{find_lang} %{name}
%check
%if 0%{?pcheck}
make check
@ -80,7 +82,7 @@ if test $1 -eq 0 ; then
fi
exit 0
%files
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README LICENSE STATUS doc/*.txt
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
@ -98,6 +100,22 @@ exit 0
%{_localstatedir}/lib/certmonger
%changelog
* Wed Apr 21 2010 Nalin Dahyabhai <nalin@redhat.com> 0.20-1
- update to 0.20
- correctly parse certificate validity periods given in years (spotted by
Stephen Gallagher)
- setup for translation
- es by Héctor Daniel Cabrera!
- ru by Yulia Poyarkova!
- uk by Yuri Chornoivan!
- fix unpreprocessed defaults in certmonger.conf's man page
- tweak the IPA-specific message that indicates a principal name also needs
to be specified if we're not using the default subject name (#579542)
- make the validity period of self-signed certificates into a configuration
setting and not a piece of the state information we track about the signer
- init script: exit with status 2 instead of 1 when invoked with an
unrecognized argument (#584517)
* 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

View File

@ -1 +1 @@
3ed20f248482ddf534cf9adf9a89c4b4 certmonger-0.19.tar.gz
a7d0d3e82dc25b5500677e5ced5e82c1 certmonger-0.20.tar.gz