Skip to content

Commit

Permalink
toolchain/gdb: update to version 8.0.1
Browse files Browse the repository at this point in the history
Fixes CVE-2017-9778.

Signed-off-by: Ryan Mounce <[email protected]>
[reference fixed CVE]
Signed-off-by: Stijn Tintel <[email protected]>
  • Loading branch information
rmounce authored and stintel committed Sep 29, 2017
1 parent 6919f95 commit fc35d6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions toolchain/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions toolchain/gdb/patches/110-no_testsuite.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/gdb/configure
+++ b/gdb/configure
@@ -874,8 +874,7 @@ MAKEINFOFLAGS
@@ -869,8 +869,7 @@ MAKEINFOFLAGS
YACC
YFLAGS
XMKMF'
Expand All @@ -10,7 +10,7 @@
multi-ice
gdbserver'

@@ -5617,7 +5616,7 @@ $as_echo "$with_auto_load_safe_path" >&6
@@ -6473,7 +6472,7 @@ $as_echo "$with_auto_load_safe_path" >&6



Expand Down
2 changes: 1 addition & 1 deletion toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -2476,7 +2476,7 @@ $as_echo "$as_me: error: \`$ac_var' was
@@ -2469,7 +2469,7 @@ $as_echo "$as_me: error: \`$ac_var' was
ac_cache_corrupted=: ;;
,);;
*)
Expand Down

0 comments on commit fc35d6e

Please sign in to comment.