WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] update tboot tarfile to latest version

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] update tboot tarfile to latest version
From: "Cihula, Joseph" <joseph.cihula@xxxxxxxxx>
Date: Wed, 2 Jul 2008 13:04:25 -0700
Cc: "Wang, Shane" <shane.wang@xxxxxxxxx>, "Wei, Gang" <gang.wei@xxxxxxxxx>
Delivery-date: Wed, 02 Jul 2008 13:05:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjcftExTq55qTpoQLK1hvK77bVEAg==
Thread-topic: [PATCH] update tboot tarfile to latest version
This patch updates the tboot tarfile used by the optional tboot-* build
targets to be the latest one in the Trusted Boot SourceForge site.
Please include this patch in 1.3.

Joe

# HG changeset patch
# User Joseph Cihula <joseph.cihula@xxxxxxxxx>
# Date 1215027500 25200
# Node ID 1877486e4c371c9d3fe52671cdcb0a13feafefa7
# Parent  08f77df14cba8e2dfe580779bb9ca2f64e1ae0ae
Update tboot tarfile to latest version in Trusted Boot SourceForge site

Signed-off-by:  Joseph Cihula <joseph.cihula@xxxxxxxxx>

diff -r 08f77df14cba -r 1877486e4c37 Makefile
--- a/Makefile  Wed Jul 02 11:30:37 2008 +0900
+++ b/Makefile  Wed Jul 02 12:38:20 2008 -0700
@@ -214,7 +214,7 @@ linux26:
 # tboot targets
 #
 
-TBOOT_TARFILE = tboot-20071128.tar.gz
+TBOOT_TARFILE = tboot-20080613.tar.gz
 TBOOT_BASE_URL = http://downloads.sourceforge.net/tboot
 
 .PHONY: build-tboot

Attachment: xen-Makefile-tboot.patch
Description: xen-Makefile-tboot.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] update tboot tarfile to latest version, Cihula, Joseph <=