From ddb52493280c0313ffa6569f42ae6a0b75420157 Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Wed, 8 Feb 2023 12:17:50 +0100 Subject: [PATCH 1/2] chore: update breakpad 2023-02-08 --- CHANGELOG.md | 1 + external/CMakeLists.txt | 4 ++++ external/breakpad | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbff5ccd..753510d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Updated Crashpad backend to 2023-02-07. ([#803](https://github.com/getsentry/sentry-native/pull/803), [crashpad#80](https://github.com/getsentry/crashpad/pull/80)) - CI: Updated GitHub Actions to test on LLVM-mingw. ([#797](https://github.com/getsentry/sentry-native/pull/797)) +- Updated Breakpad backend to 2023-02-08. ([#805](https://github.com/getsentry/sentry-native/pull/805), [breakpad#34](https://github.com/getsentry/crashpad/pull/34)) **Thank you**: diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 362808ea6..fb2917f4e 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -20,6 +20,10 @@ set(BREAKPAD_SOURCES_COMMON_LINUX breakpad/src/common/linux/linux_libc_support.cc breakpad/src/common/linux/memory_mapped_file.cc breakpad/src/common/linux/safe_readlink.cc + breakpad/src/common/linux/scoped_pipe.cc + breakpad/src/common/linux/scoped_pipe.h + breakpad/src/common/linux/scoped_tmpfile.cc + breakpad/src/common/linux/scoped_tmpfile.h ) set(BREAKPAD_SOURCES_COMMON_LINUX_GETCONTEXT diff --git a/external/breakpad b/external/breakpad index 53abd9137..0878ec17c 160000 --- a/external/breakpad +++ b/external/breakpad @@ -1 +1 @@ -Subproject commit 53abd9137b7f8439a2174169042dd6b30721dcf3 +Subproject commit 0878ec17caa6f07e0a70f2c4e930ef5f887d147f From 851fc6c6d6701ffda82fc8abfce44abe9e7b98c8 Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Mon, 13 Feb 2023 13:14:13 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: scribam --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753510d73..303f67e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Updated Crashpad backend to 2023-02-07. ([#803](https://github.com/getsentry/sentry-native/pull/803), [crashpad#80](https://github.com/getsentry/crashpad/pull/80)) - CI: Updated GitHub Actions to test on LLVM-mingw. ([#797](https://github.com/getsentry/sentry-native/pull/797)) -- Updated Breakpad backend to 2023-02-08. ([#805](https://github.com/getsentry/sentry-native/pull/805), [breakpad#34](https://github.com/getsentry/crashpad/pull/34)) +- Updated Breakpad backend to 2023-02-08. ([#805](https://github.com/getsentry/sentry-native/pull/805), [breakpad#34](https://github.com/getsentry/breakpad/pull/34)) **Thank you**: