rpms/trousers/F-9 trousers-0.3.1-limits.patch, NONE, 1.1 trousers.spec, 1.2, 1.3 trousers.limits.patch, 1.1, NONE

Emily Ratliff (ejratl) fedora-extras-commits at redhat.com
Tue Jun 3 20:53:05 UTC 2008


Author: ejratl

Update of /cvs/pkgs/rpms/trousers/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27743

Modified Files:
	trousers.spec 
Added Files:
	trousers-0.3.1-limits.patch 
Removed Files:
	trousers.limits.patch 
Log Message:
Fix for 434267


trousers-0.3.1-limits.patch:

--- NEW FILE trousers-0.3.1-limits.patch ---
diff -pur ./trousers-0.3.1/src/trspi/crypto/openssl/symmetric.c ./trousers-0.3.1.new/src/trspi/crypto/openssl/symmetric.c
--- ./trousers-0.3.1/src/trspi/crypto/openssl/symmetric.c	2008-03-01 14:40:51.000000000 -0800
+++ ./trousers-0.3.1.new/src/trspi/crypto/openssl/symmetric.c	2008-03-01 14:51:32.000000000 -0800
@@ -20,6 +20,7 @@
 #include <openssl/evp.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <limits.h>
 
 #include "trousers/tss.h"
 #include "trousers/trousers.h"
diff -pur ./trousers-0.3.1/src/tspi/tspi_aik.c ./trousers-0.3.1.new/src/tspi/tspi_aik.c
--- ./trousers-0.3.1/src/tspi/tspi_aik.c	2007-09-25 11:57:58.000000000 -0700
+++ ./trousers-0.3.1.new/src/tspi/tspi_aik.c	2008-03-01 15:06:06.000000000 -0800
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <inttypes.h>
+#include <limits.h>
 
 #include "trousers/tss.h"
 #include "trousers/trousers.h"
diff -pur ./trousers-0.3.1/src/tspi/tsp_ps.c ./trousers-0.3.1.new/src/tspi/tsp_ps.c
--- ./trousers-0.3.1/src/tspi/tsp_ps.c	2007-07-19 11:00:05.000000000 -0700
+++ ./trousers-0.3.1.new/src/tspi/tsp_ps.c	2008-03-01 15:05:10.000000000 -0800
@@ -15,6 +15,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <limits.h>
 
 #include "trousers/tss.h"
 #include "trousers/trousers.h"


Index: trousers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trousers/F-9/trousers.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- trousers.spec	19 Feb 2008 10:17:01 -0000	1.2
+++ trousers.spec	3 Jun 2008 20:52:17 -0000	1.3
@@ -23,6 +23,7 @@
 Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
 Patch0:			trousers-0.3.1-remove-group-install-code.patch
+Patch1:			trousers-0.3.1-limits.patch
 
 %description
 TrouSerS is an implementation of the Trusted Computing Group's Software Stack
@@ -53,6 +54,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p2
 
 %build
 %configure


--- trousers.limits.patch DELETED ---




More information about the fedora-extras-commits mailing list