commit sqlcipher for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2020-10-27 19:01:19

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new.3463 (New)


Package is "sqlcipher"

Tue Oct 27 19:01:19 2020 rev:8 rq:844223 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2020-04-18 
00:33:19.726412410 +0200
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new.3463/sqlcipher.changes
2020-10-27 19:01:39.222861491 +0100
@@ -1,0 +2,9 @@
+Mon Oct 26 09:59:11 UTC 2020 - Dirk Mueller 
+
+- 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
+
+---

Old:

  sqlcipher-4.3.0.tar.gz

New:

  sqlcipher-4.4.0.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.QdRJLU/_old  2020-10-27 19:01:39.962862030 +0100
+++ /var/tmp/diff_new_pack.QdRJLU/_new  2020-10-27 19:01:39.966862032 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define lib_version 3.30.1
-%define lib_name lib%{name}-3_30_1-0
+%define lib_version 3.31.0
+%define lib_name lib%{name}-3_31_0-0
 Name:   sqlcipher
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause

++ sqlcipher-4.3.0.tar.gz -> sqlcipher-4.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/sqlcipher/sqlcipher-4.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.sqlcipher.new.3463/sqlcipher-4.4.0.tar.gz differ: 
char 12, line 1




commit sqlcipher for openSUSE:Factory

2020-04-17 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2020-04-18 00:31:56

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new.2738 (New)


Package is "sqlcipher"

Sat Apr 18 00:31:56 2020 rev:7 rq:794832 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2019-11-26 
16:50:38.544286668 +0100
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new.2738/sqlcipher.changes
2020-04-18 00:33:19.726412410 +0200
@@ -1,0 +2,19 @@
+Fri Apr 17 09:04:13 UTC 2020 - Martin Pluskal 
+
+- 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
+
+---

Old:

  sqlcipher-4.2.0.tar.gz

New:

  sqlcipher-4.3.0.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.ttCWie/_old  2020-04-18 00:33:20.826414688 +0200
+++ /var/tmp/diff_new_pack.ttCWie/_new  2020-04-18 00:33:20.830414696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlcipher
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define lib_version 3.28.0
-%define lib_name lib%{name}-3_28_0-0
+%define lib_version 3.30.1
+%define lib_name lib%{name}-3_30_1-0
 Name:   sqlcipher
-Version:4.2.0
+Version:4.3.0
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause

++ sqlcipher-4.2.0.tar.gz -> sqlcipher-4.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/sqlcipher/sqlcipher-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.sqlcipher.new.2738/sqlcipher-4.3.0.tar.gz differ: 
char 12, line 1




commit sqlcipher for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2019-11-26 16:50:29

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new.26869 (New)


Package is "sqlcipher"

Tue Nov 26 16:50:29 2019 rev:6 rq:742858 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2019-05-20 
10:30:23.197876704 +0200
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new.26869/sqlcipher.changes   
2019-11-26 16:50:38.544286668 +0100
@@ -1,0 +2,10 @@
+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
+
+---

Old:

  sqlcipher-4.1.0.tar.gz

New:

  sqlcipher-4.2.0.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.HP71UU/_old  2019-11-26 16:50:41.528285589 +0100
+++ /var/tmp/diff_new_pack.HP71UU/_new  2019-11-26 16:50:41.532285587 +0100
@@ -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

++ sqlcipher-4.1.0.tar.gz -> sqlcipher-4.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/sqlcipher/sqlcipher-4.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.sqlcipher.new.26869/sqlcipher-4.2.0.tar.gz differ: 
char 13, line 1




commit sqlcipher for openSUSE:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2019-05-20 10:30:16

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new.5148 (New)


Package is "sqlcipher"

Mon May 20 10:30:16 2019 rev:5 rq:704060 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2018-04-19 
15:32:39.467244986 +0200
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new.5148/sqlcipher.changes
2019-05-20 10:30:23.197876704 +0200
@@ -1,0 +2,48 @@
+Mon May 13 07:57:02 UTC 2019 - Paolo Stivanin 
+
+- 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 
+
+---

Old:

  sqlcipher-3.4.2.tar.gz

New:

  sqlcipher-4.1.0.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.YDsFEa/_old  2019-05-20 10:30:24.869876150 +0200
