diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 22:37:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 22:37:54 +0000 |
commit | ca68caa89d4c684d9df7c82c97df3aa1140b955a (patch) | |
tree | f024aee81ff30d482fdfc70a98ab81a74baa7cad /app-crypt/trousers/files | |
parent | Stable on amd64 wrt bug #325875 (diff) | |
download | historical-ca68caa89d4c684d9df7c82c97df3aa1140b955a.tar.gz historical-ca68caa89d4c684d9df7c82c97df3aa1140b955a.tar.bz2 historical-ca68caa89d4c684d9df7c82c97df3aa1140b955a.zip |
Delete older ebuilds.
Diffstat (limited to 'app-crypt/trousers/files')
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-gcc43.patch | 30 | ||||
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-qa.patch | 12 |
2 files changed, 0 insertions, 42 deletions
diff --git a/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch b/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch deleted file mode 100644 index db0f48e5f8b9..000000000000 --- a/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- src/trspi/crypto/openssl/symmetric.c.orig 2008-07-21 02:14:44.000000000 +0400 -+++ src/trspi/crypto/openssl/symmetric.c 2008-07-21 02:15:06.000000000 +0400 -@@ -16,6 +16,7 @@ - */ - - #include <string.h> -+#include <limits.h> - - #include <openssl/evp.h> - #include <openssl/err.h> ---- src/tspi/tsp_ps.c.orig 2008-07-21 02:27:14.000000000 +0400 -+++ src/tspi/tsp_ps.c 2008-07-21 02:27:40.000000000 +0400 -@@ -15,6 +15,7 @@ - #include <string.h> - #include <unistd.h> - #include <stdio.h> -+#include <limits.h> - - #include "trousers/tss.h" - #include "trousers/trousers.h" ---- src/tspi/tspi_aik.c.orig 2008-07-21 02:31:35.000000000 +0400 -+++ src/tspi/tspi_aik.c 2008-07-21 02:32:04.000000000 +0400 -@@ -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 --git a/app-crypt/trousers/files/trousers-0.3.1-qa.patch b/app-crypt/trousers/files/trousers-0.3.1-qa.patch deleted file mode 100644 index 5de41eefda4d..000000000000 --- a/app-crypt/trousers/files/trousers-0.3.1-qa.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNp trousers-0.3.1.org/src/tspi/tspi_nv.c trousers-0.3.1/src/tspi/tspi_nv.c ---- trousers-0.3.1.org/src/tspi/tspi_nv.c 2007-09-25 20:57:58.000000000 +0200 -+++ trousers-0.3.1/src/tspi/tspi_nv.c 2007-11-24 21:12:16.000000000 +0200 -@@ -217,7 +217,7 @@ Tspi_NV_ReleaseSpace(TSS_HNVSTORE hNvsto - - nv_data_public.tag = TPM_TAG_NV_DATA_PUBLIC; - -- if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, (TSS_HPCRS)NULL, &pPCR_len, &pPCR))) -+ if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, 0, &pPCR_len, &pPCR))) - return result; - - NVPublic_DataSize = 0; |