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:
parent
3f724f69b3
commit
3ad00ba314
2
.gitignore
vendored
2
.gitignore
vendored
@ -80,3 +80,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.75.8.tar.gz.sig
|
/certmonger-0.75.8.tar.gz.sig
|
||||||
/certmonger-0.75.9.tar.gz
|
/certmonger-0.75.9.tar.gz
|
||||||
/certmonger-0.75.9.tar.gz.sig
|
/certmonger-0.75.9.tar.gz.sig
|
||||||
|
/certmonger-0.75.10.tar.gz
|
||||||
|
/certmonger-0.75.10.tar.gz.sig
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.75.9
|
Version: 0.75.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -234,6 +234,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- avoid potential use-after-free after a CA is removed dynamically (thanks to
|
||||||
Keenan Brock) (#1125342)
|
Keenan Brock) (#1125342)
|
||||||
|
Loading…
Reference in New Issue
Block a user