Skip to content
Snippets Groups Projects
  1. Mar 20, 2025
  2. Jul 14, 2024
  3. Feb 01, 2024
  4. Nov 26, 2022
  5. Jun 21, 2022
  6. Jun 07, 2022
  7. 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
  8. Feb 22, 2022
  9. Feb 18, 2022
  10. Mar 31, 2021
  11. 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.
  12. Sep 29, 2020
  13. Sep 27, 2020
Loading