Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: update_metadata.proto

Issue 3173032: AU: Payload Signer class (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: git pull Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « unittest_key.pem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_metadata.proto
diff --git a/update_metadata.proto b/update_metadata.proto
index d849a8a456e447134d708b6d9b13cf14788e6a46..20c5d9fc5bafb31e8cf83571001fc4edb05ef602 100644
--- a/update_metadata.proto
+++ b/update_metadata.proto
@@ -7,7 +7,7 @@
// version. The update format is represented by this struct pseudocode:
// struct delta_update_file {
// char magic[4] = "CrAU";
-// uint32 file_format_version = 1;
+// uint64 file_format_version = 1;
// uint64 manifest_size; // Size of protobuf DeltaArchiveManifest
// // The Bzip2 compressed DeltaArchiveManifest
// char manifest[];
@@ -80,7 +80,7 @@ message Extent {
message Signatures {
message Signature {
optional uint32 version = 1;
- optional string data = 2;
+ optional bytes data = 2;
}
repeated Signature signatures = 1;
}
« no previous file with comments | « unittest_key.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698