[sentry-native] Update to 0.5.2 (#27354)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2022-10-21 04:17:39 +02:00 committed by GitHub
parent 0c2ce0e2b2
commit 5251291e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 19 deletions

View File

@ -1,13 +0,0 @@
diff --git a/external/crashpad/CMakeLists.txt" "b/external/crashpad/CMakeLists.txt"
index 0bd3fdf..4dc22be 100644
--- a/external/crashpad/CMakeLists.txt
+++ b/external/crashpad/CMakeLists.txt
@@ -118,7 +118,7 @@ if(MSVC)
)
# WER support is only available starting from Win10 build 10941
- if(${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} VERSION_LESS 10.0.19041)
+ if("${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}" VERSION_LESS 10.0.19041)
message(STATUS "WER support disabled. Needs target platform >= 10.0.19041 (actual: ${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION})")
else()
SET(CRASHPAD_WER_ENABLED TRUE)

View File

@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.1/sentry-native.zip"
FILENAME "sentry-native-0.5.1.zip"
SHA512 d71eb0cdf9d477934aaa87adf1c5292102f61c4cbaaebacfe7502a4bc71a39797c26bd93824dd831103e634445d965f0f339f2cca5ab7cb17f631e67e4557aed
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.2/sentry-native.zip"
FILENAME "sentry-native-0.5.2.zip"
SHA512 bbeff94c6795be737d1aee99a061dfb863eca5abbc2797b2bb4a2903354b25787f4808694bf24eee9bdeb419eeae7f6e4f236b7eb95bcb1d3821ad799d322f54
)
vcpkg_extract_source_archive_ex(
@ -12,7 +12,6 @@ vcpkg_extract_source_archive_ex(
fix-warningC5105.patch
fix-config-cmake.patch
use-zlib-target.patch
fix-crashpad.patch
)
if (NOT DEFINED SENTRY_BACKEND)

View File

@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version": "0.5.1",
"version": "0.5.2",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",

View File

@ -6793,7 +6793,7 @@
"port-version": 1
},
"sentry-native": {
"baseline": "0.5.1",
"baseline": "0.5.2",
"port-version": 0
},
"septag-dmon": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d09222f412378415ba0afcd6aa37ec01a6b751e8",
"version": "0.5.2",
"port-version": 0
},
{
"git-tree": "b6921611eaa64bc5a1864afb305afc272035b396",
"version": "0.5.1",