Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/sentry-native/fix-crashpad-wer.patch
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ diff --git a/src/backends/sentry_backend_crashpad.cpp b/src/backends/sentry_back
index 9ddca42..4fa1e4e 100644
--- a/src/backends/sentry_backend_crashpad.cpp
+++ b/src/backends/sentry_backend_crashpad.cpp
@@ -138,7 +138,7 @@ crashpad_backend_user_consent_changed(sentry_backend_t *backend)
@@ -142,7 +142,7 @@ crashpad_backend_user_consent_changed(sentry_backend_t *backend)
data->db->GetSettings()->SetUploadsEnabled(!sentry__should_skip_upload());
}

Expand All @@ -66,8 +66,8 @@ index 9ddca42..4fa1e4e 100644
static void
crashpad_register_wer_module(
const sentry_path_t *absolute_handler_path, const crashpad_state_t *data)
@@ -483,7 +483,7 @@ crashpad_backend_startup(
options->crashpad_wait_for_upload);
@@ -545,7 +545,7 @@ crashpad_backend_startup(
options->crashpad_wait_for_upload, crash_reporter, crash_envelope);
sentry_free(minidump_url);

-#ifdef SENTRY_PLATFORM_WINDOWS
Expand Down
2 changes: 1 addition & 1 deletion ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
FILENAME "sentry-native-${VERSION}.zip"
SHA512 ce2fabed4502b90e14dc5c83dc592fcdd09e8c06d97342ae92ae886d99a5896df07a231bc53c4344d705e071dfab731b357c1c660ecd3966076a04f4301d1bf0
SHA512 da716e1c4976079793b4796b1a3d05c8691674b35044e066847d94298eab12df6d9ead1bdcca545098a0d1af24c087d5083f6a1b2fa5b2e2e6f5e662b39383b2
)

vcpkg_extract_source_archive(
Expand Down
2 changes: 1 addition & 1 deletion ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version": "0.11.2",
"version": "0.11.3",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8865,7 +8865,7 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.11.2",
"baseline": "0.11.3",
"port-version": 0
},
"septag-dmon": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentry-native.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cdd0d9dcb3770c08a965f180089a39693bfb3cb2",
"version": "0.11.3",
"port-version": 0
},
{
"git-tree": "fee2f44479858c390919dd55652704feb95e1b54",
"version": "0.11.2",
Expand Down
Loading