mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[sentry-native] update to 0.7.11 (#41841)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
ea189a0a82
commit
2e6c6081a8
@ -57,7 +57,7 @@ diff --git a/src/backends/sentry_backend_crashpad.cpp b/src/backends/sentry_back
|
|||||||
index 711dc57..4c1d473 100644
|
index 711dc57..4c1d473 100644
|
||||||
--- a/src/backends/sentry_backend_crashpad.cpp
|
--- a/src/backends/sentry_backend_crashpad.cpp
|
||||||
+++ b/src/backends/sentry_backend_crashpad.cpp
|
+++ b/src/backends/sentry_backend_crashpad.cpp
|
||||||
@@ -115,7 +115,7 @@ crashpad_backend_user_consent_changed(sentry_backend_t *backend)
|
@@ -120,7 +120,7 @@ crashpad_backend_user_consent_changed(sentry_backend_t *backend)
|
||||||
data->db->GetSettings()->SetUploadsEnabled(!sentry__should_skip_upload());
|
data->db->GetSettings()->SetUploadsEnabled(!sentry__should_skip_upload());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -66,9 +66,9 @@ index 711dc57..4c1d473 100644
|
|||||||
static void
|
static void
|
||||||
crashpad_register_wer_module(
|
crashpad_register_wer_module(
|
||||||
const sentry_path_t *absolute_handler_path, const crashpad_state_t *data)
|
const sentry_path_t *absolute_handler_path, const crashpad_state_t *data)
|
||||||
@@ -413,7 +413,7 @@ crashpad_backend_startup(
|
@@ -445,7 +445,7 @@ crashpad_backend_startup(
|
||||||
return 1;
|
/* asynchronous_start */ false, attachments);
|
||||||
}
|
sentry_free(minidump_url);
|
||||||
|
|
||||||
-#ifdef SENTRY_PLATFORM_WINDOWS
|
-#ifdef SENTRY_PLATFORM_WINDOWS
|
||||||
+#if defined(SENTRY_PLATFORM_WINDOWS) && defined(SENTRY_TRANSPORT_CRASHPAD_USE_WER)
|
+#if defined(SENTRY_PLATFORM_WINDOWS) && defined(SENTRY_TRANSPORT_CRASHPAD_USE_WER)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
|
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
|
||||||
FILENAME "sentry-native-${VERSION}.zip"
|
FILENAME "sentry-native-${VERSION}.zip"
|
||||||
SHA512 f6fffb751bf64ae87c011d2f4046573a82e21f4163c157f65b54920cd5ba8cc7dc80a3ad03442bf6fcdc3a0e0098a05da6b27daadaedfaede85d6a914e8393f0
|
SHA512 eaa340a394ad833f37fc1db7ca226fc1eabe3a6a9628bef312edc105b3bfbdf9721e604d50d01fcbc30305fa9e384b9019de220e0b0f44e95f470358eb4e481d
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sentry-native",
|
"name": "sentry-native",
|
||||||
"version": "0.7.10",
|
"version": "0.7.11",
|
||||||
"description": "Sentry SDK for C, C++ and native applications.",
|
"description": "Sentry SDK for C, C++ and native applications.",
|
||||||
"homepage": "https://sentry.io/",
|
"homepage": "https://sentry.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -8221,7 +8221,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"sentry-native": {
|
"sentry-native": {
|
||||||
"baseline": "0.7.10",
|
"baseline": "0.7.11",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"septag-dmon": {
|
"septag-dmon": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e752d47aea944c69d1c824a521a3d621d1ceaf1f",
|
||||||
|
"version": "0.7.11",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7b6158b530cb70b945421376336bee4d386f6868",
|
"git-tree": "7b6158b530cb70b945421376336bee4d386f6868",
|
||||||
"version": "0.7.10",
|
"version": "0.7.10",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user