diff options
author | Ryan Mounce <ryan@mounce.com.au> | 2017-08-06 14:22:18 +0930 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-25 07:42:34 +0300 |
commit | 592abe9ef53f921554d48085d6482d4507b3e142 (patch) | |
tree | 30b7883b7d7181af4a790f7a12a45832dc3d359f /toolchain/gdb/Makefile | |
parent | d9beae9b9e172920a262a97cdf5f5279789b5f7f (diff) | |
download | upstream-592abe9ef53f921554d48085d6482d4507b3e142.tar.gz upstream-592abe9ef53f921554d48085d6482d4507b3e142.tar.bz2 upstream-592abe9ef53f921554d48085d6482d4507b3e142.zip |
toolchain/gdb: update to version 8.0.1
Fixes CVE-2017-9778.
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
[reference fixed CVE]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r-- | toolchain/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 77e24f4609..abd6d033cc 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -17,11 +17,11 @@ PKG_HASH:=f47930161e9e99c46ab018dabbf56024739dda29c51f92495eaa0d4d7e3511f6 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION) PATCH_DIR:=./patches-arc else -PKG_VERSION:=7.12.1 +PKG_VERSION:=8.0.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_HASH:=4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 +PKG_HASH:=3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) endif |