From 84da4fbfe33649505ae7735eb9e963f8ae5184f7960208db1265a6ee63b2b481 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Apr 2021 09:14:59 +0000 Subject: [PATCH] - 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/package/show/server:database/sqlcipher?expand=0&rev=24 --- sqlcipher-4.4.2.tar.gz | 3 --- sqlcipher-4.4.3.tar.gz | 3 +++ sqlcipher.changes | 10 ++++++++++ sqlcipher.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 sqlcipher-4.4.2.tar.gz create mode 100644 sqlcipher-4.4.3.tar.gz diff --git a/sqlcipher-4.4.2.tar.gz b/sqlcipher-4.4.2.tar.gz deleted file mode 100644 index 623f4c7..0000000 --- a/sqlcipher-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87458e0e16594b3ba6c7a1f046bc1ba783d002d35e0e7b61bb6b7bb862f362a7 -size 17611236 diff --git a/sqlcipher-4.4.3.tar.gz b/sqlcipher-4.4.3.tar.gz new file mode 100644 index 0000000..d3c87ef --- /dev/null +++ b/sqlcipher-4.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8df69b998c042ce7f8a99f07cf11f45dfebe51110ef92de95f1728358853133 +size 17639967 diff --git a/sqlcipher.changes b/sqlcipher.changes index e44f8e4..167b5f8 100644 --- a/sqlcipher.changes +++ b/sqlcipher.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 13 09:09:16 UTC 2021 - Martin Pluskal + +- 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 diff --git a/sqlcipher.spec b/sqlcipher.spec index aa97f28..ac6633a 100644 --- a/sqlcipher.spec +++ b/sqlcipher.spec @@ -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"