- getcert: fix a buffer overrun preparing a request for the daemon when
there are more parameters to encode than space in the array (#696185) - updated translations: de, es, id, pl, ru, uk
This commit is contained in:
parent
cc3917e153
commit
a15951ae49
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.39.tar.gz
|
/certmonger-0.39.tar.gz
|
||||||
/certmonger-0.40.tar.gz
|
/certmonger-0.40.tar.gz
|
||||||
/certmonger-0.41.tar.gz
|
/certmonger-0.41.tar.gz
|
||||||
|
/certmonger-0.42.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.41
|
Version: 0.42
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -119,12 +119,17 @@ exit 0
|
|||||||
%dir /var/run/certmonger
|
%dir /var/run/certmonger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2011 Nalin Dahyabhai <nalin@redhat.com> 0.42-1
|
||||||
|
- getcert: fix a buffer overrun preparing a request for the daemon when
|
||||||
|
there are more parameters to encode than space in the array (#696185)
|
||||||
|
- updated translations: de, es, id, pl, ru, uk
|
||||||
|
|
||||||
* Mon Apr 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.41-1
|
* Mon Apr 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.41-1
|
||||||
- read information about the keys we've just generated before proceeding
|
- read information about the keys we've just generated before proceeding
|
||||||
to generating a CSR
|
to generating a CSR (part of #694184, part of #695675)
|
||||||
- when processing a "resubmit" request from getcert, go back to key
|
- when processing a "resubmit" request from getcert, go back to key
|
||||||
generation if we don't have keys yet, else go back to CSR generation as
|
generation if we don't have keys yet, else go back to CSR generation as
|
||||||
before (#694184)
|
before (#694184, #695675)
|
||||||
- configure with --with-tmpdir=/var/run/certmonger and own /var/run/certmonger
|
- configure with --with-tmpdir=/var/run/certmonger and own /var/run/certmonger
|
||||||
(#687899), and add a systemd tmpfiles.d control file for creating
|
(#687899), and add a systemd tmpfiles.d control file for creating
|
||||||
/var/run/certmonger on Fedora 15 and later
|
/var/run/certmonger on Fedora 15 and later
|
||||||
@ -132,9 +137,7 @@ exit 0
|
|||||||
- use a lock file to make sure there's only one session instance messing
|
- use a lock file to make sure there's only one session instance messing
|
||||||
around with the user's files at a time
|
around with the user's files at a time
|
||||||
- fix errors saving certificates to NSS databases when there's already a
|
- fix errors saving certificates to NSS databases when there's already a
|
||||||
certificate there with the same nickname
|
certificate there with the same nickname (#695672)
|
||||||
- if we fail to read a certificate when a request is first added, switch
|
|
||||||
to trying again later
|
|
||||||
- make key and certificate location output from 'getcert list' more properly
|
- make key and certificate location output from 'getcert list' more properly
|
||||||
translatable (#7)
|
translatable (#7)
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
61d0823735e5774bca184215bdbe218b certmonger-0.40.tar.gz
|
61d0823735e5774bca184215bdbe218b certmonger-0.40.tar.gz
|
||||||
38e34326d8bd4d1aa1be48add2ef8701 certmonger-0.41.tar.gz
|
38e34326d8bd4d1aa1be48add2ef8701 certmonger-0.41.tar.gz
|
||||||
|
d8286d1e89955bd2be56109c6065c25a certmonger-0.42.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user