From 3f724f69b34ced2c27db9ad7022ea1796cfe5b44 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 31 Jul 2014 14:24:23 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ certmonger.spec | 7 ++++++- sources | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2fce472..c3b8ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/certmonger.spec b/certmonger.spec index 60c0e2f..0d73a25 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -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 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 0.75.8-1 - add a 'refresh' option to the getcert command - add a '-a' flag to the getcert command's 'refresh-ca' option diff --git a/sources b/sources index 4792a6b..ece2025 100644 --- a/sources +++ b/sources @@ -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