aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-08-22 19:07:57 -0700
committerJo-Philipp Wich <jo@mein.io>2018-08-30 13:15:02 +0200
commit6aae528cc3b71819aafdbfe179e1f7ce2a87ea64 (patch)
treefe8f28f1540c355443a3d575eabbe18218150ed7 /package/boot/grub2/Makefile
parent9d3825a0279a9c70fb16179731f212abf961693e (diff)
downloadupstream-6aae528cc3b71819aafdbfe179e1f7ce2a87ea64.tar.gz
upstream-6aae528cc3b71819aafdbfe179e1f7ce2a87ea64.tar.bz2
upstream-6aae528cc3b71819aafdbfe179e1f7ce2a87ea64.zip
grub2: Fix CVE-2015-8370
This CVE is a culmination of multiple integer overflow issues that cause multiple issues like Denial of Service and authentication bypass. More info: https://nvd.nist.gov/vuln/detail/CVE-2015-8370 Taken from Fedora. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 7e73e9128f6a63b9198c88eea97c267810447be4)
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index b9e79e1021..2ba5a3323c 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=grub
PKG_VERSION:=2.02
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grub