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

Sign libchallenge_bypass_ristretto.dylib on Mac (Uplift to 0.67.x). #2627

Merged
merged 1 commit into from
Jun 7, 2019
Merged
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
8 changes: 6 additions & 2 deletions patches/chrome-installer-mac-signing-signing.py.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/installer/mac/signing/signing.py b/chrome/installer/mac/signing/signing.py
index b56853e5e2649328a81a2de20228de5abda08f11..85cd57d8d8a70133f54f1e1970c418c15cb6629b 100644
index b56853e5e2649328a81a2de20228de5abda08f11..b0e4a28355f410efb2105273f423d4f38d1425c5 100644
--- a/chrome/installer/mac/signing/signing.py
+++ b/chrome/installer/mac/signing/signing.py
@@ -42,7 +42,6 @@ def get_parts(config):
Expand All @@ -10,7 +10,7 @@ index b56853e5e2649328a81a2de20228de5abda08f11..85cd57d8d8a70133f54f1e1970c418c1
entitlements='app-entitlements.plist',
verify_options=VerifyOptions.DEEP + VerifyOptions.NO_STRICT),
'framework':
@@ -84,6 +83,12 @@ def get_parts(config):
@@ -84,9 +83,16 @@ def get_parts(config):
options=CodeSignOptions.RESTRICT +
CodeSignOptions.LIBRARY_VALIDATION,
verify_options=VerifyOptions.IGNORE_RESOURCES),
Expand All @@ -23,3 +23,7 @@ index b56853e5e2649328a81a2de20228de5abda08f11..85cd57d8d8a70133f54f1e1970c418c1
}

dylibs = (
+ 'libchallenge_bypass_ristretto.dylib',
'libEGL.dylib',
'libGLESv2.dylib',
'libswiftshader_libEGL.dylib',