virt-firmware 24.1.1-2 source package in Ubuntu

Changelog

virt-firmware (24.1.1-2) unstable; urgency=medium

  [ Luca Boccassi ]
  * Fix autodep8 autopkgtest (Closes: #1066039)

 -- dann frazier <email address hidden>  Mon, 11 Mar 2024 08:24:54 -0600

Upload details

Uploaded by:
dann frazier
Uploaded to:
Sid
Original maintainer:
dann frazier
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
virt-firmware_24.1.1-2.dsc 2.0 KiB f775cf4eacde1ab3213c587ffcb0d9a3f300e403e72b09cc9549211e99ea400c
virt-firmware_24.1.1.orig.tar.gz 94.1 KiB a473df124ab4c84aaa218a7a4a488d2f97118c4b185dc1f7d7fabcff37a12673
virt-firmware_24.1.1-2.debian.tar.xz 3.1 KiB 96987f877abbc9cf778feac4fc535e74473a514a25553bb959ef64789f586b33

Available diffs

No changes file available.

Binary packages built by this source

python3-virt-firmware: Tools for manipulating edk2 (ovmf/qemu-efi) firmware images

 This is a collection of tools for edk2 firmware images. They support
 decoding and printing the content of firmware volumes. Variable stores
 (e.g. OVMF_VARS.fd) can be modified, for example to enroll secure boot
 certificates. Tools included:
 .
 virt-fw-dump - Decodes and prints the content of firmware volumes.
 .
 virt-fw-vars - Print and edit variable store volumes. Currently focused on
                enrolling certificates and enabling secure boot.
 .
 virt-fw-sigdb - Print and edit EFI signature database files.
 .
 host-efi-vars - Read efi variables from linux efivarfs and decode/print them.
 .
 kernel-bootcfg - Manage efi boot configuration for UKIs (unified kernel
                  images) when using direct boot (without boot loader like
                  grub or systemd-boot).
 .
 pe-dumpinfo - Information dump for pe (the format used by EFI) binaries.
 .
 pe-listsigs - List signatures and certificate chain for pe binaries. Can also
               extract certificates & signatures.
 .
 This package installs the library for Python 3.