New upstream release 1.5.9
https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.9 Support for overriding home directory, shell and primary GID locally Properly honor TTL values from SRV record lookups Support non-POSIX groups in nested group chains (for RFC2307bis LDAP servers) Properly escape IPv6 addresses in the failover code Do not crash if inotify fails (e.g. resource exhaustion) Don't add multiple TGT renewal callbacks (too many log messages)
This commit is contained in:
parent
91fde1e873
commit
4ef0c7f5e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.5.6.1.tar.gz
|
/sssd-1.5.6.1.tar.gz
|
||||||
/sssd-1.5.7.tar.gz
|
/sssd-1.5.7.tar.gz
|
||||||
/sssd-1.5.8.tar.gz
|
/sssd-1.5.8.tar.gz
|
||||||
|
/sssd-1.5.9.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
19d19d2ee01521485337cbf9b006985a sssd-1.5.8.tar.gz
|
a1e1fb7b55aa050d4b94069cfe763400 sssd-1.5.9.tar.gz
|
||||||
|
13
sssd.spec
13
sssd.spec
@ -8,7 +8,7 @@
|
|||||||
%global ldb_version 1.0.2
|
%global ldb_version 1.0.2
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.5.8
|
Version: 1.5.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
@ -297,6 +297,17 @@ fi
|
|||||||
%postun client -p /sbin/ldconfig
|
%postun client -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.9-1
|
||||||
|
- New upstream release 1.5.9
|
||||||
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.9
|
||||||
|
- Support for overriding home directory, shell and primary GID locally
|
||||||
|
- Properly honor TTL values from SRV record lookups
|
||||||
|
- Support non-POSIX groups in nested group chains (for RFC2307bis LDAP
|
||||||
|
- servers)
|
||||||
|
- Properly escape IPv6 addresses in the failover code
|
||||||
|
- Do not crash if inotify fails (e.g. resource exhaustion)
|
||||||
|
- Don't add multiple TGT renewal callbacks (too many log messages)
|
||||||
|
|
||||||
* Fri May 27 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.8-1
|
* Fri May 27 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.8-1
|
||||||
- New upstream release 1.5.8
|
- New upstream release 1.5.8
|
||||||
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.8
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.8
|
||||||
|
Loading…
Reference in New Issue
Block a user