+++ /var/tmp/diff_new_pack.YDsFEa/_new  2019-05-20 10:30:24.873876148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlcipher
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define lib_version 3.20.1
-%define lib_name lib%{name}-3_20_1-0
+%define lib_version 3.27.2
+%define lib_name lib%{name}-3_27_2-0
 Name:   sqlcipher
-Version:3.4.2
+Version:4.1.0
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause

++ sqlcipher-3.4.2.tar.gz -> sqlcipher-4.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/sqlcipher/sqlcipher-3.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.sqlcipher.new.5148/sqlcipher-4.1.0.tar.gz differ: 
char 12, line 1




commit sqlcipher for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2018-04-19 15:32:33

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new (New)


Package is "sqlcipher"

Thu Apr 19 15:32:33 2018 rev:4 rq:598025 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2017-04-11 
09:33:47.645443008 +0200
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new/sqlcipher.changes 2018-04-19 
15:32:39.467244986 +0200
@@ -1,0 +2,23 @@
+Thu Apr 19 07:15:15 UTC 2018 - mplus...@suse.com
+
+- Cleanup with spec-cleaner
+- Rename tcl binding package
+- Adjust dependencies of tcl bindings
+
+---
+Wed Apr 18 16:18:44 UTC 2018 - ec...@opensuse.org
+
+- 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
+
+---

Old:

  sqlcipher-3.4.1.tar.gz

New:

  sqlcipher-3.4.2.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.xU6TVm/_old  2018-04-19 15:32:40.339209061 +0200
+++ /var/tmp/diff_new_pack.xU6TVm/_new  2018-04-19 15:32:40.343208896 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlcipher
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
 #
 
 
-%define lib_version 3.15.2
-%define lib_name lib%{name}-3_15_2-0
+%define lib_version 3.20.1
+%define lib_name lib%{name}-3_20_1-0
 Name:   sqlcipher
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause
 Group:  Productivity/Databases/Clients
-Url:http://sqlcipher.net
+URL:http://sqlcipher.net
 Source: 
https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
-BuildRequires:  sqlite3-devel
-BuildRequires:  tcl-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(tcl)
 
 %description
 SQLCipher is an SQLite extension that provides transparent 256-bit AES
@@ -54,11 +53,14 @@
 
 This package contains shared library.
 
-%package tcl
+%package -n tcl-%{name}
 Summary:Tcl extension for sqlcipher
 Group:  Development/Languages/Tcl
+%requires_eqtcl
+Provides:   %{name}-tcl = %{version}-%{release}
+Obsoletes:  %{name}-tcl < %{version}-%{release}
 
-%description tcl
+%description -n tcl-%{name}
 SQLCipher is an SQLite extension that provides transparent 256-bit AES
 encryption of database files. Pages are encrypted before being written to
 disk and are decrypted when read back. Due to the small footprint and great
@@ -72,7 +74,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{lib_name} = %{version}-%{release}
 Requires:   %{name} = %{version}-%{release}
-Requires:   %{name}-tcl = %{version}-%{release}
+Requires:   tcl-%{name} = %{version}-%{release}
 
 %description devel
 SQLCipher is an SQLite extension that provides transparent 256-bit AES
@@ -97,7 +99,7 @@
   --with-crypto-lib \
   --with-tcl=%{_libdir} \
   --enable-tempstore=yes
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -107,26 +109,26 @@
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc README.md LICENSE
+%license LICENSE
+%doc README.md
 %{_bindir}/sqlcipher
 
 %files -n %{lib_name}
-%defattr(-,root,root)
-%doc README.md LICENSE
+%license LICENSE
+%doc README.md
 %{_libdir}/libsqlcipher-%{lib_version}.so.0
 %{_libdir}/libsqlcipher-%{lib_version}.so.0.8.6
 
-%files tcl
-%defattr(-,root,root)
-%doc README.md LICENSE
+%files -n tcl-%{name}
+%license LICENSE
+%doc README.md
 %dir %{_libdir}/tcl/tcl8.?/sqlite3
 %{_libdir}/tcl/tcl8.?/sqlite3/libtclsqlite3.so
 

