Update to 0.75.6
- avoid potential use-after-free and read overrun after a CA is added dynamically (thanks to Jan Cholasta)
This commit is contained in:
parent
ff961cf333
commit
acbe23a0ad
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.75.3.tar.gz.sig
|
||||
/certmonger-0.75.5.tar.gz
|
||||
/certmonger-0.75.5.tar.gz.sig
|
||||
/certmonger-0.75.6.tar.gz
|
||||
/certmonger-0.75.6.tar.gz.sig
|
||||
|
@ -19,7 +19,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.75.5
|
||||
Version: 0.75.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -221,6 +221,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.6-1
|
||||
- avoid potential use-after-free and read overrun after a CA is added
|
||||
dynamically (thanks to Jan Cholasta)
|
||||
|
||||
* Fri Jun 20 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.5-1
|
||||
- documentation updates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user