From a1cad2652078a0613cec15a82075f3190533819e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 7 May 2015 17:19:09 -0400 Subject: [PATCH] Update to 0.77.3 - fix a data loss bug when saving renewed certificates to NSS databases - the private key could be removed in error since 0.77 - fixes for bugs found by static analysis - fix self-tests when built with OpenSSL 1.0.2 --- .gitignore | 2 ++ certmonger.spec | 8 +++++++- sources | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 588f825..61628dc 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,5 @@ certmonger-0.28.tar.gz /certmonger-0.77.1.tar.gz.sig /certmonger-0.77.2.tar.gz /certmonger-0.77.2.tar.gz.sig +/certmonger-0.77.3.tar.gz +/certmonger-0.77.3.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index ec517d3..8ee504e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.2 +Version: 0.77.3 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,12 @@ exit 0 %endif %changelog +* 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 +- fixes for bugs found by static analysis +- fix self-tests when built with OpenSSL 1.0.2 + * Tue Apr 14 2015 Nalin Dahyabhai 0.77.2-1 - expose the certificate's not-valid-before and not-valid-after dates as a property over D-Bus (ticket #41) diff --git a/sources b/sources index 7580e84..2fec89e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -ed3070b1e8828094b1b3ff81c93f1a7c certmonger-0.77.2.tar.gz -441a6bb17f2efb86f0acacbe36a9f44c certmonger-0.77.2.tar.gz.sig +a13dccf4a8f25894a84c3e98bc5fe9e2 certmonger-0.77.3.tar.gz +beb03962f7c743b53a4368601055575c certmonger-0.77.3.tar.gz.sig