[certmonger] Update to 0.75.10

Nalin Dahyabhai nalin at fedoraproject.org
Tue Aug 5 19:44:45 UTC 2014


commit 3ad00ba314855d0a303f2de685f9c50024e3b209
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Aug 5 15:44:15 2014 -0400

    Update to 0.75.10
    
    - when attempting to contact an IPA LDAP server, if no "ldap_uri" is set in
      default.conf, and no "host" is set either, try to construct the server URI
      using the "server" setting (#1126985)

 .gitignore      |    2 ++
 certmonger.spec |    7 ++++++-
 sources         |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3b8ba1..2deb0bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.75.8.tar.gz.sig
 /certmonger-0.75.9.tar.gz
 /certmonger-0.75.9.tar.gz.sig
+/certmonger-0.75.10.tar.gz
+/certmonger-0.75.10.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index 0d73a25..03aa8d0 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -25,7 +25,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.75.9
+Version:	0.75.10
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -234,6 +234,11 @@ exit 0
 %endif
 
 %changelog
+* Tue Aug  5 2014 Nalin Dahyabhai <nalin at redhat.com> 0.75.10-1
+- when attempting to contact an IPA LDAP server, if no "ldap_uri" is set in
+  default.conf, and no "host" is set either, try to construct the server URI
+  using the "server" setting (#1126985)
+
 * Thu Jul 31 2014 Nalin Dahyabhai <nalin at redhat.com> 0.75.9-1
 - avoid potential use-after-free after a CA is removed dynamically (thanks to
   Keenan Brock) (#1125342)
diff --git a/sources b/sources
index ece2025..85e3d28 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f80e7b39b0e3960a8fa443d407403947  certmonger-0.75.9.tar.gz
-a4bb51aa0d557c243522565971de4828  certmonger-0.75.9.tar.gz.sig
+062934d60aed25362dd59ca6d5f813b9  certmonger-0.75.10.tar.gz
+1fd43d5872fbf53b1ba935702ec56176  certmonger-0.75.10.tar.gz.sig


More information about the scm-commits mailing list