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
This commit is contained in:
Nalin Dahyabhai 2015-05-17 16:53:39 -04:00
parent a1cad26520
commit 631c1c94d1
3 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <nalin@redhat.com> 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 <nalin@redhat.com> 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

View File

@ -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