diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-22 19:07:57 -0700 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-08-23 07:15:53 +0200 |
commit | 7e73e9128f6a63b9198c88eea97c267810447be4 (patch) | |
tree | 2124e723bd532b77b3047d1a725c02e54dc6f6a8 /package/boot/grub2/Makefile | |
parent | f9469efbfa7ce892651f9a6da713eacbef66f177 (diff) | |
download | upstream-7e73e9128f6a63b9198c88eea97c267810447be4.tar.gz upstream-7e73e9128f6a63b9198c88eea97c267810447be4.tar.bz2 upstream-7e73e9128f6a63b9198c88eea97c267810447be4.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>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r-- | package/boot/grub2/Makefile | 2 |
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 |