New upstream release 1.6.3
https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.3 Fixes a major cache performance issue introduced in 1.6.2 Fixes a potential infinite-loop with certain LDAP layouts
This commit is contained in:
parent
9ef1f397c1
commit
46a6ee6147
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.6.0.tar.gz
|
/sssd-1.6.0.tar.gz
|
||||||
/sssd-1.6.1.tar.gz
|
/sssd-1.6.1.tar.gz
|
||||||
/sssd-1.6.2.tar.gz
|
/sssd-1.6.2.tar.gz
|
||||||
|
/sssd-1.6.3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
38cf9c8dc8f173e068fcb31b7ee9baf1 sssd-1.6.2.tar.gz
|
835c7fe267d7380fd42876ccc5a98b19 sssd-1.6.3.tar.gz
|
||||||
|
10
sssd.spec
10
sssd.spec
@ -18,8 +18,8 @@
|
|||||||
%global ldb_version 1.1.0
|
%global ldb_version 1.1.0
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -356,6 +356,12 @@ fi
|
|||||||
%postun -n libipa_hbac -p /sbin/ldconfig
|
%postun -n libipa_hbac -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 04 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.3-1
|
||||||
|
- New upstream release 1.6.3
|
||||||
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.3
|
||||||
|
- Fixes a major cache performance issue introduced in 1.6.2
|
||||||
|
- Fixes a potential infinite-loop with certain LDAP layouts
|
||||||
|
|
||||||
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
|
||||||
- Rebuilt for glibc bug#747377
|
- Rebuilt for glibc bug#747377
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user