[Bug 292688] databases/sqlcipher to version 4.13.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292688] databases/sqlcipher to version 4.13.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jan 2026 16:28:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292688 --- Comment #5 from Herbert J. Skuhra <herbert@gojira.at> --- (In reply to Simon Wollwage from comment #4) Sorry, my intention was to provide two patches and let the maintainer and/or experienced port committers decide how to proceed. The patch that you've marked "obsolete" installs sqlcipher as sqlcipher (like the current version in the tree). The 2nd patch installs sqlcipher as sqlite3 (new method) that's why it contains the line "CONFLICT_INSTALL= sqlite3". The new sqlcipher version contains some security fixes in sqlite3: 4.9.0: Updates baseline to upstream SQLite 3.49.2 - Updates the SQLite baseline to SQLite 3.49.2 to address a security issue in the upstream SQLite library. 4.10.0: Updates baseline to SQLite 3.50.4 (this version of upstream SQLite address several potential security issues) Maybe we should focus on the first patch and discuss the 2nd one later. :-) . -- You are receiving this mail because: You are the assignee for the bug.