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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade74d81c4460df720e44f5ca83143fd6197cfa9c7f17f747986d7f15c5ff895
size 4005
oid sha256:84608ab3ce85b8e5bf1f60a9e46b9db915404d8b62e27474d35f83e6f2950d53
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

View File

@ -26,7 +26,7 @@ Group: Productivity/Networking/Security
Provides: pam_krb
AutoReqProv: on
Version: 2.3.1
Release: 37
Release: 38
Summary: PAM Module for Kerberos Authentication
Url: http://sourceforge.net/projects/pam-krb5/
Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2
@ -38,6 +38,7 @@ Patch4: pam_krb5-po-Makevars.dif
Patch5: pam_krb5-LINGUAS.dif
Patch6: pam_krb5-2.3.1-post.dif
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
%description
@ -61,6 +62,7 @@ Authors:
%patch5
%patch6
%patch7 -p1
%patch8 -p1
%build
%{suse_update_config -f}
@ -95,6 +97,10 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /usr/bin/afs5log
%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
- fixing pam_krb5 existing_ticket permission flaw (CVE-2008-3825)
(bnc#425861)