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)
This commit is contained in:
Nalin Dahyabhai 2014-08-05 15:44:15 -04:00
parent 3f724f69b3
commit 3ad00ba314
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> 0.75.9-1
- avoid potential use-after-free after a CA is removed dynamically (thanks to
Keenan Brock) (#1125342)

View File

@ -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