mirror of
https://github.com/pbatard/rufus.git
synced 2026-07-09 06:55:39 +00:00
* Per MS documentation, _mktime64() *ALTERS* the time being passed to first add/substract the timezone offset before converting to an epoch. * This resulted in our evaluated epoch from the DBX GitHub commit being a few hours more recent than the epoch we store for our embedded files (which is UTC) for timezones that are behind of UTC, since their epoch have an offset added to convert localtime to UTC. * Fix this by using _mkgmtime64() that does not suffer an unwanted time manipulation. * For safety, also use -u for epoch format conversion in our script just in case. * Closes #2762. * Also comment the "unsupported check; not verifying file integrity" warning for XZ decompression, improve XZ ARM64 support and add an exception for some Samsung UFDs. |
||
|---|---|---|
| .. | ||
| amd64_DBXUpdate.bin | ||
| arm64_DBXUpdate.bin | ||
| arm_DBXUpdate.bin | ||
| dbx_info.h | ||
| dbx_update.sh | ||
| ia64_DBXUpdate.bin | ||
| loongarch64_DBXUpdate.bin | ||
| readme.txt | ||
| riscv64_DBXUpdate.bin | ||
| x86_DBXUpdate.bin | ||
This directory contains the official UEFI revocation databases, as provided by https://github.com/microsoft/secureboot_objects/tree/main/PostSignedObjects. These are used by Rufus to warn the user if a UEFI bootloader has been revoked.