Update to 0.78.5
- fix a possible uninitialized memory read (possibly #1260871) - log a diagnostic error when we fail to initialize libkrb5
This commit is contained in:
parent
c0ca98f8c4
commit
1e4e4bd4df
2
.gitignore
vendored
2
.gitignore
vendored
@ -112,3 +112,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.78.3.tar.gz.sig
|
||||
/certmonger-0.78.4.tar.gz
|
||||
/certmonger-0.78.4.tar.gz.sig
|
||||
/certmonger-0.78.5.tar.gz
|
||||
/certmonger-0.78.5.tar.gz.sig
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.78.4
|
||||
Version: 0.78.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -242,6 +242,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 12 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.5-1
|
||||
- fix a possible uninitialized memory read (possibly #1260871)
|
||||
- log a diagnostic error when we fail to initialize libkrb5
|
||||
|
||||
* Tue Aug 4 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.4-1
|
||||
- fix the "getcert start-tracking" -L and -l options (#1249753)
|
||||
- output diagnostics about the second request when scep-submit encounters an
|
||||
|
Loading…
Reference in New Issue
Block a user