rpms/pam/devel pam-0.99.5.0-keyinit-no-debug.patch, NONE, 1.1 pam.spec, 1.126, 1.127

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 21 22:36:18 UTC 2006


Author: tmraz

Update of /cvs/dist/rpms/pam/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10972

Modified Files:
	pam.spec 
Added Files:
	pam-0.99.5.0-keyinit-no-debug.patch 
Log Message:
* Fri Jul 21 2006 Tomas Mraz <tmraz at redhat.com> 0.99.5.0-5
- don't log pam_keyinit debug messages by default (#199783)


pam-0.99.5.0-keyinit-no-debug.patch:
 pam_keyinit.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pam-0.99.5.0-keyinit-no-debug.patch ---
--- Linux-PAM-0.99.5.0/modules/pam_keyinit/pam_keyinit.c.no-debug	2006-06-28 09:22:43.000000000 +0200
+++ Linux-PAM-0.99.5.0/modules/pam_keyinit/pam_keyinit.c	2006-07-22 00:35:04.000000000 +0200
@@ -32,7 +32,7 @@
 
 static int my_session_keyring;
 static int do_revoke;
-static int xdebug = 1;
+static int xdebug = 0;
 
 static void debug(pam_handle_t *pamh, const char *fmt, ...)
 	__attribute__((format(printf, 2, 3)));


Index: pam.spec
===================================================================
RCS file: /cvs/dist/rpms/pam/devel/pam.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- pam.spec	21 Jul 2006 14:26:46 -0000	1.126
+++ pam.spec	21 Jul 2006 22:36:15 -0000	1.127
@@ -11,7 +11,7 @@
 Summary: A security tool which provides authentication for applications
 Name: pam
 Version: 0.99.5.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL or BSD
 Group: System Environment/Base
 Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@@ -36,6 +36,7 @@
 Patch84: pam-0.99.5.0-access-gai.patch
 Patch85: pam-0.99.5.0-selinux-enoent.patch
 Patch86: pam-0.99.5.0-console-no-ainit.patch
+Patch87: pam-0.99.5.0-keyinit-no-debug.patch
 Patch90: pam-0.99.5.0-namespace-init.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
@@ -100,6 +101,7 @@
 %patch84 -p0 -b .gai
 %patch85 -p1 -b .enoent
 %patch86 -p1 -b .no-ainit
+%patch87 -p1 -b .no-debug
 %patch90 -p1 -b .namespace-init
 
 for readme in modules/pam_*/README ; do
@@ -367,6 +369,9 @@
 %{_libdir}/libpam_misc.so
 
 %changelog
+* Fri Jul 21 2006 Tomas Mraz <tmraz at redhat.com> 0.99.5.0-5
+- don't log pam_keyinit debug messages by default (#199783)
+
 * Fri Jul 21 2006 Tomas Mraz <tmraz at redhat.com> 0.99.5.0-4
 - drop ainit from console.handlers (#199561)
 




More information about the fedora-cvs-commits mailing list