From d4f967a1a5aecf96518e32987a2a3e9ae3795ded Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 20 Feb 2016 23:23:55 -0500 Subject: Update to latest GRUB secfix directory removed (patches merged upstream) --- (limited to 'resources/scripts/helpers/download') diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index b0f825c..a47e113 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -41,7 +41,7 @@ git clone git://git.savannah.gnu.org/grub.git cd "grub/" # reset to known revision -git reset --hard 346a494d7c92fe7c2a89f01be84a7be67bcfbfe7 +git reset --hard e3745f908706c07fa249616255ed993ef5704351y # Apply patches # ------------------------------------------------------------------------------ @@ -63,9 +63,5 @@ git am "../resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixe git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch" git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch" -# Patch security vulnerability in GRUB -# See: http://hmarco.org/bugs/CVE-2015-8370-Grub2-authentication-bypass.html -git am "../resources/grub/patch/secfix/0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch" - cd "../" printf "\n\n" -- cgit v0.9.1