From e1571876c13e32065329c37a6689266488d9a1e2 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 13 May 2024 12:51:41 -0700 Subject: [PATCH 1/3] Try buildroot with stack protection flag --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 11d6fc31db35a..f2cde365d496f 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '7840a4af027fc21161d4ae14a3d4d9c9bab049a2', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + 'bb77b0640c63af2032c3cb9cf2a7a7b19154ecd2', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 0e83ee3484a0942dfdc65cb9de2cdc1a5460bc5d Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 13 May 2024 19:44:53 -0700 Subject: [PATCH 2/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fe978b1d43840..7168f5c01dd4a 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + 'bb77b0640c63af2032c3cb9cf2a7a7b19154ecd2', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '016dafd05dcbd9cfd8eba16dc610e7a3c00aeeea', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 0d8267cb52213d0733bef054ad2134638945110d Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 14 May 2024 07:01:44 -0700 Subject: [PATCH 3/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7168f5c01dd4a..dbfc0db2d0161 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '016dafd05dcbd9cfd8eba16dc610e7a3c00aeeea', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ce4faea09e57ec2744b4956b6fe0fa72e38c2b2b', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',