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
This commit is contained in:
Nalin Dahyabhai 2015-05-07 17:19:09 -04:00
parent c44b07d085
commit a1cad26520
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -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 <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
- fixes for bugs found by static analysis
- fix self-tests when built with OpenSSL 1.0.2
* Tue Apr 14 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.2-1
- expose the certificate's not-valid-before and not-valid-after dates as a
property over D-Bus (ticket #41)

View File

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