nalin pushed to certmonger (certmonger-0.77.2-1.fc21). "Merge remote-tracking branch 'origin/master' into f21"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 19:44:31 UTC 2015


>From c44b07d085c0f9aeee23e1bd40d4ad835c0f7e3a Mon Sep 17 00:00:00 2001
From: Nalin Dahyabhai <nalin at redhat.com>
Date: Tue, 14 Apr 2015 13:37:57 -0400
Subject: Update to 0.77.2

- expose the certificate's not-valid-before and not-valid-after dates as a
  property over D-Bus (ticket #41)
- give the local signer its own configuration option to set the lifetime
  of its signing certificate, falling back to the lifetime configured for
  the self-signer as a default to match the previous behavior
- fix a potential read segfault parsing the output of an enrollment helper,
  introduced in 0.77 (thanks to Steve Neuharth)
- read the ns-certtype extension value in certificates
- request an enrollment certtype extension to CSRs if we have a profile name
  that we want to use (ticket #17, possibly part of IPA ticket #57)

diff --git a/.gitignore b/.gitignore
index e9ec218..588f825 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,3 +94,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.76.8.tar.gz.sig
 /certmonger-0.77.1.tar.gz
 /certmonger-0.77.1.tar.gz.sig
+/certmonger-0.77.2.tar.gz
+/certmonger-0.77.2.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index d275faf..ec517d3 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -25,7 +25,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.77.1
+Version:	0.77.2
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -239,6 +239,18 @@ exit 0
 %endif
 
 %changelog
+* Tue Apr 14 2015 Nalin Dahyabhai <nalin at redhat.com> 0.77.2-1
+- expose the certificate's not-valid-before and not-valid-after dates as a
+  property over D-Bus (ticket #41)
+- give the local signer its own configuration option to set the lifetime
+  of its signing certificate, falling back to the lifetime configured for
+  the self-signer as a default to match the previous behavior
+- fix a potential read segfault parsing the output of an enrollment helper,
+  introduced in 0.77 (thanks to Steve Neuharth)
+- read the ns-certtype extension value in certificates
+- request an enrollment certtype extension to CSRs if we have a profile name
+  that we want to use (ticket #17, possibly part of IPA ticket #57)
+
 * Fri Feb 27 2015 Nalin Dahyabhai <nalin at redhat.com> 0.77.1-1
 - update to 0.77
   - add initial, still rough, SCEP support (#1140241,#1161768)
diff --git a/sources b/sources
index 5e7ef71..7580e84 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ad5c708934f474b64de36636d6e52600  certmonger-0.77.1.tar.gz
-fe2c89cef9fc2192bbfa62c465d7827b  certmonger-0.77.1.tar.gz.sig
+ed3070b1e8828094b1b3ff81c93f1a7c  certmonger-0.77.2.tar.gz
+441a6bb17f2efb86f0acacbe36a9f44c  certmonger-0.77.2.tar.gz.sig
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/certmonger.git/commit/?h=certmonger-0.77.2-1.fc21&id=d071c4c3572a8d2c7c10b84f6ef3f807c1fc6e95


More information about the scm-commits mailing list