Package: leveldb / 1.17-1~bpo70+1

Metadata

Package Version Patches format
leveldb 1.17-1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 debian ports.patch | (download)

port/atomic_pointer.h | 136 126 + 10 - 0 !
1 file changed, 126 insertions(+), 10 deletions(-)

 add support for most of debian architectures
0102 kfreebsd.patch | (download)

build_detect_platform | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 allow compilation on kfreebsd.
0103 hurd.patch | (download)

build_detect_platform | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 support for gnu/hurd
 This adds support for GNU/Hurd:
 - detect the correct platform
 - ignore msync() errors when they are ENOSYS, like currently it happens on
   GNU/Hurd (not something that can be sent upstream, though)
0112 makefile_install.patch | (download)

Makefile | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 improvements to the makefile.
 Replace INSTALL_PATH with the most commonly use DESTDIR variable.
 Add an 'install' target.
0113 makefile_memenv.patch | (download)

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

 install "memenv" component.
 This patch will install two additional files to libleveldb-dev:
  + include/helpers/memenv.h
  + lib/*/libmemenv.a


1001 fix_bloom_test.patch | (download)

util/bloom_test.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase false positive rate to deal with testing on big-endians.
Bug: http://code.google.com/p/leveldb/issues/detail?id=84
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677645
Bug-Ubuntu: https://launchpad.net/bugs/1021560

1002 cstdatomic_renaming.patch | (download)

build_detect_platform | 2 1 + 1 - 0 !
port/atomic_pointer.h | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 cstdatomic has been renamed to atomic, fix #include statements.
Bug: http://code.google.com/p/leveldb/issues/detail?id=3