47 Commits

Author SHA256 Message Date
98544e8753 Accepting request 1229260 from server:database
- Update to version 4.6.1:
	* Updates baseline to upstream SQLite 3.46.1
	* Significant refactor to merge crypto.h, crypto.c, and crypto_impl.c into a single sqlcipher.c source file for simplicity.
	* Updates minimum working set size on windows to increase lockable pages
	* Adds new PRAGMA cipher_log_source for filtering log output on higher verbosity levels
	* Improves log output by including the log level and source prior to message
	* Improves error logging in PRAGMA cipher_migrate
	* Fixes issue where log level and target would be overwritten if set prior to initialization
	* Corrects Podspec license element to use specific BSD 3 Clause
	* Fixes default log output to console for macOS

OBS-URL: https://build.opensuse.org/request/show/1229260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=21
2024-12-09 20:12:41 +00:00
8b7b3db20d Accepting request 1188968 from server:database
- Update to version 4.6.0:
  * Sets default log level to WARN
  * Sends default log output to: logcat for Android; Console for iOS and macOS; and stderr for all other platforms
  * General improvements to log level assignments, output, and sanitization
  * Fixes Apple Privacy Manifest by removing empty NSPrivacyCollectedDataType from PrivacyInfo.xcprivacy
  * Moves Swift support defines for podspec user_target_xcconfig so they only apply to the consuming project

OBS-URL: https://build.opensuse.org/request/show/1188968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=20
2024-07-22 15:18:55 +00:00
Martin Pluskal
a1ad669f97 - Update to version 4.6.0:
* Sets default log level to WARN
  * Sends default log output to: logcat for Android; Console for iOS and macOS; and stderr for all other platforms
  * General improvements to log level assignments, output, and sanitization
  * Fixes Apple Privacy Manifest by removing empty NSPrivacyCollectedDataType from PrivacyInfo.xcprivacy
  * Moves Swift support defines for podspec user_target_xcconfig so they only apply to the consuming project

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=43
2024-07-22 09:05:45 +00:00
34367a5a9a Accepting request 1144631 from server:database
OBS-URL: https://build.opensuse.org/request/show/1144631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=19
2024-02-06 15:35:56 +00:00
Martin Pluskal
0500d38040 Accepting request 1144619 from home:amanzini:branches:server:database
- Update to version 4.5.6:
  * Updates baseline to upstream SQLite 3.44.2
  * Improve PRAGMA cipher_integrity check to report expected page size if invalid
  * Implement PRAGMA page_size compatibility with PRAGMA cipher_page_size so both will operate properly on encrypted databases
  * Updates LICENSE.md with SQLCipher license to avoid ambiguity and remove redundance

OBS-URL: https://build.opensuse.org/request/show/1144619
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=41
2024-02-06 14:18:58 +00:00
012b470dd9 Accepting request 1126246 from server:database
- Update to version 4.5.5:
* Updates baseline to upstream SQLite 3.42.0
 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database corruption
 * Raises an error if a rekey operation is attempted on an unencrypted database
 * Raises an error when a key or rekey operation is passed an empty key
 * Minor improvements to constant time functions
 * Miscellaneous code and comment cleanup

OBS-URL: https://build.opensuse.org/request/show/1126246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=18
2023-11-15 20:08:32 +00:00
Martin Pluskal
f408b4727b - Update to version 4.5.5:
* Updates baseline to upstream SQLite 3.42.0
 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database corruption
 * Raises an error if a rekey operation is attempted on an unencrypted database
 * Raises an error when a key or rekey operation is passed an empty key
 * Minor improvements to constant time functions
 * Miscellaneous code and comment cleanup

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=39
2023-11-14 16:34:40 +00:00
b054a70aca Accepting request 1087742 from server:database
- Update to version 4.5.4:
  * Updates baseline to upstream SQLite 3.41.2
  * Updates minimum Apple SDK versions in podspec for new Xcode compatibility
  * Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value)
  * Adds guard against zero block size and crash if cryptographic provider initialization fails
  * When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value.

OBS-URL: https://build.opensuse.org/request/show/1087742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=17
2023-05-18 13:19:45 +00:00
Martin Pluskal
c04fcdd32f - Update to version 4.5.4:
* Updates baseline to upstream SQLite 3.41.2
  * Updates minimum Apple SDK versions in podspec for new Xcode compatibility
  * Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value)
  * Adds guard against zero block size and crash if cryptographic provider initialization fails
  * When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=37
2023-05-18 06:20:28 +00:00
33325ad579 Accepting request 1070162 from server:database
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=16
2023-03-08 13:53:58 +00:00
Martin Pluskal
cfacf9dafb OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=35 2023-03-08 11:30:49 +00:00
Martin Pluskal
d6a3a0ad39 - Build AVX2 enabled hwcaps library for x86_64-v3
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=34
2023-03-08 10:29:24 +00:00
159a3322d6 Accepting request 1045223 from server:database
OBS-URL: https://build.opensuse.org/request/show/1045223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=15
2022-12-24 17:01:55 +00:00
Martin Pluskal
1074f84a29 Accepting request 1045054 from home:dirkmueller:Factory
- update to 4.5.3:
  * Updates baseline to upstream SQLite 3.39.4

