OBS User unknown 2008-10-24 13:24:18 +00:00 committed by Git OBS Bridge
parent 3cf16e937d
commit 54567c5dc7
5 changed files with 37 additions and 5 deletions

View File

@ -0,0 +1,15 @@
Index: pam_krb5-2.3.1-1/src/password.c
===================================================================
--- pam_krb5-2.3.1-1.orig/src/password.c
+++ pam_krb5-2.3.1-1/src/password.c
@@ -465,6 +465,10 @@ pam_sm_chauthtok(pam_handle_t *pamh, int
}
}
}
+ if ((i == PAM_SUCCESS) && options->use_shmem)
+ {
+ _pam_krb5_stash_shm_write(pamh, stash, options, userinfo);
+ }
}
/* Free the new password. */

View File

@ -1,9 +1,10 @@
--- po/LINGUAS --- po/LINGUAS
+++ po/LINGUAS 2008/04/14 10:27:51 +++ po/LINGUAS 2008/10/24 12:25:20
@@ -0,0 +1,21 @@ @@ -1 +1,25 @@
+bg +bg
+cs +cs
+da +da
de
+es +es
+fi +fi
+fr +fr
@ -11,8 +12,10 @@
+hu +hu
+it +it
+ja +ja
+ka
+km +km
+ko +ko
+nb
+nl +nl
+pl +pl
+pt_BR +pt_BR
@ -22,3 +25,4 @@
+wa +wa
+zh_CN +zh_CN
+zh_TW +zh_TW
+

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ade74d81c4460df720e44f5ca83143fd6197cfa9c7f17f747986d7f15c5ff895 oid sha256:84608ab3ce85b8e5bf1f60a9e46b9db915404d8b62e27474d35f83e6f2950d53
size 4005 size 4327

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 24 13:44:42 CEST 2008 - mc@suse.de
- write new ticket into shmem after password change if requested.
(bnc#438181)
- update translations
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 6 16:34:48 CEST 2008 - mc@suse.de Mon Oct 6 16:34:48 CEST 2008 - mc@suse.de

View File

@ -26,7 +26,7 @@ Group: Productivity/Networking/Security
Provides: pam_krb Provides: pam_krb
AutoReqProv: on AutoReqProv: on
Version: 2.3.1 Version: 2.3.1
Release: 37 Release: 38
Summary: PAM Module for Kerberos Authentication Summary: PAM Module for Kerberos Authentication
Url: http://sourceforge.net/projects/pam-krb5/ Url: http://sourceforge.net/projects/pam-krb5/
Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2 Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2
@ -38,6 +38,7 @@ Patch4: pam_krb5-po-Makevars.dif
Patch5: pam_krb5-LINGUAS.dif Patch5: pam_krb5-LINGUAS.dif
Patch6: pam_krb5-2.3.1-post.dif Patch6: pam_krb5-2.3.1-post.dif
Patch7: bug-425861_pam_krb5-2.3.1-ccacheperms.patch Patch7: bug-425861_pam_krb5-2.3.1-ccacheperms.patch
Patch8: pam_krb5-2.3.1-fix-pwchange-with-use_shmem.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -61,6 +62,7 @@ Authors:
%patch5 %patch5
%patch6 %patch6
%patch7 -p1 %patch7 -p1
%patch8 -p1
%build %build
%{suse_update_config -f} %{suse_update_config -f}
@ -95,6 +97,10 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /usr/bin/afs5log %attr(755,root,root) /usr/bin/afs5log
%changelog %changelog
* Fri Oct 24 2008 mc@suse.de
- write new ticket into shmem after password change if requested.
(bnc#438181)
- update translations
* Mon Oct 06 2008 mc@suse.de * Mon Oct 06 2008 mc@suse.de
- fixing pam_krb5 existing_ticket permission flaw (CVE-2008-3825) - fixing pam_krb5 existing_ticket permission flaw (CVE-2008-3825)
(bnc#425861) (bnc#425861)