forked from pool/sqlcipher
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 98544e8753 | |||
| 7d57ec6656 |
@@ -1 +1 @@
|
||||
libsqlcipher-3_45_3-0
|
||||
libsqlcipher-3_46_1-0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:879fb030c36bc5138029af6aa3ae3f36c28c58e920af05ac7ca78a5915b2fa3c
|
||||
size 19017463
|
||||
3
sqlcipher-4.6.1.tar.gz
Normal file
3
sqlcipher-4.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8f9afcbc2f4b55e316ca4ada4425daf3d0b4aab25f45e11a802ae422b9f53a3
|
||||
size 19115004
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 09:41:59 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 4.6.1:
|
||||
* Updates baseline to upstream SQLite 3.46.1
|
||||
* Significant refactor to merge crypto.h, crypto.c, and crypto_impl.c into a single sqlcipher.c source file for simplicity.
|
||||
* Updates minimum working set size on windows to increase lockable pages
|
||||
* Adds new PRAGMA cipher_log_source for filtering log output on higher verbosity levels
|
||||
* Improves log output by including the log level and source prior to message
|
||||
* Improves error logging in PRAGMA cipher_migrate
|
||||
* Fixes issue where log level and target would be overwritten if set prior to initialization
|
||||
* Corrects Podspec license element to use specific BSD 3 Clause
|
||||
* Fixes default log output to console for macOS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 08:56:24 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define lib_version 3.45.3
|
||||
%define lib_name libsqlcipher-3_45_3-0
|
||||
%define lib_version 3.46.1
|
||||
%define lib_name libsqlcipher-3_46_1-0
|
||||
Name: sqlcipher
|
||||
Version: 4.6.0
|
||||
Version: 4.6.1
|
||||
Release: 0
|
||||
Summary: SQLite database encryption
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user