- New upstream release 1.4.1

- Add support for netgroups to the proxy provider
- Fixes a minor bug with UIDs/GIDs >= 2^31
- Fixes a segfault in the kerberos provider
- Fixes a segfault in the NSS responder if a data provider crashes
- Correctly use sdap_netgroup_search_base
This commit is contained in:
Stephen Gallagher 2010-11-01 09:02:47 -04:00
parent 75efc48618
commit 9d5bcde0eb
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
sssd-1.2.91.tar.gz
/sssd-1.3.0.tar.gz
/sssd-1.4.0.tar.gz
/sssd-1.4.1.tar.gz

View File

@ -1 +1 @@
51a8d6f2c6aa6f0991cca88b01ab13bb sssd-1.4.0.tar.gz
4f505e16bd0e9c5a441b2c9543cf0490 sssd-1.4.1.tar.gz

View File

@ -4,8 +4,8 @@
%endif
Name: sssd
Version: 1.4.0
Release: 2%{?dist}
Version: 1.4.1
Release: 1%{?dist}
Group: Applications/System
Summary: System Security Services Daemon
License: GPLv3+
@ -233,6 +233,14 @@ fi
%postun client -p /sbin/ldconfig
%changelog
* Mon Nov 01 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.4.1-1
- New upstream release 1.4.1
- Add support for netgroups to the proxy provider
- Fixes a minor bug with UIDs/GIDs >= 2^31
- Fixes a segfault in the kerberos provider
- Fixes a segfault in the NSS responder if a data provider crashes
- Correctly use sdap_netgroup_search_base
* Mon Oct 18 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.4.0-2
- Fix incorrect tarball URL