-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
sqlcipher 4.8.0 #221742
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
sqlcipher 4.8.0 #221742
Conversation
b4d0d84
to
4a17742
Compare
|
Maybe their binary name change is a problem. Should we avoid The library...
|
1f6602f
to
d6ec35d
Compare
This is a different package but have same library name with keg only maybe fine, but need review. |
d6ec35d
to
7a1ab02
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
any options of turning off sqlite3 creation? (if it is same sqlite3, might be good to depend on sqlite formula) cc @Homebrew/core |
This formula itself is sqlite3 with additional function, not just depend. They have renamed their binary, library from sqlcipher to sqlite3 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Yeah, I feel like we can just add a conflict and move forward with the build |
-DSQLITE_ENABLE_COLUMN_METADATA | ||
-DSQLITE_EXTRA_INIT=sqlcipher_extra_init | ||
-DSQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe also adding -DSQLCIPHER_CRYPTO_OPENSSL
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
args << "LDFLAGS=-lcrypto" | ||
args << "LDFLAGS=-lcrypto -lm" if OS.linux? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just
args << "LDFLAGS=-lcrypto"
args << "-lm" if OS.linux?
Created by
brew bump
Created with
brew bump-formula-pr
.release notes