SHA256
1
0
forked from pool/sqlcipher

2 Commits

Author SHA256 Message Date
98544e8753 Accepting request 1229260 from server:database
- 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

OBS-URL: https://build.opensuse.org/request/show/1229260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=21
2024-12-09 20:12:41 +00:00
7d57ec6656 - 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

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=45
2024-12-09 09:46:53 +00:00
5 changed files with 21 additions and 7 deletions

View File

@@ -1 +1 @@
libsqlcipher-3_45_3-0
libsqlcipher-3_46_1-0

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8f9afcbc2f4b55e316ca4ada4425daf3d0b4aab25f45e11a802ae422b9f53a3
size 19115004

View File

@@ -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>

View File

@@ -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