OBS-URL: https://build.opensuse.org/request/show/1045054
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=32
2022-12-24 15:07:07 +00:00
29f46175fa Accepting request 998777 from server:database
OBS-URL: https://build.opensuse.org/request/show/998777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=14
2022-08-23 12:30:01 +00:00
Martin Pluskal
5b049f2712 Accepting request 997607 from home:dirkmueller:Factory
- update to 4.5.2:
  * Updates source code baseline to upstream SQLite 3.39.2
  * Simplifies OpenSSL version conditional code
  * Fixes issue where PRAGMA cipher_memory_security could report OFF when it was actually ON
  * Fixes fix unfreed OpenSSL allocation when compiled against version 3
  * Fixes support for building against recent versions of BoringSSL

OBS-URL: https://build.opensuse.org/request/show/997607
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=30
2022-08-23 08:58:25 +00:00
ce6d097e9f Accepting request 964496 from server:database
OBS-URL: https://build.opensuse.org/request/show/964496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=13
2022-03-24 21:58:16 +00:00
Martin Pluskal
cec81c5a9f Accepting request 964491 from home:dirkmueller:Factory
- update to 4.5.1:
  * Updates source code baseline to upstream SQLite 3.37.2
  * Adds PRAGMA cipher_log and cipher_log_level features to allow logging of
    TRACE, DEBUG, INFO, WARN, and ERROR messages to stdout, stderr, file, or
    logcat
  * Modifies PRAGMA cipher_profile to use sqlite3_trace_v2 and adds logcat
    target for Android
  * Updates OpenSSL provider to use EVP_MAC API with version 3+
  * Adds new PRAGMA cipher_test_on, cipher_test_off, and cipher_test_rand
    (available when compiled with -DSQLCIPHER_TEST) to facilitate simulation of
    error conditions
  * Fixes PRAGMA cipher_integrity_check to work properly with databases larger
    that 2GB
  * Fixes missing munlock before free for context internal buffer

