Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
**Full Changelog**: https://github.com/sqlcipher/sqlcipher/compare/v4.10.0...v4.11.0

View the full release notes at https://github.com/sqlcipher/sqlcipher/releases/tag/v4.11.0.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 8, 2025
@chenrui333 chenrui333 force-pushed the bump-sqlcipher-4.11.0 branch from fbcb73a to ebdb3cd Compare October 8, 2025 14:37
@chenrui333
Copy link
Member

@chenrui333 chenrui333 marked this pull request as draft October 8, 2025 14:39
@chenrui333 chenrui333 added the help wanted Task(s) needing PRs from the community or maintainers label Oct 10, 2025
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 18, 2025
@issyl0 issyl0 force-pushed the bump-sqlcipher-4.11.0 branch from 2f522b5 to 0bafdee Compare October 18, 2025 23:10
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 18, 2025
@issyl0 issyl0 force-pushed the bump-sqlcipher-4.11.0 branch from 0bafdee to ab46934 Compare October 18, 2025 23:19
@issyl0 issyl0 self-assigned this Oct 18, 2025
@issyl0 issyl0 force-pushed the bump-sqlcipher-4.11.0 branch from ab46934 to b22203d Compare October 18, 2025 23:33
sqlcipher: replace `--enable-tempstore` with `--with-tempstore`

Signed-off-by: Rui Chen <rui@chenrui.dev>

sqlcipher: Correctly set `LDFLAGS` and `CFLAGS`

```
Build C compiler...cc
Checking for stdlib.h...ok
Error: Unknown option --with-crypto-lib
Try: 'configure --help' for options
```

and

```
sqlite3.c:108395:2: error: "SQLCipher must be compiled with -DSQLITE_EXTRA_INIT=sqlcipher_extra_init -DSQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown"
 108395 | #error "SQLCipher must be compiled with -DSQLITE_EXTRA_INIT=sqlcipher_extra_init -DSQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown"
        |  ^
1 error generated.
make: *** [sqlite3] Error 1
```

sqlcipher: Mark as `keg_only`

```
brew audit sqlcipher
Header files that shadow system header files were installed to "/opt/homebrew/opt/sqlcipher/include"
The offending files are:
/opt/homebrew/opt/sqlcipher/include/sqlite3.h
/opt/homebrew/opt/sqlcipher/include/sqlite3ext.h
Error: 1 problem in 1 formula detected.
```

sqlcipher: Fix the test - `sqlcipher` binary is `sqlite3`

Signed-off-by: Issy Long <me@issylong.com>
@issyl0 issyl0 force-pushed the bump-sqlcipher-4.11.0 branch from b22203d to a9cffa1 Compare October 19, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` help wanted Task(s) needing PRs from the community or maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants