nalin pushed to certmonger (f21). "Merge remote-tracking branch 'origin/master' into f21"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 17 20:57:30 UTC 2015


From 631c1c94d1da58927cd555420fb7287ac349c34e Mon Sep 17 00:00:00 2001
From: Nalin Dahyabhai <nalin at redhat.com>
Date: Sun, 17 May 2015 16:53:39 -0400
Subject: 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

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 <nalin at 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 at 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
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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/certmonger.git/commit/?h=f21&id=2eb6a5e9b84c627e3d62d27af5a914dc7c13fdf6


More information about the scm-commits mailing list