OBS-URL: https://build.opensuse.org/request/show/964491
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=28
2022-03-24 07:58:56 +00:00
b15832a5a6 Accepting request 952885 from server:database
- More relaxed dependencies on tcl (boo#1195711)

OBS-URL: https://build.opensuse.org/request/show/952885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=12
2022-02-09 19:39:39 +00:00
Martin Pluskal
d48323d348 - More relaxed dependencies on tcl (boo#1195711)
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=27
2022-02-09 09:05:36 +00:00
52aabca1ac Accepting request 940228 from server:database
- Update to version 4.5.0:
  * Updates baseline to upstream SQLite 3.36.0
  * Changes the enhanced memory security feature to be DISABLED by default; once enabled by PRAGMA cipher_memory_security = ON, it can't be turned off for the lifetime of the process
  * Changes PRAGMA cipher_migrate to permanently enter an error state if a migration fails
  * Fixes memory locking/unlocking issue with realloc implementation on hardened runtimes when memory security is enabled
  * Fixes cipher_migrate to cleanup the temporary database if a migration fails
  * Removes logging of non-string pointers when compiling with trace level logging

OBS-URL: https://build.opensuse.org/request/show/940228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=11
2021-12-13 19:44:59 +00:00
Martin Pluskal
55929b4ea2 - Update to version 4.5.0:
* Updates baseline to upstream SQLite 3.36.0
  * Changes the enhanced memory security feature to be DISABLED by default; once enabled by PRAGMA cipher_memory_security = ON, it can't be turned off for the lifetime of the process
  * Changes PRAGMA cipher_migrate to permanently enter an error state if a migration fails
  * Fixes memory locking/unlocking issue with realloc implementation on hardened runtimes when memory security is enabled
  * Fixes cipher_migrate to cleanup the temporary database if a migration fails
  * Removes logging of non-string pointers when compiling with trace level logging

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=26
2021-12-13 12:28:02 +00:00
29f7e793bb 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
2021-04-14 08:11:04 +00:00
Martin Pluskal
84da4fbfe3 - 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
2021-04-13 09:14:59 +00:00
4740b9ad41 Accepting request 867647 from server:database
OBS-URL: https://build.opensuse.org/request/show/867647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=9
2021-01-29 13:57:22 +00:00
Martin Pluskal
0e8e6dd47e Accepting request 867604 from home:dirkmueller:branches:server:database
- update to 4.4.2:
  - Improve error handling to resolve potential corruption if an encryption
    operation failed while operating in WAL mode
  - Changes to OpenSSL library cryptographic provider to reduce initialization
    complexity
  - Adjust cipher_integrity_check to skip locking page to avoid a spurious error
    report for very large databases
  - Miscellaneous code and comment cleanup
  - Updates baseline to upstream SQLite 3.33.0
  - Fixes double-free bug in cipher_default_plaintext_header_size
  - Changes SQLCipher tests to use suite runner
  - Improvement to cipher_integrity_check tests to minimize false negatives
  - Deprecates PRAGMA cipher_store_pass

OBS-URL: https://build.opensuse.org/request/show/867604
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=22
2021-01-29 07:21:18 +00:00
c0378312be Accepting request 844223 from server:database
OBS-URL: https://build.opensuse.org/request/show/844223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=8
2020-10-27 18:01:19 +00:00
Martin Pluskal
d3d7491805 Accepting request 844058 from home:dirkmueller:branches:server:database
- update to 4.4.0:
  - Updates baseline to upstream SQLite 3.31.0
  - Adjusts shell to report SQLCipher version alongside SQLite version
  - Fixes various build warnings under several compilers
  - Removes unused id and status functions from provider interface

OBS-URL: https://build.opensuse.org/request/show/844058
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=20
2020-10-27 07:52:43 +00:00
f8c763583f Accepting request 794832 from server:database
- Update to version 4.3.0:
  * Updates baseline to upstream SQLite 3.30.1
  * PRAGMA key now returns text result value "ok" after execution
  * Adjusts backup API so that encrypted to encrypted backups are
    permitted
  * Adds NSS crypto provider implementation
  * Fixes OpenSSL provider compatibility with BoringSSL
  * Separates memory related traces to reduce verbosity of logging
  * Fixes output of PRAGMA cipher_integrity_check on big endian
    platforms
  * Cryptograpic provider interface cleanup
  * Rework of mutex allocation and management
  * Resolves miscellaneous build warnings
  * Force error state at database pager level if SQLCipher
    initialization fails

OBS-URL: https://build.opensuse.org/request/show/794832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=7
2020-04-17 22:31:56 +00:00
Martin Pluskal
02a3c0af10 - Update to version 4.3.0:
* Updates baseline to upstream SQLite 3.30.1
  * PRAGMA key now returns text result value "ok" after execution
  * Adjusts backup API so that encrypted to encrypted backups are
    permitted
  * Adds NSS crypto provider implementation
  * Fixes OpenSSL provider compatibility with BoringSSL
  * Separates memory related traces to reduce verbosity of logging
  * Fixes output of PRAGMA cipher_integrity_check on big endian
    platforms
  * Cryptograpic provider interface cleanup
  * Rework of mutex allocation and management
  * Resolves miscellaneous build warnings
  * Force error state at database pager level if SQLCipher
    initialization fails

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=18
2020-04-17 09:19:12 +00:00
662469051e Accepting request 742858 from server:database
- 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/request/show/742858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=6
2019-11-26 15:50:29 +00:00
Martin Pluskal
20ca8e72ba - 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
a9d825c5cf Accepting request 704060 from server:database
OBS-URL: https://build.opensuse.org/request/show/704060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=5
2019-05-20 08:30:16 +00:00
Martin Pluskal
fdab0082ba 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
1ab6d83743 Accepting request 598025 from server:database
- Cleanup with spec-cleaner
- Rename tcl binding package
- Adjust dependencies of tcl bindings

- 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/598025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=4
2018-04-19 13:32:33 +00:00
Martin Pluskal
859061e6b2 - 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
Martin Pluskal
6e9cb47324 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
cc20a7682d Accepting request 482739 from server:database
- update to 3.4.1
  * Added support for OpenSSL 1.1.0
  * Merged upstream SQLite 3.15.2

OBS-URL: https://build.opensuse.org/request/show/482739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=3
2017-04-11 07:33:41 +00:00
Martin Pluskal
7f546cb4f1 * 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
Martin Pluskal
a0d87ea37b 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
7300d86b65 Accepting request 390586 from server:database
- Use pretty name for tarball

- update to 3.4.0
  - Added `PRAGMA cipher_provider_version`
  - Merged upstream SQLite 3.11.0
  - Deprecated `PRAGMA cipher` command

OBS-URL: https://build.opensuse.org/request/show/390586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=2
2016-04-28 14:54:47 +00:00
Martin Pluskal
76eb2e7f95 - 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
Martin Pluskal
b1cb557dda 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
b8cd08ee17 Accepting request 357739 from server:database
Usefull tool/package, used among others by skrooge

OBS-URL: https://build.opensuse.org/request/show/357739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlcipher?expand=0&rev=1
2016-02-17 09:24:22 +00:00
Martin Pluskal
bd57c44b31 - 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
Martin Pluskal
8b074c2f6c OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=2 2015-12-20 15:47:33 +00:00
Martin Pluskal
b8bacb3d5d 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
2 changed files with 0 additions and 6 deletions

View File

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

View File

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