- #87628 pam_timestamp remembers authorization after logout

- #116956 fixed memory leaks in pam_stack
This commit is contained in:
Tomáš Mráz 2004-11-10 17:52:27 +00:00
parent 6c581a0e6d
commit 91347f07d7

View File

@ -76,6 +76,8 @@ Patch76: pam-0.77-console-addperms.patch
Patch78: pam-0.77-console-manfix.patch
Patch79: pam-0.77-limits-logins.patch
Patch80: pam-0.77-console-xcrash.patch
Patch81: pam-0.77-stack-memleaks.patch
Patch82: pam-0.77-timestamp-test-login.patch
BuildRoot: %{_tmppath}/%{name}-root
Requires: cracklib, cracklib-dicts, glib2, initscripts >= 3.94
@ -173,6 +175,8 @@ cp $RPM_SOURCE_DIR/install-sh .
%patch78 -p1 -b .man-fix
%patch79 -p1 -b .logins
%patch80 -p1 -b .xcrash
%patch81 -p1 -b .mem-leak
%patch82 -p1 -b .test-login
for readme in modules/pam_*/README ; do
cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
@ -442,6 +446,10 @@ fi
%{_libdir}/libpam_misc.so
%changelog
* Wed Nov 10 2004 Tomas Mraz <tmraz@redhat.com>
- #87628 pam_timestamp remembers authorization after logout
- #116956 fixed memory leaks in pam_stack
* Wed Oct 20 2004 Tomas Mraz <tmraz@redhat.com> 0.77-65
- #74062 modify the pwd-lock patch to remove NIS passwd changing deadlock