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

Bump sentry to 8.23.0 #5169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions vcpkg/ports/sentry-cocoa/CMakeLists.txt
Expand Up @@ -15,6 +15,7 @@ target_include_directories(
sentry_cocoa
PRIVATE
${CMAKE_SOURCE_DIR}/Sources/Sentry/include
${CMAKE_SOURCE_DIR}/Sources/Sentry/include/HybridPublic
${CMAKE_SOURCE_DIR}/Sources/SentryCrash/Recording
${CMAKE_SOURCE_DIR}/Sources/SentryCrash/Recording/Tools
${CMAKE_SOURCE_DIR}/Sources/SentryCrash/Reporting/Filters
Expand Down
5 changes: 2 additions & 3 deletions vcpkg/ports/sentry-cocoa/portfile.cmake
@@ -1,11 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO getsentry/sentry-cocoa
REF 7.23.0
SHA512 2cc9d1dc39221b31dbbfb650ebbed30356f44d9adac7a8a9c13fdaabc58aa3a7f5d4192d521a4296efe45f17ca0a86c53f9171697340a25c50e75be602033b68
REF ${VERSION}
SHA512 177959e55e7ef70467df331ab940b28170063d389bf2ec8722fc81cdb09fe3e8a73f539b1182b4865e7e619f69dc623e4b0fce52f01d682e28536eb99c15d2b4
HEAD_REF master
PATCHES
stdint.patch
ucontext64.patch
)

Expand Down
11 changes: 0 additions & 11 deletions vcpkg/ports/sentry-cocoa/stdint.patch

This file was deleted.

9 changes: 5 additions & 4 deletions vcpkg/ports/sentry-cocoa/ucontext64.patch
@@ -1,7 +1,8 @@
diff -ur a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
--- a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c 2022-08-07 06:08:36.000000000 +0000
+++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c 2022-08-07 06:08:00.000000000 +0000
@@ -37,6 +37,7 @@
diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
index b54091fa..00e09fcc 100644
--- a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
+++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
@@ -39,6 +39,7 @@
#include "SentryCrashLogger.h"

#ifdef __arm64__
Expand Down
2 changes: 1 addition & 1 deletion vcpkg/ports/sentry-cocoa/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "sentry-cocoa",
"version-string": "current",
"version": "8.23.0",
"description": "Sentry SDK for ios",
"homepage": "https://sentry.io/for/cocoa",
"dependencies": [
Expand Down