From 838b40e07a6eb7f404a56a3b6e28c3615329d622 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 24 Mar 2011 15:30:29 -0400 Subject: [PATCH] - update to 0.38 - catch cases where we can't read a PIN file, but we never have to log in to the token to access the private key (more of #688229) --- .gitignore | 1 + certmonger.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04d93cd..4988a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ certmonger-0.28.tar.gz /certmonger-0.35.1.tar.gz /certmonger-0.36.tar.gz /certmonger-0.37.tar.gz +/certmonger-0.38.tar.gz diff --git a/certmonger.spec b/certmonger.spec index cfbaf43..a4d71ae 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -109,6 +109,11 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Thu Mar 24 2011 Nalin Dahyabhai 0.38-1 +- update to 0.38 + - catch cases where we can't read a PIN file, but we never have to log + in to the token to access the private key (more of #688229) + * Tue Mar 22 2011 Nalin Dahyabhai 0.37-1 - update to 0.37 - be more careful about checking if we can read a PIN file successfully diff --git a/sources b/sources index e63c5ab..568bf97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff9650fb45352dfcb82bf601c36048fd certmonger-0.37.tar.gz +ef66cd8f32e8188500854262a98a6a93 certmonger-0.38.tar.gz