Package: sqlcipher / 3.2.0-2+deb9u1
Metadata
Package | Version | Patches format |
---|---|---|
sqlcipher | 3.2.0-2+deb9u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
10 520466 libsqlite3 depends on libdl.patch | (download) |
configure.ac |
32 32 + 0 - 0 ! |
--- |
10 520478 squash bad deps.patch | (download) |
Makefile.in |
6 4 + 2 - 0 ! |
--- |
10 665363 disable malloc usable size.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
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 ! |
--- |
20 hurd locking style.patch | (download) |
src/os_unix.c |
8 5 + 3 - 0 ! |
--- |
31 increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch | (download) |
src/sqliteLimit.h |
2 1 + 1 - 0 ! |
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. . |
32 fix pkgconfig libname.patch | (download) |
sqlcipher.pc.in |
2 1 + 1 - 0 ! |
--- |
33 openssl_1.1.patch | (download) |
src/crypto_openssl.c |
39 35 + 4 - 0 ! |
--- |