nullboot 0.4.0-0ubuntu0.20.04.1 source package in Ubuntu

Changelog

nullboot (0.4.0-0ubuntu0.20.04.1) focal; urgency=medium

  * Feature:
    - Support for an -output-json option to dump efi boot variables to
      a JSON file
  * Bug fixes:
    - Handle missing BootOrder variable correctly

nullboot (0.3.0-0ubuntu0.20.04.1) focal; urgency=medium

  * Backport to focal (LP: #1968152)
    - Build with golang-1.16
    - Point debian-branch to ubuntu/focal
   * Bug fix:
     - Correctly handle deletion of boot entries
   * Misc:
     - Update dependencies to latest versions
   * GitHub:
     - Configure dependabot
     - Configure CodeQL
   * Packaging:
     - debian/copyright: Add GPL-3 common-licenses reference

nullboot (0.2.2-0ubuntu1) jammy; urgency=medium

  * shim: fallback: Terminate optional data (kernel) with space

nullboot (0.2.1-0ubuntu1) jammy; urgency=medium

  * Initial upload to main archive
  * Add missing continue for invalid EV_EFI_BOOT_SERVICES_APPLICATION

nullboot (0.2.0-0ubuntu0.20.04~ppa1) focal; urgency=medium

  * Use /boot/efi as the ESP location once again
  * Add -no-tpm and -no-efivars flags
  * Atomically update the BOOT.CSV file
  * postinst: Only run nullbootctl if BOOT.CSV exists already
  * postinst: Add missing debhelper token

nullboot (0.1.1-0ubuntu0.20.04~ppa2) focal; urgency=medium

  [ Chris Coulson ]
  * Trust boot assets used in the current boot

nullboot (0.1.0-0ubuntu0.20.04~ppa2) focal; urgency=medium

  * triggers: Update to new path

nullboot (0.1.0-0ubuntu0.20.04~ppa1) focal; urgency=medium

  * First release with resealing

nullboot (0.0.1-0ubuntu0.20.04~ppa1) focal; urgency=medium

  * Initial release

 -- Julian Andres Klode <email address hidden>  Wed, 18 May 2022 16:09:13 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe golang

Downloads

File Size SHA-256 Checksum
nullboot_0.4.0.orig-vendor.tar.gz 2.0 MiB 22c0a7ca93754528cf42e0ce9b48945b64265a0a4584fb4a8f534e126bd141e4
nullboot_0.4.0.orig.tar.gz 59.0 KiB f5052e204775b017af7392d7b9a0ddea7528b06d573796626a58e9c6801ee4d9
nullboot_0.4.0-0ubuntu0.20.04.1.debian.tar.xz 2.7 KiB 0f15fb4e6989f3970ae7047ff906e866502bcee9e3a2d666816c951f233c77f1
nullboot_0.4.0-0ubuntu0.20.04.1.dsc 2.3 KiB 6e4abff6eb456e4192dbf3d9f2eba33ab9e70ed6fe58cf68c0534980d9779481

View changes file

Binary packages built by this source

nullboot: UEFI boot entry manager

 nullboot installs kernel.efi binaries to the EFI system partition,
 registers them with the shim fallback loader and the UEFI boot order,
 and reseals the system for new kernel versions.

nullboot-dbgsym: debug symbols for nullboot