- 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
This commit is contained in:
2019-10-25 12:00:39 +00:00
committed by Git OBS Bridge
parent 79413d7caf
commit 657ca14ca6
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 25 11:53:56 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- 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 <info@paolostivanin.com>