rpms/pam_ccreds/devel .cvsignore, 1.5, 1.6 pam_ccreds-3-inst-no-root.patch, 1.1, 1.2 pam_ccreds-7-no-filename.patch, 1.1, 1.2 pam_ccreds.spec, 1.27, 1.28 sources, 1.5, 1.6

avesh agarwal avesh at fedoraproject.org
Mon Sep 28 15:51:06 UTC 2009


Author: avesh

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

Modified Files:
	.cvsignore pam_ccreds-3-inst-no-root.patch 
	pam_ccreds-7-no-filename.patch pam_ccreds.spec sources 
Log Message:
* Mon Sep 28 2009 Avesh Agarwal <avagarwa at redhat.com> - 10-1
- Upgrade to latest upstream
- Updated patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pam_ccreds/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	5 Dec 2007 17:25:05 -0000	1.5
+++ .cvsignore	28 Sep 2009 15:51:04 -0000	1.6
@@ -1 +1,2 @@
 pam_ccreds-7.tar.gz
+pam_ccreds-10.tar.gz

pam_ccreds-3-inst-no-root.patch:
 Makefile.am |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: pam_ccreds-3-inst-no-root.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pam_ccreds/devel/pam_ccreds-3-inst-no-root.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pam_ccreds-3-inst-no-root.patch	18 Jan 2006 15:48:19 -0000	1.1
+++ pam_ccreds-3-inst-no-root.patch	28 Sep 2009 15:51:04 -0000	1.2
@@ -1,6 +1,6 @@
---- pam_ccreds-3/Makefile.am.inst-no-root	2005-10-29 03:21:50.000000000 +0200
-+++ pam_ccreds-3/Makefile.am	2006-01-18 16:35:32.000000000 +0100
-@@ -29,12 +29,12 @@
+--- pam_ccreds-10-orig/Makefile.am	2009-04-02 21:39:32.000000000 -0400
++++ pam_ccreds-10/Makefile.am	2009-09-28 11:17:22.000000000 -0400
+@@ -38,12 +38,12 @@ install-exec-local: pam_ccreds.so
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(DESTDIR)$(libdir)/security
  if EXTENSION_SO

pam_ccreds-7-no-filename.patch:
 README |    6 ++++++
 1 file changed, 6 insertions(+)

Index: pam_ccreds-7-no-filename.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pam_ccreds/devel/pam_ccreds-7-no-filename.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pam_ccreds-7-no-filename.patch	5 Dec 2007 17:25:05 -0000	1.1
+++ pam_ccreds-7-no-filename.patch	28 Sep 2009 15:51:04 -0000	1.2
@@ -1,48 +1,5 @@
-diff -up pam_ccreds-7/ccreds_chkpwd.c.no-filename pam_ccreds-7/ccreds_chkpwd.c
---- pam_ccreds-7/ccreds_chkpwd.c.no-filename	2007-11-05 14:24:51.000000000 +0100
-+++ pam_ccreds-7/ccreds_chkpwd.c	2007-12-04 20:46:19.000000000 +0100
-@@ -134,7 +134,6 @@ int main(int argc, char *argv[])
- 	char *user;
- 	char *user_arg;
- 	char *service;
--	char *ccredsfile;
- 
- 	/*
- 	 * Catch or ignore as many signal as possible.
-@@ -167,7 +166,7 @@ int main(int argc, char *argv[])
- 	 */
- 	user = getuidname(getuid());
- 
--	if (argc < 2 || argc > 4) {
-+	if (argc < 2 || argc > 3) {
- 		_log_err(LOG_NOTICE
- 		      ,"inappropriate use of ccreds helper binary [UID=%d,bad argv]"
- 			 ,getuid());
-@@ -180,7 +179,6 @@ int main(int argc, char *argv[])
- 
- 	user_arg = argv[1];
- 	service = (argc > 2) ? argv[2] : NULL;
--	ccredsfile = (argc > 3) ? argv[3] : NULL;
- 
- 	/* Verify that user matches */
-         if (strcmp(user, user_arg)) {
-@@ -197,11 +195,11 @@ int main(int argc, char *argv[])
- 	} else {
- 		if (npass == 0) {
- 			/* the password is blank */
--			retval = _ccreds_verify_password(service, user, ccredsfile, "");
-+			retval = _ccreds_verify_password(service, user, NULL, "");
- 		} else {
- 			/* does pass agree with the official one? */
- 			pass[npass] = '\0';	/* NUL terminate */
--			retval = _ccreds_verify_password(service, user, ccredsfile, pass);
-+			retval = _ccreds_verify_password(service, user, NULL, pass);
- 		}
- 	}
- 	memset(pass, '\0', MAXPASS);	/* clear memory of the password */
-diff -up pam_ccreds-7/README.no-filename pam_ccreds-7/README
---- pam_ccreds-7/README.no-filename	2007-11-05 14:24:51.000000000 +0100
-+++ pam_ccreds-7/README	2007-12-04 20:50:23.000000000 +0100
+--- pam_ccreds-10-orig/README	2009-04-02 21:39:32.000000000 -0400
++++ pam_ccreds-10/README	2009-09-28 11:26:26.000000000 -0400
 @@ -54,6 +54,12 @@ following module options are also recogn
  The "cc_test" and "cc_dump" utilities are also provided;
  cc_dump may be removed in a future version.


Index: pam_ccreds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_ccreds/devel/pam_ccreds.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- pam_ccreds.spec	25 Jul 2009 23:08:49 -0000	1.27
+++ pam_ccreds.spec	28 Sep 2009 15:51:04 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Pam module to cache login credentials
 Name: pam_ccreds
-Version: 7
-Release: 5%{?dist}
+Version: 10
+Release: 1%{?dist}
 License: GPL+
 Group: System Environment/Base
 URL: http://www.padl.com/OSS/pam_ccreds.html
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/cc_dump
 
 %changelog
+* Mon Sep 28 2009 Avesh Agarwal <avagarwa at redhat.com> - 10-1
+- Upgrade to latest upstream
+- Updated patches
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_ccreds/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	5 Dec 2007 17:25:05 -0000	1.5
+++ sources	28 Sep 2009 15:51:04 -0000	1.6
@@ -1 +1 @@
-4186f607334432e283c883b11c365ae1  pam_ccreds-7.tar.gz
+21b008071ee8bfb998bd499c0fa92ba1  pam_ccreds-10.tar.gz




More information about the fedora-extras-commits mailing list