summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-07-20 08:58:05 -0500
committerWilliam Hubbs <williamh@gentoo.org>2016-07-20 08:58:39 -0500
commit39c2cef80c2e3c2d6d12ac0c2488db21f01430a5 (patch)
treeb09e7cbbac3771434ed51bf44c73591832ec58cc /dev-lang/go/files
parentdev-db/percona-server: Drop security vulnerable version (diff)
downloadgentoo-39c2cef80c2e3c2d6d12ac0c2488db21f01430a5.tar.gz
gentoo-39c2cef80c2e3c2d6d12ac0c2488db21f01430a5.tar.bz2
gentoo-39c2cef80c2e3c2d6d12ac0c2488db21f01430a5.zip
dev-lang/go: 1.6.3 version bump for #589230
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang/go/files')
-rw-r--r--dev-lang/go/files/go-1.6.3-gdb-no-shell.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/go/files/go-1.6.3-gdb-no-shell.patch b/dev-lang/go/files/go-1.6.3-gdb-no-shell.patch
new file mode 100644
index 000000000000..ccce6f04664d
--- /dev/null
+++ b/dev-lang/go/files/go-1.6.3-gdb-no-shell.patch
@@ -0,0 +1,12 @@
+diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go
+index 6ebc69a..648092a 100644
+--- a/src/runtime/runtime-gdb_test.go
++++ b/src/runtime/runtime-gdb_test.go
+@@ -87,6 +87,7 @@ func TestGdbPython(t *testing.T) {
+
+ args := []string{"-nx", "-q", "--batch", "-iex",
+ fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()),
++ "-ex", "set startup-with-shell off",
+ "-ex", "info auto-load python-scripts",
+ "-ex", "br main.go:10",
+ "-ex", "run",