Commit Graph

10 Commits

Author SHA256 Message Date
657ca14ca6 - 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
2019-10-25 12:00:39 +00:00
79413d7caf Accepting request 702587 from home:polslinux:branches:server:database
- Update to v4.1.0:
  * Adds PRAGMA cipher_settings to query current database
    codec settings
  * Adds PRAGMA cipher_default_settings to query current
    default SQLCipher options
  * PRAGMA cipher_hmac_pgno is now deprecated
  * PRAGMA cipher_hmac_salt_mask is now deprecated
  * PRAGMA fast_kdf_iter is now deprecated
  * Disable backup API for encrypted databases (this was
    previously documented as not-working and non-supported,
    but will now explicitly error out on initialization)
  * Default page size for databases increased to 4096 bytes
    (up from 1024)
  * Default PBKDF2 iterations increased to 256,000 
    (up from 64,000)
  * Default KDF algorithm is now PBKDF2-HMAC-SHA512
    (from PBKDF2-HMAC-SHA1)
  * Default HMAC algorithm is now HMAC-SHA512 (from HMAC-SHA1)
  * PRAGMA cipher is now disabled and no longer supported
    (after multi-year deprecation)
  * PRAGMA rekey_cipher is now disabled and no longer supported
  * PRAGMA rekey_kdf_iter is now disabled and no longer
    supported
  * By default all memory allocated internally by SQLite before
    the memory is wiped before it is freed
  * PRAGMA cipher_memory_security: allows full memory wiping
    to be disabled for performance when the feature is
    not required
  * PRAGMA cipher_kdf_algorithm, cipher_default_kdf_algorithm
    to control KDF algorithm selection between PBKDF2-HMAC-SHA1,
    PBKDF2-HMAC-SHA256 and PBKDF2-HMAC-SHA512
  * PRAGMA cipher_hmac_algorithm, cipher_default_hmac_algorithm
    to control HMAC algorithm selection between HMAC-SHA1,
    HMAC-SHA256 and PBKDF2-HMAC-SHA512
  * When compiled with readline support, PRAGMA key and rekey
    lines will no longer be saved to history
  * Adds second optional parameter to sqlcipher_export to specify
    source database to support bidirectional exports
  * PRAGMA cipher_plaintext_header_size and
    cipher_default_plaintext_header_size: allocates a portion of
    the database header which will not be encrypted to allow
    identification as a SQLite database
  * PRAGMA cipher_salt: retrieve or set the salt value for
    the database

OBS-URL: https://build.opensuse.org/request/show/702587
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=14
2019-05-19 16:17:41 +00:00
747fdb57b0 - Cleanup with spec-cleaner
- Rename tcl binding package
- Adjust dependencies of tcl bindings

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=12
2018-04-19 07:20:52 +00:00
6c8ff04b05 Accepting request 597834 from home:ecsos:messenger:tox
- update to 3.4.2
  - Merge upstream SQLite 3.20.1
  - Text strings for SQLITE_ERROR and SQLITE_NOTADB changed to 
    match upstream SQLite
  - Remove static modifier for codec password functions
  - Page alignment for mlock
  - Fix segfault in sqlcipher_cipher_ctx_cmp during rekey operation
  - Fix sqlcipher_export and cipher_migrate when tracing API in use
  - Validate codec page size when setting
  - Guard OpenSSL initialization and cleanup routines
  - Allow additional linker options to be passed via command line 
    for Windows platforms

OBS-URL: https://build.opensuse.org/request/show/597834
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=11
2018-04-19 07:05:07 +00:00
4d83146c9c * Added support for OpenSSL 1.1.0
* Merged upstream SQLite 3.15.2

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=9
2017-03-26 12:30:56 +00:00
e39aa1ce01 Accepting request 482732 from home:ecsos:tox
update to 3.4.1

OBS-URL: https://build.opensuse.org/request/show/482732
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=8
2017-03-26 12:30:26 +00:00
04e00ca9e4 - Use pretty name for tarball
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=6
2016-04-18 15:10:16 +00:00
b79187b097 Accepting request 390565 from home:ecsos:tox
update to 3.4.0

OBS-URL: https://build.opensuse.org/request/show/390565
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=5
2016-04-18 15:05:07 +00:00
7aeb59961a - Use optflags
- Fix building of tcl support on SLE11

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=3
2016-02-04 14:39:43 +00:00
784c3b94b1 Accepting request 349891 from home:pluskalm
new package

OBS-URL: https://build.opensuse.org/request/show/349891
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=1
2015-12-20 15:30:17 +00:00