* [gentoo-commits] gentoo-x86 commit in app-crypt/trousers/files: trousers-0.3.1-qa.patch
@ 2007-11-24 22:38 Alon Bar-Lev (alonbl)
0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev (alonbl) @ 2007-11-24 22:38 UTC (permalink / raw
To: gentoo-commits
alonbl 07/11/24 22:38:11
Added: trousers-0.3.1-qa.patch
Log:
Fix 64bit issue, bug#200218, thanks to dev-zero
(Portage version: 2.1.3.19)
Revision Changes Path
1.1 app-crypt/trousers/files/trousers-0.3.1-qa.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.3.1-qa.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/trousers/files/trousers-0.3.1-qa.patch?rev=1.1&content-type=text/plain
Index: trousers-0.3.1-qa.patch
===================================================================
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;
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-24 22:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-24 22:38 [gentoo-commits] gentoo-x86 commit in app-crypt/trousers/files: trousers-0.3.1-qa.patch Alon Bar-Lev (alonbl)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox