Update to 0.75.13
- correct encoding/decoding of variant-typed data which we receive and send as part of the org.freedesktop.DBus.Properties interface over the bus, and add some tests for them (based on patch from David Kupka, ticket #36) - when getcert is passed a -a flag, to indicate that CA root certificates should be stored in the specified database, don't ignore locations which don't include a storage scheme (#1129537) - when called to 'start-tracking' with the -a or -F flags, if we have applicable certificates on-hand for a CA that we're either told to use or which we decide is the correct one, save the certificates (#1129696)
This commit is contained in:
parent
c1bf21c857
commit
9250e88626
2
.gitignore
vendored
2
.gitignore
vendored
@ -82,3 +82,5 @@ certmonger-0.28.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
|
||||||
/certmonger-0.75.10.tar.gz.sig
|
/certmonger-0.75.10.tar.gz.sig
|
||||||
|
/certmonger-0.75.13.tar.gz
|
||||||
|
/certmonger-0.75.13.tar.gz.sig
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.75.10
|
Version: 0.75.13
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -234,9 +234,25 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.13-1
|
||||||
|
- add a missing test case file (whoops)
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.12-1
|
||||||
|
- correct encoding/decoding of variant-typed data which we receive and send
|
||||||
|
as part of the org.freedesktop.DBus.Properties interface over the bus, and
|
||||||
|
add some tests for them (based on patch from David Kupka, ticket #36)
|
||||||
|
|
||||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.75.10-2
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.75.10-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 12 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.11-1
|
||||||
|
- when getcert is passed a -a flag, to indicate that CA root certificates
|
||||||
|
should be stored in the specified database, don't ignore locations which
|
||||||
|
don't include a storage scheme (#1129537)
|
||||||
|
- when called to 'start-tracking' with the -a or -F flags, if we have
|
||||||
|
applicable certificates on-hand for a CA that we're either told to use
|
||||||
|
or which we decide is the correct one, save the certificates (#1129696)
|
||||||
|
|
||||||
* Tue Aug 5 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.10-1
|
* 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
|
- 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
|
default.conf, and no "host" is set either, try to construct the server URI
|
||||||
|
Loading…
Reference in New Issue
Block a user