Accepting request 884895 from server:database

- Update to version 4.4.3:
  * Updates baseline to ustream SQLite 3.34.1
  * Fixes sqlcipher_export handling of NULL parameters
  * Removes randomization of rekey-delete tests to avoid false test failures
  * Changes internal usage of sqlite_master to sqlite_schema
  * Omits unusued profiling function under certain defines to avoid compiler warnings

OBS-URL: https://build.opensuse.org/request/show/884895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=10
This commit is contained in:
2021-04-14 08:11:04 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 7 deletions

View File

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

3
sqlcipher-4.4.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 13 09:09:16 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
- Update to version 4.4.3:
* Updates baseline to ustream SQLite 3.34.1
* Fixes sqlcipher_export handling of NULL parameters
* Removes randomization of rekey-delete tests to avoid false test failures
* Changes internal usage of sqlite_master to sqlite_schema
* Omits unusued profiling function under certain defines to avoid compiler warnings
-------------------------------------------------------------------
Thu Jan 28 23:43:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,10 +16,10 @@
#
%define lib_version 3.33.0
%define lib_name lib%{name}-3_33_0-0
%define lib_version 3.34.1
%define lib_name lib%{name}-3_34_1-0
Name: sqlcipher
Version: 4.4.2
Version: 4.4.3
Release: 0
Summary: SQLite database encryption
License: BSD-3-Clause
@@ -86,7 +86,7 @@ well suited for mobile development.
This package contains development files for SQLCipher.
%prep
%setup -q
%autosetup
%build
export CFLAGS="%{optflags} -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2"