rpms/cups/devel cups-peercred.patch,NONE,1.1 cups.spec,1.385,1.386

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Feb 5 16:58:42 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8220

Modified Files:
	cups.spec 
Added Files:
	cups-peercred.patch 
Log Message:
* Tue Feb  5 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.5-4
- Fix compilation of SO_PEERCRED support.


cups-peercred.patch:

--- NEW FILE cups-peercred.patch ---
diff -up cups-1.3.5/cups/auth.c.peercred cups-1.3.5/cups/auth.c
--- cups-1.3.5/cups/auth.c.peercred	2008-02-05 16:50:17.000000000 +0000
+++ cups-1.3.5/cups/auth.c	2008-02-05 16:50:22.000000000 +0000
@@ -36,6 +36,7 @@
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/socket.h>
 #include <sys/stat.h>
 #if defined(WIN32) || defined(__EMX__)
 #  include <io.h>
diff -up cups-1.3.5/scheduler/auth.c.peercred cups-1.3.5/scheduler/auth.c
--- cups-1.3.5/scheduler/auth.c.peercred	2008-02-05 15:44:57.000000000 +0000
+++ cups-1.3.5/scheduler/auth.c	2008-02-05 16:50:36.000000000 +0000
@@ -86,6 +86,7 @@ extern const char *cssmErrorString(int e
 #ifdef HAVE_SYS_PARAM_H
 #  include <sys/param.h>
 #endif /* HAVE_SYS_PARAM_H */
+#include <sys/socket.h>
 #ifdef HAVE_SYS_UCRED_H
 #  include <sys/ucred.h>
 typedef struct xucred cupsd_ucred_t;


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -r1.385 -r1.386
--- cups.spec	5 Feb 2008 15:37:24 -0000	1.385
+++ cups.spec	5 Feb 2008 16:58:04 -0000	1.386
@@ -39,6 +39,7 @@
 Patch12: cups-wbuffer.patch
 Patch13: cups-direct-usb.patch
 Patch14: cups-lpr-help.patch
+Patch15: cups-peercred.patch
 Patch16: cups-pid.patch
 Patch17: cups-foomatic-recommended.patch
 Patch19: cups-eggcups.patch
@@ -152,6 +153,7 @@
 %patch12 -p1 -b .wbuffer
 %patch13 -p1 -b .direct-usb
 %patch14 -p1 -b .lpr-help
+%patch15 -p1 -b .peercred
 %patch16 -p1 -b .pid
 %patch17 -p1 -b .foomatic-recommended
 %patch19 -p1 -b .eggcups
@@ -451,6 +453,7 @@
 
 %changelog
 * Tue Feb  5 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.5-4
+- Fix compilation of SO_PEERCRED support.
 - Include fixes from svn up to revision 7287.  No longer need str2650 or
   str2664 patches.
 




More information about the fedora-extras-commits mailing list