Update to 0.75.9

- avoid potential use-after-free after a CA is removed dynamically (thanks to
  Keenan Brock) (#1125342)
- add a "external-helper" property to CA objects
This commit is contained in:
Nalin Dahyabhai 2014-07-31 14:24:23 -04:00
parent 1bab3989b3
commit 3f724f69b3
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -78,3 +78,5 @@ certmonger-0.28.tar.gz
/certmonger-0.75.6.tar.gz.sig
/certmonger-0.75.8.tar.gz
/certmonger-0.75.8.tar.gz.sig
/certmonger-0.75.9.tar.gz
/certmonger-0.75.9.tar.gz.sig

View File

@ -25,7 +25,7 @@
%endif
Name: certmonger
Version: 0.75.8
Version: 0.75.9
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -234,6 +234,11 @@ exit 0
%endif
%changelog
* Thu Jul 31 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.9-1
- avoid potential use-after-free after a CA is removed dynamically (thanks to
Keenan Brock) (#1125342)
- add a "external-helper" property to CA objects
* Mon Jul 21 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.8-1
- add a 'refresh' option to the getcert command
- add a '-a' flag to the getcert command's 'refresh-ca' option

View File

@ -1,2 +1,2 @@
426ab6a9e99acfd6cf46df7292977db3 certmonger-0.75.8.tar.gz
087df8442b85e8823a8ca938d1ee84b8 certmonger-0.75.8.tar.gz.sig
f80e7b39b0e3960a8fa443d407403947 certmonger-0.75.9.tar.gz
a4bb51aa0d557c243522565971de4828 certmonger-0.75.9.tar.gz.sig