From 631c1c94d1da58927cd555420fb7287ac349c34e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Sun, 17 May 2015 16:53:39 -0400 Subject: [PATCH] update to 0.77.4 - don't display PINs in "getcert list" output (#42) - clean up launching of a private instance in "getcert" - expand on the don't-delete-private-key fix from 0.77.3 by letting NSS's own safety checks have an effect - backport record-keeping of key generation dates and counts of how many times we've gotten certificates using a given key pair --- .gitignore | 2 ++ certmonger.spec | 10 +++++++++- sources | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61628dc..436a6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,5 @@ certmonger-0.28.tar.gz /certmonger-0.77.2.tar.gz.sig /certmonger-0.77.3.tar.gz /certmonger-0.77.3.tar.gz.sig +/certmonger-0.77.4.tar.gz +/certmonger-0.77.4.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index 8ee504e..c0c976d 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.3 +Version: 0.77.4 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,14 @@ exit 0 %endif %changelog +* Fri May 15 2015 Nalin Dahyabhai 0.77.4-1 +- don't display PINs in "getcert list" output (#42) +- clean up launching of a private instance in "getcert" +- expand on the don't-delete-private-key fix from 0.77.3 by letting NSS's + own safety checks have an effect +- backport record-keeping of key generation dates and counts of how many + times we've gotten certificates using a given key pair + * Thu May 7 2015 Nalin Dahyabhai 0.77.3-1 - fix a data loss bug when saving renewed certificates to NSS databases - the private key could be removed in error since 0.77 diff --git a/sources b/sources index 2fec89e..de05af4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a13dccf4a8f25894a84c3e98bc5fe9e2 certmonger-0.77.3.tar.gz -beb03962f7c743b53a4368601055575c certmonger-0.77.3.tar.gz.sig +f72398462d8d469abdd76955313da6b0 certmonger-0.77.4.tar.gz +478c62809a1986b731322bd98cb53034 certmonger-0.77.4.tar.gz.sig