rpms/pam_krb5/devel .cvsignore, 1.58, 1.59 pam_krb5.spec, 1.72, 1.73 sources, 1.58, 1.59

Nalin Dahyabhai nalin at fedoraproject.org
Thu Jan 7 23:08:30 UTC 2010


Author: nalin

Update of /cvs/pkgs/rpms/pam_krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5672

Modified Files:
	.cvsignore pam_krb5.spec sources 
Log Message:
- change the source location to a full URL
- update to 2.3.10:
  - pull up changes to fine-tune the logic for selecting which key in a keytab
    to use when validating credentials
  - add a "multiple_ccaches" option to allow forcing the previous behavior of
    not deleting an old ccache whenever we create a new one, but saving them
    until the call that caused us to create them is reversed, and default the
    setting to being enabled for "su", which needs it
  - add a "chpw_prompt" option, to allow changing expired passwords while
    authenticating, as a workaround for applications which don't handle
    password expiration the way PAM expects them to



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- .cvsignore	26 Jun 2009 21:41:33 -0000	1.58
+++ .cvsignore	7 Jan 2010 23:08:30 -0000	1.59
@@ -6,3 +6,4 @@ pam_krb5-2.3.4-1.tar.gz
 pam_krb5-2.3.5-1.tar.gz
 pam_krb5-2.3.6-1.tar.gz
 pam_krb5-2.3.7-1.tar.gz
+pam_krb5-2.3.10-1.tar.gz


Index: pam_krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/pam_krb5.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- pam_krb5.spec	25 Jul 2009 23:09:36 -0000	1.72
+++ pam_krb5.spec	7 Jan 2010 23:08:30 -0000	1.73
@@ -1,8 +1,8 @@
 Summary: A Pluggable Authentication Module for Kerberos 5.
 Name: pam_krb5
-Version: 2.3.7
-Release: 2%{?dist}
-Source0: pam_krb5-%{version}-1.tar.gz
+Version: 2.3.10
+Release: 1%{?dist}
+Source0: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}-1.tar.gz
 License: BSD or LGPLv2+
 Group: System Environment/Base
 URL: https://fedorahosted.org/pam_krb5/
@@ -21,7 +21,8 @@ The included pam_krb5afs module also get
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
 %configure --libdir=/%{_lib} \
-	--with-default-use-shmem=sshd --with-default-external=sshd
+	--with-default-use-shmem=sshd --with-default-external=sshd \
+	--with-default-multiple-ccaches="su su-l"
 make
 
 %install
@@ -50,6 +51,24 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM
 %doc README* COPYING* ChangeLog NEWS
 
 %changelog
+* Wed Jan  6 2010 Nalin Dahyabhai <nalin at redhat.com> - 2.3.10-1
+- pull up changes to fine-tune the logic for selecting which key in a keytab
+  to use when validating credentials
+
+* Wed Jan  6 2010 Nalin Dahyabhai <nalin at redhat.com>
+- change the source location to a full URL
+
+* Wed Jan  6 2010 Nalin Dahyabhai <nalin at redhat.com> - 2.3.9-1
+- add a "multiple_ccaches" option to allow forcing the previous behavior of
+  not deleting an old ccache whenever we create a new one, but saving them
+  until the call that caused us to create them is reversed, and default the
+  setting to being enabled for "su", which needs it
+
+* Thu Oct  8 2009 Nalin Dahyabhai <nalin at redhat.com> - 2.3.8-1
+- add a "chpw_prompt" option, to allow changing expired passwords while
+  authenticating, as a workaround for applications which don't handle
+  password expiration the way PAM expects them to (#509092)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_krb5/devel/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- sources	26 Jun 2009 21:41:33 -0000	1.58
+++ sources	7 Jan 2010 23:08:30 -0000	1.59
@@ -1 +1 @@
-f7f7e387acf9d50bb913db608fae3048  pam_krb5-2.3.7-1.tar.gz
+7d7ede0533a2ce50dff183abc62a0db1  pam_krb5-2.3.10-1.tar.gz




More information about the fedora-extras-commits mailing list