d/rules: set AUTOMATIC_DATE to current one

revoking Grub binaries for the 2025-02 batch of CVEs

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2025-03-24 10:36:00 +01:00
parent c3ed184285
commit 5ecfcdc1ef

6
debian/rules vendored
View File

@ -39,9 +39,9 @@ COMMON_OPTIONS += \
$(NULL) $(NULL)
# Force shim to use the latest revocations by default to block some # Force shim to use the latest revocations by default to block some
# older grub / peimage issues. This is: # older grub issues. This is:
# "shim,4\ngrub,4\ngrub.peimage,2\n" # "shim,4\ngrub,5\n"
COMMON_OPTIONS += SBAT_AUTOMATIC_DATE=2024010900 COMMON_OPTIONS += SBAT_AUTOMATIC_DATE=2025021800
$(DBX_LIST): $(DBX_HASHES) $(DBX_LIST): $(DBX_HASHES)
./debian/generate_dbx_list $(EFI_ARCH) $< $@ ./debian/generate_dbx_list $(EFI_ARCH) $< $@