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:16:20 +0200
commita0569f5e812bbe27d460085d7e4430a87c55bf95 (patch)
tree69e57f4eb1f499170eae3244e7c38962beea43cb /package/boot/grub2/Makefile
parent30758ee10e82a06ac4ed65f15d4cd93989f23fe6 (diff)
downloadupstream-a0569f5e812bbe27d460085d7e4430a87c55bf95.tar.gz
upstream-a0569f5e812bbe27d460085d7e4430a87c55bf95.tar.bz2
upstream-a0569f5e812bbe27d460085d7e4430a87c55bf95.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 b2ae171569..ba6032ba9d 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=grub
PKG_CPE_ID:=cpe:/a:gnu:grub2
PKG_VERSION:=2.02
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grub