From 2d0e978c947198bc394ba2b7f271cab2abcbfc6c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 24 Sep 2023 18:03:14 +0100 Subject: update grub revision It's now 44 revisions above 2.12-rc1, not 17 above. The additional patches (in GRUB master) contain several important fixes, including cryptodisk and ZFS fixes plus a few other interesting changes, namely: 14c95e57fddb6c826bee7755232de62efc8eb45b: kern/misc: Make grub_vsnprintf() C99/POSIX conformant 296d3ec835ed6e3b90d740e497bb534f14fe4b79: disk/cryptodisk: Fix missing change when updating to use grub_uuidcasecmp() 42a831d7462ec3a114156d56ef8a03e1d47f19e7: ZFS: support inode type embed into its ID 96446ce14e2d1fe9f5b36ec4ac45a2efd92a40d1: ZFS: Fix invalid memcmp 444089eec6042250ce3a7184cb09bd8a2ab16808: ZFS: Don't iterate over null objsets 7ce5b4911005b2a0bfd716d92466b6711844068c: ZFS: Check bonustype in addition to dnode type There are more patches than this, but these are the ones that strike me as interesting for Libreboot. Signed-off-by: Leah Rowe --- config/git/revisions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/git/revisions b/config/git/revisions index 60f2588b..d053c474 100644 --- a/config/git/revisions +++ b/config/git/revisions @@ -20,7 +20,7 @@ } {grub}{ - rev: 4fdcb339bbcfbf5c234c764c83813ab8de9c9657 + rev: db1faedccdce3cf83336155a95c04a8db03744c5 loc: grub url: git://git.savannah.gnu.org/grub.git bkup_url: http://git.savannah.gnu.org/r/grub.git -- cgit v1.2.1