summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-20 23:23:55 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-20 23:23:55 (EST)
commitd4f967a1a5aecf96518e32987a2a3e9ae3795ded (patch)
tree99d18dd6970155227cf731e7a32e19edad8f45dd /resources/scripts/helpers/download
parent1d4ecda3f59df844d28c93cc756a447adb65ce16 (diff)
downloadlibreboot-d4f967a1a5aecf96518e32987a2a3e9ae3795ded.zip
libreboot-d4f967a1a5aecf96518e32987a2a3e9ae3795ded.tar.gz
libreboot-d4f967a1a5aecf96518e32987a2a3e9ae3795ded.tar.bz2
Update to latest GRUB
secfix directory removed (patches merged upstream)
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-xresources/scripts/helpers/download/grub6
1 files changed, 1 insertions, 5 deletions
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"