1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2026-07-08 22:45:39 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Pete Batard
07ae99e9f4
[uefi] update uefi-ntfs, ntfs-3g and uefi-md5sum to latest
* This is done to prevent a crash/reboot on Snapdragon X based platforms due to the ntfs-3g driver
  attempting to access freed memory if not all file handles were closed on UEFI runtime exit.
* Closes #2934.
* https://github.com/pbatard/uefi-ntfs/releases/tag/v2.8
* https://github.com/pbatard/ntfs-3g/releases/tag/1.8
* https://github.com/pbatard/uefi-md5sum/releases/tag/v1.2
2026-06-15 23:25:03 +01:00
Pete Batard
fdde687d46
[uefi] embed and allow the download of official signed DBX binaries
* With Microsoft having finally relinquished the terms of use of DBX binaries (where their
  previous legalese pretty much made it illegal for anyone who wasn't an OS manufacturer to
  download DBX for use in applications) we can now formally embed, as well as download the
  DBXs when they are updated.
* This is accomplished by querying the https://github.com/microsoft/secureboot_objects
  GitHub repo (which is now the official repository for the UEFI Forum's revocation files)
  through api.github.com and checking the timestamps of the last commit on the relevant files.
  If a more recent DBX is found than the one embedded (or a previously downloaded one), Rufus
  will now prompt the user to download it, as part of its regular update check (if enabled).
* Note that, since there have been no official revocations for them yet, IA64, RISCV64 and
  LoongArch64 are currently placeholders.
* Also note that we currently don't use this mechanism for Microsoft's SVN revocations, as
  we already have a more efficient check for it through SBAT.
* Also fix the handling of the RISCV64 MD5Sum UEFI bootloader, whose offset was incorrect.
2025-03-27 16:11:45 +00:00
Pete Batard
b7568ab30a
[uefi] add the uefi-md5sum resources
* See https://github.com/pbatard/uefi-md5sum.
* The ia32, x64 and aa64 have been Secure Boot signed by Microsoft.
2024-03-28 23:50:41 +00:00