Package: sqlcipher / 4.6.1-2~bpo12+1

Metadata

Package Version Patches format
sqlcipher 4.6.1-2~bpo12+1 3.0 (quilt)

Patch series

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

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

 fix linking problem with -ldl.
1010 520478 squash bad deps.patch | (download)

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

 avoid bad or unwanted dependencies in the .la file.
 Also avoid setting rpath in binary.
1020 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.
1040 hurd locking style.patch | (download)

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

 added locking information for gnu hurd
1060 add have usleep.patch | (download)

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

 add -dhave_usleep=1 to build options.
1070 soname 0 to 1.patch | (download)

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

 change soname version from 0 to 1 with version 4.0.0.
 The SONAME version was changed from 8-8=0 to 9-1=1.  Symbols were
 removed from the library between version 3.4.1 and 4.0.0, so a new
 SONAME is needed.