commit sqlcipher for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2017-04-11 09:33:41

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new (New)


Package is "sqlcipher"

Tue Apr 11 09:33:41 2017 rev:3 rq:482739 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2016-04-28 
16:57:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new/sqlcipher.changes 2017-04-11 
09:33:47.645443008 +0200
@@ -1,0 +2,7 @@
+Sun Mar 26 10:26:50 UTC 2017 - ec...@opensuse.org
+
+- update to 3.4.1
+  * Added support for OpenSSL 1.1.0
+  * Merged upstream SQLite 3.15.2
+
+---

Old:

  sqlcipher-3.4.0.tar.gz

New:

  sqlcipher-3.4.1.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.AdM3F8/_old  2017-04-11 09:33:49.845132273 +0200
+++ /var/tmp/diff_new_pack.AdM3F8/_new  2017-04-11 09:33:49.849131708 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlcipher
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-%define lib_name lib%{name}-3_11_0-0
+%define lib_version 3.15.2
+%define lib_name lib%{name}-3_15_2-0
 Name:   sqlcipher
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause
@@ -27,7 +28,7 @@
 Source: 
https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  tcl-devel
@@ -113,8 +114,8 @@
 %files -n %{lib_name}
 %defattr(-,root,root)
 %doc README.md LICENSE
-%{_libdir}/libsqlcipher-3.11.0.so.0
-%{_libdir}/libsqlcipher-3.11.0.so.0.8.6
+%{_libdir}/libsqlcipher-%{lib_version}.so.0
+%{_libdir}/libsqlcipher-%{lib_version}.so.0.8.6
 
 %files tcl
 %defattr(-,root,root)

++ sqlcipher-3.4.0.tar.gz -> sqlcipher-3.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/sqlcipher/sqlcipher-3.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.sqlcipher.new/sqlcipher-3.4.1.tar.gz differ: char 
30, line 1




commit sqlcipher for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package sqlcipher for openSUSE:Factory 
checked in at 2016-04-28 16:54:47

Comparing /work/SRC/openSUSE:Factory/sqlcipher (Old)
 and  /work/SRC/openSUSE:Factory/.sqlcipher.new (New)


Package is "sqlcipher"

Changes:

--- /work/SRC/openSUSE:Factory/sqlcipher/sqlcipher.changes  2016-02-17 
12:25:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlcipher.new/sqlcipher.changes 2016-04-28 
16:57:42.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 18 15:06:22 UTC 2016 - mplus...@suse.com
+
+- Use pretty name for tarball
+
+---
+Sun Apr 17 18:27:00 UTC 2016 - ec...@opensuse.org
+
+- update to 3.4.0
+  - Added `PRAGMA cipher_provider_version`
+  - Merged upstream SQLite 3.11.0
+  - Deprecated `PRAGMA cipher` command
+
+---

Old:

  v3.3.1.tar.gz

New:

  sqlcipher-3.4.0.tar.gz



Other differences:
--
++ sqlcipher.spec ++
--- /var/tmp/diff_new_pack.Kj0J9U/_old  2016-04-28 16:57:45.0 +0200
+++ /var/tmp/diff_new_pack.Kj0J9U/_new  2016-04-28 16:57:45.0 +0200
@@ -16,15 +16,15 @@
 #
 
 
-%define lib_name lib%{name}-3_8_10_2-0
+%define lib_name lib%{name}-3_11_0-0
 Name:   sqlcipher
-Version:3.3.1
+Version:3.4.0
 Release:0
 Summary:SQLite database encryption
 License:BSD-3-Clause
 Group:  Productivity/Databases/Clients
 Url:http://sqlcipher.net
-Source: 
https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz
+Source: 
https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
@@ -113,8 +113,8 @@
 %files -n %{lib_name}
 %defattr(-,root,root)
 %doc README.md LICENSE
-%{_libdir}/libsqlcipher-3.8.10.2.so.0
-%{_libdir}/libsqlcipher-3.8.10.2.so.0.8.6
+%{_libdir}/libsqlcipher-3.11.0.so.0
+%{_libdir}/libsqlcipher-3.11.0.so.0.8.6
 
 %files tcl
 %defattr(-,root,root)