From a15951ae4912013d87d53d34da6dd82d905435ea Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 13 Apr 2011 10:29:00 -0400 Subject: [PATCH] - 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 --- .gitignore | 1 + certmonger.spec | 15 +++++++++------ sources | 1 + 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 51818a3..c793036 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ certmonger-0.28.tar.gz /certmonger-0.39.tar.gz /certmonger-0.40.tar.gz /certmonger-0.41.tar.gz +/certmonger-0.42.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 7bf71a8..c70ccdd 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.41 +Version: 0.42 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -119,12 +119,17 @@ exit 0 %dir /var/run/certmonger %changelog +* Wed Apr 13 2011 Nalin Dahyabhai 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 0.41-1 - 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 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 (#687899), and add a systemd tmpfiles.d control file for creating /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 around with the user's files at a time - fix errors saving certificates to NSS databases when there's already a - certificate there with the same nickname -- if we fail to read a certificate when a request is first added, switch - to trying again later + certificate there with the same nickname (#695672) - make key and certificate location output from 'getcert list' more properly translatable (#7) diff --git a/sources b/sources index bcafb31..ab23c52 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 61d0823735e5774bca184215bdbe218b certmonger-0.40.tar.gz 38e34326d8bd4d1aa1be48add2ef8701 certmonger-0.41.tar.gz +d8286d1e89955bd2be56109c6065c25a certmonger-0.42.tar.gz