From e4bdfb215954c4f5847a42db041f92a268c2923f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 29 Apr 2011 14:36:34 -0400 Subject: [PATCH] Resolves: rhbz#700891 - CVE-2011-1758 sssd: automatic TGT renewal overwrites cached password with predicatable filename --- .gitignore | 1 + sources | 2 +- sssd.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9dc9f9c..2847246 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ sssd-1.2.91.tar.gz /sssd-1.5.5.tar.gz /sssd-1.5.6.tar.gz /sssd-1.5.6.1.tar.gz +/sssd-1.5.7.tar.gz diff --git a/sources b/sources index bfd4d87..b53cf19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -125051da8e5428dd47954d7506a12ac3 sssd-1.5.6.1.tar.gz +ee4e4351f30e5b91d0166da3fbfcb328 sssd-1.5.7.tar.gz diff --git a/sssd.spec b/sssd.spec index 3232acc..941164a 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,7 +8,7 @@ %global ldb_version 1.0.2 Name: sssd -Version: 1.5.6.1 +Version: 1.5.7 Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon @@ -295,6 +295,10 @@ fi %postun client -p /sbin/ldconfig %changelog +* Fri Apr 29 2011 Stephen Gallagher - 1.5.7-1 +- Resolves: rhbz#700891 - CVE-2011-1758 sssd: automatic TGT renewal overwrites +- cached password with predicatable filename + * Wed Apr 20 2011 Stephen Gallagher - 1.5.6.1-1 - Re-add manpage translations