rpms/mod_auth_ntlm_winbind/F-7 mod_auth_ntlm_winbind-20070129-64bit.patch, NONE, 1.1 mod_auth_ntlm_winbind.spec, 1.1, 1.2

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jun 22 12:54:46 UTC 2007


Author: buc

Update of /cvs/extras/rpms/mod_auth_ntlm_winbind/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8039

Modified Files:
	mod_auth_ntlm_winbind.spec 
Added Files:
	mod_auth_ntlm_winbind-20070129-64bit.patch 
Log Message:


mod_auth_ntlm_winbind-20070129-64bit.patch:

--- NEW FILE mod_auth_ntlm_winbind-20070129-64bit.patch ---
diff -Nrbu mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c mod_auth_ntlm_winbind-OK/mod_auth_ntlm_winbind.c
--- mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c	2007-06-22 16:46:53.000000000 +0400
+++ mod_auth_ntlm_winbind-OK/mod_auth_ntlm_winbind.c	2007-06-22 16:45:45.000000000 +0400
@@ -495,7 +495,7 @@
     char *newline;
     char args_to_helper[HUGE_STRING_LEN];
     char args_from_helper[HUGE_STRING_LEN];
-    unsigned int bytes_written;
+    size_t bytes_written;
     int bytes_read;
 
     if (( global_ntlm_context.ntlm_plaintext_helper = get_auth_helper( r, global_ntlm_context.ntlm_plaintext_helper, crec->ntlm_plaintext_helper, CLEANUP(cleanup_ntlm_plaintext_helper))) == NULL ) {
@@ -624,7 +624,7 @@
     char args_to_helper[HUGE_STRING_LEN];
     char args_from_helper[HUGE_STRING_LEN];
     ntlm_connection_context_t *ctxt = get_connection_context( r->connection );
-    unsigned int bytes_written;
+    size_t bytes_written;
     int bytes_read;
     struct _ntlm_auth_helper *auth_helper;
 


Index: mod_auth_ntlm_winbind.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_auth_ntlm_winbind/F-7/mod_auth_ntlm_winbind.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_ntlm_winbind.spec	22 Jun 2007 12:15:47 -0000	1.1
+++ mod_auth_ntlm_winbind.spec	22 Jun 2007 12:54:11 -0000	1.2
@@ -4,7 +4,7 @@
 Summary: NTLM authentication for the Apache web server using winbind daemon
 Name: mod_auth_ntlm_winbind
 Version: 0.0.0
-Release: 0.2.%{svn}%{?dist}
+Release: 0.3.%{svn}%{?dist}
 Group: System Environment/Daemons
 License: Apache Software License
 URL: http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/trunk/mod_auth_ntlm_winbind/?root=lorikeet
@@ -29,6 +29,7 @@
 Requires(post): shadow-utils
 
 Patch0: mod_auth_ntlm_winbind-20060510-connect_http10.patch
+Patch1: mod_auth_ntlm_winbind-20070129-64bit.patch
 
 
 %description
@@ -81,6 +82,9 @@
 
 
 %changelog
+* Fri Jun 22 2007 Dmitry Butskoy <Dmitry at Butskoy.name> 0.0.0-0.3.20070129svn713
+- avoid gcc warnings on 64 bit systems
+
 * Wed Jun 20 2007 Dmitry Butskoy <Dmitry at Butskoy.name> 0.0.0-0.2.20070129svn713
 - spec file cleanup
 - accepted for Fedora (review by Jason Tibbitts <tibbs at math.uh.edu>)




More information about the fedora-extras-commits mailing list