From 657ca14ca6506d3c7ce65de25089d1841bb15e5736d62efa56dfde911e9df2c2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 25 Oct 2019 12:00:39 +0000 Subject: [PATCH] - Update to version 4.2.0: * Adds PRAGMA cipher_integrity_check to perform independent verification of page HMACs * Updates baseline to upstream SQLite 3.28.0 * Improves PRAGMA cipher_migrate to handle keys containing non-terminating zero bytes OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=16 --- sqlcipher-4.1.0.tar.gz | 3 --- sqlcipher-4.2.0.tar.gz | 3 +++ sqlcipher.changes | 10 ++++++++++ sqlcipher.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 sqlcipher-4.1.0.tar.gz create mode 100644 sqlcipher-4.2.0.tar.gz diff --git a/sqlcipher-4.1.0.tar.gz b/sqlcipher-4.1.0.tar.gz deleted file mode 100644 index 11f0b4c..0000000 --- a/sqlcipher-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65144ca3ba4c0f9cd4bae8c20bb42f2b84424bf29d1ebcf04c44a728903b1faa -size 17309188 diff --git a/sqlcipher-4.2.0.tar.gz b/sqlcipher-4.2.0.tar.gz new file mode 100644 index 0000000..9183d08 --- /dev/null +++ b/sqlcipher-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105c1b813f848da038c03647a8bfc9d42fb46865e6aaf4edfd46ff3b18cdccfc +size 17530893 diff --git a/sqlcipher.changes b/sqlcipher.changes index 578fd09..3e4358c 100644 --- a/sqlcipher.changes +++ b/sqlcipher.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 25 11:53:56 UTC 2019 - Martin Pluskal + +- Update to version 4.2.0: + * Adds PRAGMA cipher_integrity_check to perform independent + verification of page HMACs + * Updates baseline to upstream SQLite 3.28.0 + * Improves PRAGMA cipher_migrate to handle keys containing + non-terminating zero bytes + ------------------------------------------------------------------- Mon May 13 07:57:02 UTC 2019 - Paolo Stivanin diff --git a/sqlcipher.spec b/sqlcipher.spec index 0211d7a..991f49f 100644 --- a/sqlcipher.spec +++ b/sqlcipher.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define lib_version 3.27.2 -%define lib_name lib%{name}-3_27_2-0 +%define lib_version 3.28.0 +%define lib_name lib%{name}-3_28_0-0 Name: sqlcipher -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: SQLite database encryption License: BSD-3-Clause