Your message dated Tue, 26 Jul 2016 12:19:47 +0000
with message-id <[email protected]>
and subject line Bug#735296: fixed in vboot-utils 0~R52-8350.B-1
has caused the Debian Bug report #735296,
regarding cgpt: the man page is extremely basic and does not cover all
available options
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
735296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cgpt
Version: 0~20121212-3
Severity: minor
Tags: patch
The subject of this bug report pretty much covers it. The manual that is
currently installed with the cgpt package was generated using help2man and is
missing copious amounts of documentation. Several options that are critical to
the operation of the program are not documented in its man page at all. Since
upstream still does not have a man page for this program, I took the initiative
to write a new one which covers all of the information from the various levels
of cgpt help output and then some. Both the diff against the current man page
and a complete version of the new man page (since the diff changes everything
but 4 lines) are attached to this message.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (800, 'testing'), (400, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cgpt depends on:
ii libc6 2.17-97
ii libuuid1 2.20.1-5.5
cgpt recommends no packages.
cgpt suggests no packages.
-- no debconf information
--- a/debian/cgpt.1
+++ b/debian/cgpt.1
@@ -1,35 +1,243 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
-.TH CGPT "1" "February 2013" "cgpt " "User Commands"
+\" TROFF Macro Summary: http://www.fileformat.info/info/man-pages/macro.htm
+
+.TH CGPT "8" "January 2014" "cgpt " "System Administration Commands"
+
.SH NAME
-cgpt \- Utility for ChromeOS-specific GPT partitions
+cgpt \- Utility to manipulate GPT partitions with Chromium OS extensions
+
.SH SYNOPSIS
.B cgpt
-\fICOMMAND \fR[\fIOPTIONS\fR] \fIDRIVE\fR
+\fICOMMAND\fR
+[\fIOPTIONS\fR]
+\fIDRIVE\fR
+
.SH DESCRIPTION
-Supported COMMANDs:
-.TP
-create
-Create or reset GPT headers and tables
-.TP
-add
-Add, edit or remove a partition entry
-.TP
-show
-Show partition table and entries
-.TP
-repair
-Repair damaged GPT headers and tables
-.TP
-boot
-Edit the PMBR sector for legacy BIOSes
-.TP
-find
-Locate a partition by its GUID
-.TP
-prioritize
-Reorder the priority of all kernel partitions
-.TP
-legacy
-Switch between GPT and Legacy GPT
-.PP
-For more detailed usage, use cgpt COMMAND \fB\-h\fR
+Cgpt is a tool to manipulate a GUID Partition Table from the command line. Although several other utilities exist for the same basic purpose \- some with more features and a captive user interface \- cgpt is unique in that it also supports Chromium OS extensions. These extensions are not generally useful; they are specific to the u-boot firmware found on some Chromebooks. They may be used to change priority for kernel partitions and give other hints to u-boot Chromebook firmware. Use this utility only to manipulate a partition table for compatible Chromebooks.
+
+.SH COMMANDS
+Each action performed by this program \- with the notable exception of the \fI\-h\fR \fIOPTION\fR \- is initiated by a command which tells cgpt the type of operation to perform. All available commands are described below.
+
+.IP \fBcreate\fR
+Create or reset GPT headers and tables.
+
+.IP \fBadd\fR
+Add, edit, or remove a partition entry.
+
+This command requires a minimum of three options to do anything useful. See the \fICREATE OPTIONS\fR section for details.
+
+.IP \fBshow\fR
+Show the partition table and entries.
+
+.IP \fBrepair\fR
+Repair damaged GPT headers and tables.
+
+.IP \fBboot\fR
+Edit the PMBR sector for legacy BIOSes.
+
+If no \fIBOOT OPTIONS\fR are specified, this command will just print the PMBR boot GUID.
+
+.IP \fBfind\fR
+Find a partition by its UUID or label.
+
+If no \fIDRIVE\fR is specified, this command will scan all physical drives for a match.
+
+.IP \fBprioritize\fR
+Reorder the priority of all ChromeOS kernel partitions.
+
+If no options are specified, this command will set the lowest active kernel to priority 1 while maintaining the original order.
+
+.IP \fBlegacy\fR
+Switch between GPT and Legacy GPT.
+
+.SH GENERAL\ OPTIONS
+The options described in this section apply to every \fICOMMAND\fR supported by this program.
+
+.IP \fB-h\fR
+For more detailed usage, use \fBcgpt\fR \fICOMMAND\fR \fI-h\fR
+
+.SH CREATE\ OPTIONS
+The options described in this section apply only to the \fIcreate\fR \fICOMMAND\fR.
+
+.IP \fB-z\fR
+Zero the sectors of the GPT table and its entries.
+
+.SH ADD\ OPTIONS
+The options described in this section apply only to the \fIadd\fR \fICOMMAND\fR.
+
+Use the \fI-i\fR option to modify an existing partition. The \fI-b\fR, \fI-s\fR, and \fI-t\fR options must be given for new partitions.
+
+.IP \fB-i\fR\ \fINUM\fR
+Add the partition as number \fINUM\fR. The default, when this option is not used, is to use the next available partition number.
+
+.IP \fB-b\fR\ \fINUM\fR
+The partition should start at sector \fINUM\fR.
+
+.IP \fB-s\fR\ \fINUM\fR
+The partition should occupy \fINUM\fR sectors. This is the effective partition size, in sectors.
+
+.IP \fB-t\fR\ \fIGUID\fR
+Add a new \fIGUID\fR type partition.
+
+.TS
+allbox tab(%);
+c l
+c l.
+\fBPartition Type\fR %\fBDescription\fR
+firmware %ChromeOS firmware
+kernel %ChromeOS kernel
+rootfs %ChromeOS rootfs
+data %Linux data
+reserved %ChromeOS reserved
+efi %EFI System Partition
+unused %Unused (nonexistent) partition
+.TE
+
+.IP \fB-u\fR\ \fIGUID\fR
+Assign the new partition \fIGUID\fR as its Partition Unique ID.
+
+.IP \fB-l\fR\ \fILABEL\fR
+Give the partition the label \fILABEL\fR.
+
+.IP \fB-S\fR\ \fINUM\fR
+Set the firmware "Successful" flag. \fINUM\fR must be either 0 or 1.
+
+.IP \fB-T\fR\ \fINUM\fR
+Set the firmware "Tries" flag. \fINUM\fR must be between 0 and 15 (inclusive).
+
+.IP \fB-P\fR\ \fINUM\fR
+Set the firmware "Priority" flag. \fINUM\fR must be between 0 and 15 (inclusive).
+
+.IP \fB-A\fR\ \fINUM\fR
+Set an aribtrary attribute value. \fINUM\fR must be a raw 64-bit integer.
+
+.SH SHOW\ OPTIONS
+The options described in this section apply only to the \fIshow\fR \fICOMMAND\fR.
+
+.IP \fB-n\fR
+Display numeric output only.
+
+.IP \fB-v\fR
+Be much more verbose in the partition table output.
+
+.IP \fB-q\fR
+Prefer quick output over the greater level of detail usually printed.
+
+.IP \fB-i\fR\ \fINUM\fR
+Show partition \fINUM\fR only. The partition may be selected using one of the following flags. For more detailed information on each flag, see the equivalent flag's description in the \fIADD OPTIONS\fR section.
+
+.TS
+allbox tab(%);
+c l
+c l.
+\fBFlag\fR %\fBShort Description\fR
+\-b %Beginning sector
+\-s %Partition size
+\-t %Type GUID
+\-u %Unique GUID
+\-l %Label
+\-S %Successful flag
+\-T %Tries flag
+\-P %Priority flag
+\-A %Raw 64-bit attribute value
+.TE
+
+.IP \fB-d\fR
+Print debug output, including any invalid headers which are present.
+
+.SH REPAIR\ OPTIONS
+The options described in this section apply only to the \fIrepair\fR \fICOMMAND\fR.
+
+.IP \fB-v\fR
+Print extra partition table repair details.
+
+.SH BOOT\ OPTIONS
+The options described in this section apply only to the \fIboot\fR \fICOMMAND\fR.
+
+.IP \fB-i\fR\ \fINUM\fR
+Set partition \fINUM\fR as a bootable partition. This command merely sets the flag; it does not actually install a bootloader or do anything else to make the partition bootable.
+
+.IP \fB-b\fR\ \fIFILE\fR
+Install the bootloader code contained in the binary file \fIFILE\fR in the Protected Master Boot Record (PMBR). This code should be no larger than the PMBR (or you risk damaging the partition table).
+
+.IP \fB-p\fR
+Create a legacy Protected Master Boot Record (PMBR) Partition Table. PMBR is a compatibility feature for legacy support only. It must be synchronized with the GUID Partition Table (GPT) each time you make changes to a partition's constraints. Only use this feature if you absolutely need it.
+
+.SH FIND\ OPTIONS
+The options described in this section apply only to the \fIfind\fR \fICOMMAND\fR.
+
+.IP \fB-t\fR\ \fIGUID\fR
+Search for a \fIGUID\fR type partition. Valid partition types are enumerated under the \fI-t\fR \fIOPTION\fR in the \fIADD OPTIONS\fR section.
+
+.IP \fB-u\fR\ \fIGUID\fR
+Search for a partition using \fIGUID\fR as its Partition Unique ID.
+
+.IP \fB-l\fR\ \fILABEL\fR
+Search for a partition with the label \fILABEL\fR.
+
+.IP \fB-v\fR
+Be verbose in displaying matches. The output will get progressively more verbose the more times this option is specified (to a point).
+
+.IP \fB-n\fR
+Display numeric output only.
+
+.IP \fB-1\fR
+Fail if more than one match is found.
+
+.IP \fB-M\fR\ \fIFILE\fR
+Matching partitions must also contain the content in the binary file \fIFILE\fR.
+
+.IP \fB-O\fR\ \fINUM\fR
+If \fI-M\fR is specified, start matching \fIFILE\fR's contents at the byte offset \fINUM\fR into the partition. By default (if this option is not specified), data is matched from the beginning of the partition (\fI-O\fR 0).
+
+.SH PRIORITIZE\ OPTIONS
+The options described in this section apply only to the \fIprioritize\fR \fICOMMAND\fR.
+
+.IP \fB-P\fR\ \fINUM\fR
+Set \fINUM\fR as the highest priority in the new ordering. The other partitions will be ranked in decreasing priority while preserving their original order. The lowest ranks will be coalesced, if necessary; no active kernels will be lowered to priority 0.
+
+.IP \fB-i\fR\ \fINUM\fR
+Make partition \fINUM\fR the highest priority partition in the new order.
+
+.IP \fB-f\fR
+Give friends of the specified partition (those with the same starting priority) the new highest priority as well.
+
+.SH LEGACY\ OPTIONS
+The options described in this section apply only to the \fIlegacy\fR \fICOMMAND\fR.
+
+.IP \fB-e\fR
+Switch the GPT header signature back to "EFI PART". By default the GPT header signature will be switched to "CHROMEOS".
+
+.SH DRIVE
+Perform the specified operations on \fIDRIVE\fR. \fIDRIVE\fR should be a block device (typically /dev/sd[a-z] or /dev/mmcblk[0-9]) or a raw file representing a disk image.
+
+.SH EXAMPLES
+The following examples demonstrate valid syntax only. It is up to you to interpret them based on the documentation in this manual.
+
+\fBcgpt\fR \fIshow\fR /dev/mmcblk0
+.br
+\fBcgpt\fR \fIcreate\fR /dev/mmcblk0
+.br
+\fBcgpt\fR \fIadd\fR \fI-i\fR 2 \fI-S\fR 1 \fI-T\fR 15 \fI-P\fR 15 /dev/mmcblk0
+.br
+\fBcgpt\fR \fIadd\fR \fI-i\fR 1 \fI-t\fR data \fI-l\fR "STATE" /dev/mmcblk0
+.br
+\fBcgpt\fR \fIadd\fR \fI-i\fR 2 \fI-t\fR kernel \fI-l\fR "KERN-A" /dev/mmcblk0
+.br
+\fBcgpt\fR \fIadd\fR \fI-i\fR 3 \fI-t\fR rootfs \fI-l\fR "ROOT-A" /dev/mmcblk0
+
+.SH AUTHOR
+This manual page was written by Karl Lenz <[email protected]> for the Debian project (but may be used by others).
+
+.SH COPYRIGHT
+Cgpt is copyright 2010-2013, The Chromium OS Authors
+.br
+This manual page is copyright 2014, Karl Lenz
+
+Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
+
+Cgpt is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the BSD 3-Clause License, which is distributed with this program in the LICENSE file. On Debian systems, the complete text of the BSD 3-Clause License can be found in /usr/share/common-licenses/BSD.
+
+.SH SEE\ ALSO
+.BR parted (8),
+.BR gdisk (8),
+.BR gptsync (8)
\" TROFF Macro Summary: http://www.fileformat.info/info/man-pages/macro.htm
..TH CGPT "8" "January 2014" "cgpt " "System Administration Commands"
..SH NAME
cgpt \- Utility to manipulate GPT partitions with Chromium OS extensions
..SH SYNOPSIS
..B cgpt
\fICOMMAND\fR
[\fIOPTIONS\fR]
\fIDRIVE\fR
..SH DESCRIPTION
Cgpt is a tool to manipulate a GUID Partition Table from the command line. Although several other utilities exist for the same basic purpose \- some with more features and a captive user interface \- cgpt is unique in that it also supports Chromium OS extensions. These extensions are not generally useful; they are specific to the u-boot firmware found on some Chromebooks. They may be used to change priority for kernel partitions and give other hints to u-boot Chromebook firmware. Use this utility only to manipulate a partition table for compatible Chromebooks.
..SH COMMANDS
Each action performed by this program \- with the notable exception of the \fI\-h\fR \fIOPTION\fR \- is initiated by a command which tells cgpt the type of operation to perform. All available commands are described below.
..IP \fBcreate\fR
Create or reset GPT headers and tables.
..IP \fBadd\fR
Add, edit, or remove a partition entry.
This command requires a minimum of three options to do anything useful. See the \fICREATE OPTIONS\fR section for details.
..IP \fBshow\fR
Show the partition table and entries.
..IP \fBrepair\fR
Repair damaged GPT headers and tables.
..IP \fBboot\fR
Edit the PMBR sector for legacy BIOSes.
If no \fIBOOT OPTIONS\fR are specified, this command will just print the PMBR boot GUID.
..IP \fBfind\fR
Find a partition by its UUID or label.
If no \fIDRIVE\fR is specified, this command will scan all physical drives for a match.
..IP \fBprioritize\fR
Reorder the priority of all ChromeOS kernel partitions.
If no options are specified, this command will set the lowest active kernel to priority 1 while maintaining the original order.
..IP \fBlegacy\fR
Switch between GPT and Legacy GPT.
..SH GENERAL\ OPTIONS
The options described in this section apply to every \fICOMMAND\fR supported by this program.
..IP \fB-h\fR
For more detailed usage, use \fBcgpt\fR \fICOMMAND\fR \fI-h\fR
..SH CREATE\ OPTIONS
The options described in this section apply only to the \fIcreate\fR \fICOMMAND\fR.
..IP \fB-z\fR
Zero the sectors of the GPT table and its entries.
..SH ADD\ OPTIONS
The options described in this section apply only to the \fIadd\fR \fICOMMAND\fR.
Use the \fI-i\fR option to modify an existing partition. The \fI-b\fR, \fI-s\fR, and \fI-t\fR options must be given for new partitions.
..IP \fB-i\fR\ \fINUM\fR
Add the partition as number \fINUM\fR. The default, when this option is not used, is to use the next available partition number.
..IP \fB-b\fR\ \fINUM\fR
The partition should start at sector \fINUM\fR.
..IP \fB-s\fR\ \fINUM\fR
The partition should occupy \fINUM\fR sectors. This is the effective partition size, in sectors.
..IP \fB-t\fR\ \fIGUID\fR
Add a new \fIGUID\fR type partition.
..TS
allbox tab(%);
c l
c l.
\fBPartition Type\fR %\fBDescription\fR
firmware %ChromeOS firmware
kernel %ChromeOS kernel
rootfs %ChromeOS rootfs
data %Linux data
reserved %ChromeOS reserved
efi %EFI System Partition
unused %Unused (nonexistent) partition
..TE
..IP \fB-u\fR\ \fIGUID\fR
Assign the new partition \fIGUID\fR as its Partition Unique ID.
..IP \fB-l\fR\ \fILABEL\fR
Give the partition the label \fILABEL\fR.
..IP \fB-S\fR\ \fINUM\fR
Set the firmware "Successful" flag. \fINUM\fR must be either 0 or 1.
..IP \fB-T\fR\ \fINUM\fR
Set the firmware "Tries" flag. \fINUM\fR must be between 0 and 15 (inclusive).
..IP \fB-P\fR\ \fINUM\fR
Set the firmware "Priority" flag. \fINUM\fR must be between 0 and 15 (inclusive).
..IP \fB-A\fR\ \fINUM\fR
Set an aribtrary attribute value. \fINUM\fR must be a raw 64-bit integer.
..SH SHOW\ OPTIONS
The options described in this section apply only to the \fIshow\fR \fICOMMAND\fR.
..IP \fB-n\fR
Display numeric output only.
..IP \fB-v\fR
Be much more verbose in the partition table output.
..IP \fB-q\fR
Prefer quick output over the greater level of detail usually printed.
..IP \fB-i\fR\ \fINUM\fR
Show partition \fINUM\fR only. The partition may be selected using one of the following flags. For more detailed information on each flag, see the equivalent flag's description in the \fIADD OPTIONS\fR section.
..TS
allbox tab(%);
c l
c l.
\fBFlag\fR %\fBShort Description\fR
\-b %Beginning sector
\-s %Partition size
\-t %Type GUID
\-u %Unique GUID
\-l %Label
\-S %Successful flag
\-T %Tries flag
\-P %Priority flag
\-A %Raw 64-bit attribute value
..TE
..IP \fB-d\fR
Print debug output, including any invalid headers which are present.
..SH REPAIR\ OPTIONS
The options described in this section apply only to the \fIrepair\fR \fICOMMAND\fR.
..IP \fB-v\fR
Print extra partition table repair details.
..SH BOOT\ OPTIONS
The options described in this section apply only to the \fIboot\fR \fICOMMAND\fR.
..IP \fB-i\fR\ \fINUM\fR
Set partition \fINUM\fR as a bootable partition. This command merely sets the flag; it does not actually install a bootloader or do anything else to make the partition bootable.
..IP \fB-b\fR\ \fIFILE\fR
Install the bootloader code contained in the binary file \fIFILE\fR in the Protected Master Boot Record (PMBR). This code should be no larger than the PMBR (or you risk damaging the partition table).
..IP \fB-p\fR
Create a legacy Protected Master Boot Record (PMBR) Partition Table. PMBR is a compatibility feature for legacy support only. It must be synchronized with the GUID Partition Table (GPT) each time you make changes to a partition's constraints. Only use this feature if you absolutely need it.
..SH FIND\ OPTIONS
The options described in this section apply only to the \fIfind\fR \fICOMMAND\fR.
..IP \fB-t\fR\ \fIGUID\fR
Search for a \fIGUID\fR type partition. Valid partition types are enumerated under the \fI-t\fR \fIOPTION\fR in the \fIADD OPTIONS\fR section.
..IP \fB-u\fR\ \fIGUID\fR
Search for a partition using \fIGUID\fR as its Partition Unique ID.
..IP \fB-l\fR\ \fILABEL\fR
Search for a partition with the label \fILABEL\fR.
..IP \fB-v\fR
Be verbose in displaying matches. The output will get progressively more verbose the more times this option is specified (to a point).
..IP \fB-n\fR
Display numeric output only.
..IP \fB-1\fR
Fail if more than one match is found.
..IP \fB-M\fR\ \fIFILE\fR
Matching partitions must also contain the content in the binary file \fIFILE\fR.
..IP \fB-O\fR\ \fINUM\fR
If \fI-M\fR is specified, start matching \fIFILE\fR's contents at the byte offset \fINUM\fR into the partition. By default (if this option is not specified), data is matched from the beginning of the partition (\fI-O\fR 0).
..SH PRIORITIZE\ OPTIONS
The options described in this section apply only to the \fIprioritize\fR \fICOMMAND\fR.
..IP \fB-P\fR\ \fINUM\fR
Set \fINUM\fR as the highest priority in the new ordering. The other partitions will be ranked in decreasing priority while preserving their original order. The lowest ranks will be coalesced, if necessary; no active kernels will be lowered to priority 0.
..IP \fB-i\fR\ \fINUM\fR
Make partition \fINUM\fR the highest priority partition in the new order.
..IP \fB-f\fR
Give friends of the specified partition (those with the same starting priority) the new highest priority as well.
..SH LEGACY\ OPTIONS
The options described in this section apply only to the \fIlegacy\fR \fICOMMAND\fR.
..IP \fB-e\fR
Switch the GPT header signature back to "EFI PART". By default the GPT header signature will be switched to "CHROMEOS".
..SH DRIVE
Perform the specified operations on \fIDRIVE\fR. \fIDRIVE\fR should be a block device (typically /dev/sd[a-z] or /dev/mmcblk[0-9]) or a raw file representing a disk image.
..SH EXAMPLES
The following examples demonstrate valid syntax only. It is up to you to interpret them based on the documentation in this manual.
\fBcgpt\fR \fIshow\fR /dev/mmcblk0
..br
\fBcgpt\fR \fIcreate\fR /dev/mmcblk0
..br
\fBcgpt\fR \fIadd\fR \fI-i\fR 2 \fI-S\fR 1 \fI-T\fR 15 \fI-P\fR 15 /dev/mmcblk0
..br
\fBcgpt\fR \fIadd\fR \fI-i\fR 1 \fI-t\fR data \fI-l\fR "STATE" /dev/mmcblk0
..br
\fBcgpt\fR \fIadd\fR \fI-i\fR 2 \fI-t\fR kernel \fI-l\fR "KERN-A" /dev/mmcblk0
..br
\fBcgpt\fR \fIadd\fR \fI-i\fR 3 \fI-t\fR rootfs \fI-l\fR "ROOT-A" /dev/mmcblk0
..SH AUTHOR
This manual page was written by Karl Lenz <[email protected]> for the Debian project (but may be used by others).
..SH COPYRIGHT
Cgpt is copyright 2010-2013, The Chromium OS Authors
..br
This manual page is copyright 2014, Karl Lenz
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
Cgpt is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the BSD 3-Clause License, which is distributed with this program in the LICENSE file. On Debian systems, the complete text of the BSD 3-Clause License can be found in /usr/share/common-licenses/BSD.
..SH SEE\ ALSO
..BR parted (8),
..BR gdisk (8),
..BR gptsync (8)
--- End Message ---
--- Begin Message ---
Source: vboot-utils
Source-Version: 0~R52-8350.B-1
We believe that the bug you reported is fixed in the latest version of
vboot-utils, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sophie Brun <[email protected]> (supplier of updated vboot-utils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 23 May 2016 10:55:20 +0200
Source: vboot-utils
Binary: vboot-utils cgpt vboot-kernel-utils
Architecture: source
Version: 0~R52-8350.B-1
Distribution: unstable
Urgency: medium
Maintainer: Sophie Brun <[email protected]>
Changed-By: Sophie Brun <[email protected]>
Description:
cgpt - GPT manipulation tool with support for Chromium OS extensions
vboot-kernel-utils - Chrome OS verified boot utils required to sign kernels
vboot-utils - Chrome OS verified u-boot utilities
Closes: 735296 798556 828592
Changes:
vboot-utils (0~R52-8350.B-1) unstable; urgency=medium
.
[ Sophie Brun ]
* Import new upstream release (Closes: #828592)
* Taking over with Antonio's permission (Closes: #798556)
* Update patches: 0001-use-zu-as-appropriate-for-size_t.patch,
0002-reduce-uname-down.patch, 0003-do-not-do-static-linking.patch,
0004-skip-test-workbuf.patch, 0005-remove-Werror.patch,
0006-add-CPPFLAGS-LDFLAGS.patch
* Update the installation: futility program is now in vboot-kernel-utils
* Update the manual pages (Closes: #735296)
* Add patches to fix installation: 0007-fix-install-vboot_reference.patch,
0010-change-install-directory-scripts.patch
* Add a patch to try to fix build on arm64
* Add a patch to drop a failing test
* Add debian/watch
.
[ Raphaƫl Hertzog ]
* Don't override dh_builddeb to force xz compression, it's the default
nowadays.
* Drop vboot_host.pc as we don't install the associated static library.
* Use https URL in Vcs-Browser.
* Drop build dependency on dpkg-dev as versioned dependency is satisfied in
oldstable (wheezy) and all newer releases.
Checksums-Sha1:
29156590402e4668508d03824f8d4e64be7022bf 1966 vboot-utils_0~R52-8350.B-1.dsc
7db9983cecfc3197e152c5d477988f2b46dc5e3a 35710031
vboot-utils_0~R52-8350.B.orig.tar.gz
5930cfaea48d00ec2eb6a1d99a973a286314262d 11132
vboot-utils_0~R52-8350.B-1.debian.tar.xz
Checksums-Sha256:
e1e517386471f0fc746dd4f0680dafabf9bc17e29857bb04e9b6140677e387a9 1966
vboot-utils_0~R52-8350.B-1.dsc
d6ff2b9dc0b6633c61796e6b8c1733910d1cb3ea9d5103a07d78cf5288a21466 35710031
vboot-utils_0~R52-8350.B.orig.tar.gz
121488124c88ff6768a489e780f48e07275dc8f02ac0ac67c815c224943b9407 11132
vboot-utils_0~R52-8350.B-1.debian.tar.xz
Files:
80c9d4302f23a207d07340da3881be1e 1966 admin extra
vboot-utils_0~R52-8350.B-1.dsc
bae03d907aeb544ddc1aa6bf76bfa1bb 35710031 admin extra
vboot-utils_0~R52-8350.B.orig.tar.gz
dd370f57d798a4ccf76a239ef5ce4b09 11132 admin extra
vboot-utils_0~R52-8350.B-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog
iQEcBAEBCgAGBQJXl0/hAAoJEAOIHavrwpq5K5UIAJtSyDPBRotxbbEz/F6X5tcq
0E4ZeaoSq54GbDZUxPlc/6W2ecMRXjKzLERvJqHyGeRP2rLsQJZGF2D54rOBbOiJ
MBlgLDD1ZFu0o5vwNTJjlmEl50qF9yb3iDyJTq9x9MW2H3CXOxjAHHig6OGfZ9r9
n2Bds7V2oZ+0cCbQjUXWTgULjdswtZXUxA2g2Dlh0aeSjjHzNx0r2/KgfK7KynMg
ipJAYxClV+q5lhoS/0r3EP3gU+8VBS26wG4QNjj4twLsPx5HYMT473PSmLVO4WHV
OhD7LorvKRnM6LHfL1jKG+OS3rcJeqSybZ5XB0H+0eHaXbl3HZ3Ihr5lI/Ccbc4=
=dWi9
-----END PGP SIGNATURE-----
--- End Message ---