Update to 0.76.7
- correctly read CA not-valid-after dates on 32-bit machines (also reported by Natxo Asenjo), so that we don't spin on polling them
This commit is contained in:
parent
40a88215a9
commit
8991081682
2
.gitignore
vendored
2
.gitignore
vendored
@ -88,3 +88,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.75.14.tar.gz.sig
|
||||
/certmonger-0.76.6.tar.gz
|
||||
/certmonger-0.76.6.tar.gz.sig
|
||||
/certmonger-0.76.7.tar.gz
|
||||
/certmonger-0.76.7.tar.gz.sig
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.76.6
|
||||
Version: 0.76.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -239,11 +239,15 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 11 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.7-1
|
||||
- correctly read CA not-valid-after dates on 32-bit machines (also reported by
|
||||
Natxo Asenjo), so that we don't spin on polling them
|
||||
|
||||
* Mon Nov 10 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.6-1
|
||||
- don't discard the priority value in DNS SRV records
|
||||
|
||||
* Mon Nov 10 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.5-1
|
||||
- avoid premature exit on CA data analysis failures (should fix issue
|
||||
- avoid premature exit on CA data analysis failures (should fix an issue
|
||||
reported by Natxo Asenjo)
|
||||
|
||||
* Mon Nov 10 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.4-1
|
||||
|
Loading…
Reference in New Issue
Block a user