Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/trousers/files: trousers-0.2.3-nouseradd.patch trousers-0.3.1-gcc43.patch
Date: Wed, 23 Jul 2008 09:52:54
Message-Id: E1KLb1S-0002bS-ED@stork.gentoo.org
1 loki_val 08/07/23 09:52:38
2
3 Modified: trousers-0.2.3-nouseradd.patch
4 Added: trousers-0.3.1-gcc43.patch
5 Log:
6 Fix for gcc-4.3, tidy up ebuild. Bug #232521. Thanks to Shvetsov Alexey <alexxyum@×××××.com>
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.2 app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch?r1=1.1&r2=1.2
15
16 Index: trousers-0.2.3-nouseradd.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- trousers-0.2.3-nouseradd.patch 17 Sep 2005 13:39:17 -0000 1.1
23 +++ trousers-0.2.3-nouseradd.patch 23 Jul 2008 09:52:37 -0000 1.2
24 @@ -1,5 +1,5 @@
25 ---- Makefile.am.orig 2005-07-30 19:33:46.000000000 +1000
26 -+++ Makefile.am 2005-07-30 19:34:09.000000000 +1000
27 +--- dist/Makefile.am.orig 2005-07-30 19:33:46.000000000 +1000
28 ++++ dist/Makefile.am 2005-07-30 19:34:09.000000000 +1000
29 @@ -9,8 +9,6 @@
30 /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
31
32 @@ -9,8 +9,8 @@
33 /bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd
34 /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
35 /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm
36 ---- Makefile.in.orig 2005-07-30 19:33:52.000000000 +1000
37 -+++ Makefile.in 2005-07-30 19:34:22.000000000 +1000
38 +--- dist/Makefile.in.orig 2005-07-30 19:33:52.000000000 +1000
39 ++++ dist/Makefile.in 2005-07-30 19:34:22.000000000 +1000
40 @@ -369,8 +369,6 @@
41 /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
42
43
44
45
46 1.1 app-crypt/trousers/files/trousers-0.3.1-gcc43.patch
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch?rev=1.1&content-type=text/plain
50
51 Index: trousers-0.3.1-gcc43.patch
52 ===================================================================
53 --- src/trspi/crypto/openssl/symmetric.c.orig 2008-07-21 02:14:44.000000000 +0400
54 +++ src/trspi/crypto/openssl/symmetric.c 2008-07-21 02:15:06.000000000 +0400
55 @@ -16,6 +16,7 @@
56 */
57
58 #include <string.h>
59 +#include <limits.h>
60
61 #include <openssl/evp.h>
62 #include <openssl/err.h>
63 --- src/tspi/tsp_ps.c.orig 2008-07-21 02:27:14.000000000 +0400
64 +++ src/tspi/tsp_ps.c 2008-07-21 02:27:40.000000000 +0400
65 @@ -15,6 +15,7 @@
66 #include <string.h>
67 #include <unistd.h>
68 #include <stdio.h>
69 +#include <limits.h>
70
71 #include "trousers/tss.h"
72 #include "trousers/trousers.h"
73 --- src/tspi/tspi_aik.c.orig 2008-07-21 02:31:35.000000000 +0400
74 +++ src/tspi/tspi_aik.c 2008-07-21 02:32:04.000000000 +0400
75 @@ -12,6 +12,7 @@
76 #include <stdio.h>
77 #include <string.h>
78 #include <inttypes.h>
79 +#include <limits.h>
80
81 #include "trousers/tss.h"
82 #include "trousers/trousers.h"