Package: sqlcipher / 3.4.1-2

Metadata

Package Version Patches format
sqlcipher 3.4.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 520466 libsqlite3 depends on libdl.patch | (download)

configure.ac | 32 32 0 - 0 !
1 file changed, 32 insertions( )

---
10 520478 squash bad deps.patch | (download)

Makefile.in | 6 4 2 - 0 !
1 file changed, 4 insertions( ), 2 deletions(-)

---
10 665363 disable malloc usable size.patch | (download)

configure.ac | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable malloc_usable_size
 Disable code introduced in sqlite 3.7.10 using malloc_usable_size, as it caused
 a regression on 64-bit platforms.
20 change name to sqlcipher.patch | (download)

Makefile.in | 1 1 0 - 0 !
VERSION_SQLCIPHER | 1 1 0 - 0 !
configure.ac | 4 4 0 - 0 !
sqlcipher.pc.in | 2 1 1 - 0 !
4 files changed, 7 insertions( ), 1 deletion(-)

---
20 hurd locking style.patch | (download)

src/os_unix.c | 10 6 4 - 0 !
1 file changed, 6 insertions( ), 4 deletions(-)

---
31 increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch | (download)

src/sqliteLimit.h | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 increase the maximum possible value of the page size
 Firefox/Iceweasel uses a page size of 32k, but sqlite won't allow it
 because the maximum it allows by default is 8k (through the
 SQLITE_MAX_DEFAULT_PAGE_SIZE define). This patch increases this limit.
 .
33 add have usleep.patch | (download)

src/ctime.c | 3 3 0 - 0 !
1 file changed, 3 insertions( )

---
avoid setting rpath in sqlcipher binary | (download)

Makefile.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

---