Last active
August 29, 2015 13:56
-
-
Save frytaz/9189399 to your computer and use it in GitHub Desktop.
OSX Mavericks goto fail patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /System/Library/Frameworks/Security.framework/Versions/A/ | |
| sudo cp Security Security_back | |
| curl http://download.suhosin.org/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch -o /tmp/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch | |
| sudo bspatch Security_back Security /tmp/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment