Skip to content

Commit

Permalink
Bump sentry to 8.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 5, 2024
1 parent 587604c commit 6401b52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
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

0 comments on commit 6401b52

Please sign in to comment.