Skip to content

Commit

Permalink
Grub: Update from version 2.00 to 2.02
Browse files Browse the repository at this point in the history
fixes for new xfs version

Changelog:
        xfs: fix possible inode corruption in directory scan
        grub_xfs_iterate_dir did not restore first character after inline
        name when match was found. Dependning on XFS format this character
        could be inode number and we could return to the same node later in
        find_file if processing cycled symlinks.

        xfs: accept filesystem with meta_uuid
        XFS V5 stores UUID in metadata and compares them with superblock UUID.
        To allow changing of user-visible UUID it stores original value in new
        superblock field (meta_uuid) and sets incompatible flag to indicate that
        new field must be used to verify metadata. Our driver currently does not
        check metadata UUID so simply accept such filesystem.
  • Loading branch information
david committed Aug 23, 2017
1 parent 99b83d3 commit 7fc5621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grub.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION grub-2.00-0
# BEE_VERSION grub-2.02-0

SRCURL[0]="ftp://ftp.gnu.org/gnu/grub/grub-${PKGVERSION}.tar.gz"
PATCHURL+=(/src/mariux/patches/grub-2.00-0001-avoid-compile-error-due-to-undeclared-gets.patch)

#PATCHURL+=(/src/mariux/patches/grub-2.00-0001-avoid-compile-error-due-to-undeclared-gets.patch)

# EXCLUDE+=()

Expand Down

0 comments on commit 7fc5621

Please sign in to comment.