- update to 0.22
- new translations - de by Fabian Affolter! - certmaster-submit: don't fall over when we can't find a certmaster.conf or a minion.conf (i.e., certmaster isn't installed) (#588932) - when reading extension values from certificates, prune out duplicate principal names, email addresses, and hostnames
This commit is contained in:
parent
a436504f7c
commit
ab20852900
@ -3,3 +3,4 @@ certmonger-0.18.tar.gz
|
|||||||
certmonger-0.19.tar.gz
|
certmonger-0.19.tar.gz
|
||||||
certmonger-0.20.tar.gz
|
certmonger-0.20.tar.gz
|
||||||
certmonger-0.21.tar.gz
|
certmonger-0.21.tar.gz
|
||||||
|
certmonger-0.22.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%{?_with_check: %global pcheck 1}
|
%{?_with_check: %global pcheck 1}
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -100,6 +100,15 @@ exit 0
|
|||||||
%{_localstatedir}/lib/certmonger
|
%{_localstatedir}/lib/certmonger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 14 2010 Nalin Dahyabhai <nalin@redhat.com> 0.22-1
|
||||||
|
- update to 0.22
|
||||||
|
- new translations
|
||||||
|
- de by Fabian Affolter!
|
||||||
|
- certmaster-submit: don't fall over when we can't find a certmaster.conf
|
||||||
|
or a minion.conf (i.e., certmaster isn't installed) (#588932)
|
||||||
|
- when reading extension values from certificates, prune out duplicate
|
||||||
|
principal names, email addresses, and hostnames
|
||||||
|
|
||||||
* Tue May 4 2010 Nalin Dahyabhai <nalin@redhat.com> 0.21-1
|
* Tue May 4 2010 Nalin Dahyabhai <nalin@redhat.com> 0.21-1
|
||||||
- update to 0.21
|
- update to 0.21
|
||||||
- getcert/*-getcert: relay the desired CA to the local service, whether
|
- getcert/*-getcert: relay the desired CA to the local service, whether
|
||||||
|
Loading…
Reference in New Issue
Block a user