Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Feb 01, 2024
  3. Nov 26, 2022
  4. Jun 21, 2022
  5. Jun 07, 2022
  6. May 29, 2022
    • Jonas Witschel's avatar
      Pin the hash of the tag object instead of the tag name for git sources · 6d1f853f
      Jonas Witschel authored
      Tags can be force pushed upstream, so relying on the tag name is not enough to
      guarantee integrity of the sources. Instead we can pin the SHA-1 hash of the
      tag object (obtained using "git rev-parse"), which would change in the event of
      a force push.
      
      Also add a pkgver() function to avoid accidentally bumping only $pkgver instead
      of updating $_tag.
      6d1f853f
  7. Feb 22, 2022
  8. Feb 18, 2022
  9. Mar 31, 2021
  10. Mar 23, 2021
    • Jonas Witschel's avatar
      upstream release · fbca804b
      Jonas Witschel authored
      - gnu-efi must now be built as a vendored Git submodule, using the system
        gnu-efi libraries is no longer supported (so EFI_PATH can be removed as
        well).
      - HTTP boot is now enabled by default, so the ENABLE_HTTPBOOT configuration
        option does not exist any more.
      - Add a check() function to run the new unit tests.
      - The README has been moved to README.md.
      15.3-1
      fbca804b
  11. Sep 29, 2020
    • David Runge's avatar
      Rebuild with different architecture. · 7786635d
      David Runge authored
      As the EFI binaries can be different from the host architecture and are not used during runtime, the architecture of the package should be any.
      Updating the description to make sure users do not think this is a signed shim.
      15-5
      7786635d
  12. Sep 27, 2020
Loading