Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sentry-native] Update to 0.5.2 #27354

Merged
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
13 changes: 0 additions & 13 deletions ports/sentry-native/fix-crashpad.patch

This file was deleted.

7 changes: 3 additions & 4 deletions 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/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(
Expand All @@ -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)
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.5.1",
"version": "0.5.2",
"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 @@ -6793,7 +6793,7 @@
"port-version": 1
},
"sentry-native": {
"baseline": "0.5.1",
"baseline": "0.5.2",
"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": "d09222f412378415ba0afcd6aa37ec01a6b751e8",
"version": "0.5.2",
"port-version": 0
},
{
"git-tree": "b6921611eaa64bc5a1864afb305afc272035b396",
"version": "0.5.1",
Expand Down